HSL(69, 100%, 20%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(69,100%,20%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(69, 100%, 20%) | color: hsl(69, 100%, 20%) | |
| HEX | #576600 | color: #576600 | |
| RGB | rgb(87, 102, 0) | color: rgb(87, 102, 0) | |
| CMYK | cmyk(15%, 0%, 100%, 60%) | — | |
| HSV | hsv(69, 100%, 40%) | — | |
| HWB | hwb(69 0% 60%) | color: hwb(69 0% 60%) | |
| OKLCH | oklch(0.4805 0.1132 119.24) | color: oklch(0.4805 0.1132 119.24) | |
| Lab | lab(40.46 -18.17 46.7) | color: lab(40.46 -18.17 46.7) | |
| LCH | lch(40.46 50.11 111.26) | color: lch(40.46 50.11 111.26) |
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)
#5D5E19 — rgb(93, 94, 25)
Deuteranopia (Green-blind)
#5D5C1F — rgb(93, 92, 31)
Tritanopia (Blue-blind)
#582C30 — rgb(88, 44, 48)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(69, 100%, 20%);
text
color: hsl(69, 100%, 20%);
border
border: 2px solid hsl(69, 100%, 20%);
gradient light
background: linear-gradient(to right, hsl(69, 100%, 40%), hsl(69, 100%, 20%));
gradient dark
background: linear-gradient(to right, hsl(69, 100%, 20%), hsl(69, 100%, 0%))
hex
background-color: #576600;
tailwind
bg-[hsl(69,100%,20%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(69, 100%, 20%, 0.4);
css variable
--color-primary: hsl(69, 100%, 20%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(69, 100%, 20%)?
HEX: #576600 | RGB: rgb(87, 102, 0) | CMYK: 15%, 0%, 100%, 60% | HSV: 69°, 100%, 40%. Copy any format from the conversion table above.
What colors go well with #576600?
The complementary color is HSL(249, 100%, 20%). For a triadic harmony, use hues 69°, 189°, and 309°. For analogous combinations, try hues 39° and 99°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(69, 100%, 20%) in CSS?
As HSL: color: hsl(69, 100%, 20%); — As HEX: color: #576600; — As RGB: color: rgb(87, 102, 0); — Tailwind CSS: bg-[hsl(69,100%,20%)] — CSS variable: --color-primary: hsl(69, 100%, 20%);