HSL(74, 20%, 64%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(74,20%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(74, 20%, 64%) | color: hsl(74, 20%, 64%) | |
| HEX | #ADB691 | color: #ADB691 | |
| RGB | rgb(173, 182, 145) | color: rgb(173, 182, 145) | |
| CMYK | cmyk(5%, 0%, 20%, 29%) | — | |
| HSV | hsv(75, 20%, 71%) | — | |
| HWB | hwb(75 57% 29%) | color: hwb(75 57% 29%) | |
| OKLCH | oklch(0.7593 0.052 118.75) | color: oklch(0.7593 0.052 118.75) | |
| Lab | lab(72.48 -9.63 17.82) | color: lab(72.48 -9.63 17.82) | |
| LCH | lch(72.48 20.26 118.39) | color: lch(72.48 20.26 118.39) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#B1B19A — rgb(177, 177, 154)
Deuteranopia (Green-blind)
#B0B09C — rgb(176, 176, 156)
Tritanopia (Blue-blind)
#ADA1A3 — rgb(173, 161, 163)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(74, 20%, 64%);
text
color: hsl(74, 20%, 64%);
border
border: 2px solid hsl(74, 20%, 64%);
gradient light
background: linear-gradient(to right, hsl(74, 20%, 84%), hsl(74, 20%, 64%));
gradient dark
background: linear-gradient(to right, hsl(74, 20%, 64%), hsl(74, 20%, 44%))
hex
background-color: #ADB691;
tailwind
bg-[hsl(74,20%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(74, 20%, 64%, 0.4);
css variable
--color-primary: hsl(74, 20%, 64%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(74, 20%, 64%)?
HEX: #ADB691 | RGB: rgb(173, 182, 145) | CMYK: 5%, 0%, 20%, 29% | HSV: 75°, 20%, 71%. Copy any format from the conversion table above.
What colors go well with #ADB691?
The complementary color is HSL(254, 20%, 64%). For a triadic harmony, use hues 74°, 194°, and 314°. For analogous combinations, try hues 44° and 104°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(74, 20%, 64%) in CSS?
As HSL: color: hsl(74, 20%, 64%); — As HEX: color: #ADB691; — As RGB: color: rgb(173, 182, 145); — Tailwind CSS: bg-[hsl(74,20%,64%)] — CSS variable: --color-primary: hsl(74, 20%, 64%);