HSL(134, 69%, 7%)
Very Dark Green — Green color
Adjust Color
Color Information
Color Name
Very Dark Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(134,69%,7%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(134, 69%, 7%) | color: hsl(134, 69%, 7%) | |
| HEX | #061E0B | color: #061E0B | |
| RGB | rgb(6, 30, 11) | color: rgb(6, 30, 11) | |
| CMYK | cmyk(80%, 0%, 63%, 88%) | — | |
| HSV | hsv(133, 80%, 12%) | — | |
| HWB | hwb(133 2% 88%) | color: hwb(133 2% 88%) | |
| OKLCH | oklch(0.2097 0.0477 148.29) | color: oklch(0.2097 0.0477 148.29) | |
| Lab | lab(8.92 -13.88 8.57) | color: lab(8.92 -13.88 8.57) | |
| LCH | lch(8.92 16.31 148.31) | color: lch(8.92 16.31 148.31) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#101110 — rgb(16, 17, 16)
Deuteranopia (Green-blind)
#0F0D11 — rgb(15, 13, 17)
Tritanopia (Blue-blind)
#071314 — rgb(7, 19, 20)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(134, 69%, 7%);
text
color: hsl(134, 69%, 7%);
border
border: 2px solid hsl(134, 69%, 7%);
gradient light
background: linear-gradient(to right, hsl(134, 69%, 27%), hsl(134, 69%, 7%));
gradient dark
background: linear-gradient(to right, hsl(134, 69%, 7%), hsl(134, 69%, 0%))
hex
background-color: #061E0B;
tailwind
bg-[hsl(134,69%,7%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(134, 69%, 7%, 0.4);
css variable
--color-primary: hsl(134, 69%, 7%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(134, 69%, 7%)?
HEX: #061E0B | RGB: rgb(6, 30, 11) | CMYK: 80%, 0%, 63%, 88% | HSV: 133°, 80%, 12%. Copy any format from the conversion table above.
What colors go well with #061E0B?
The complementary color is HSL(314, 69%, 7%). For a triadic harmony, use hues 134°, 254°, and 14°. For analogous combinations, try hues 104° and 164°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(134, 69%, 7%) in CSS?
As HSL: color: hsl(134, 69%, 7%); — As HEX: color: #061E0B; — As RGB: color: rgb(6, 30, 11); — Tailwind CSS: bg-[hsl(134,69%,7%)] — CSS variable: --color-primary: hsl(134, 69%, 7%);