HSL(106, 20%, 44%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(106,20%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(106, 20%, 44%) | color: hsl(106, 20%, 44%) | |
| HEX | #64875A | color: #64875A | |
| RGB | rgb(100, 135, 90) | color: rgb(100, 135, 90) | |
| CMYK | cmyk(26%, 0%, 33%, 47%) | — | |
| HSV | hsv(107, 33%, 53%) | — | |
| HWB | hwb(107 36% 47%) | color: hwb(107 36% 47%) | |
| OKLCH | oklch(0.5847 0.0775 138.84) | color: oklch(0.5847 0.0775 138.84) | |
| Lab | lab(52.7 -21.41 20.35) | color: lab(52.7 -21.41 20.35) | |
| LCH | lch(52.7 29.54 136.45) | color: lch(52.7 29.54 136.45) |
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)
#737365 — rgb(115, 115, 101)
Deuteranopia (Green-blind)
#716F68 — rgb(113, 111, 104)
Tritanopia (Blue-blind)
#666D6F — rgb(102, 109, 111)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(106, 20%, 44%);
text
color: hsl(106, 20%, 44%);
border
border: 2px solid hsl(106, 20%, 44%);
gradient light
background: linear-gradient(to right, hsl(106, 20%, 64%), hsl(106, 20%, 44%));
gradient dark
background: linear-gradient(to right, hsl(106, 20%, 44%), hsl(106, 20%, 24%))
hex
background-color: #64875A;
tailwind
bg-[hsl(106,20%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(106, 20%, 44%, 0.4);
css variable
--color-primary: hsl(106, 20%, 44%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(106, 20%, 44%)?
HEX: #64875A | RGB: rgb(100, 135, 90) | CMYK: 26%, 0%, 33%, 47% | HSV: 107°, 33%, 53%. Copy any format from the conversion table above.
What colors go well with #64875A?
The complementary color is HSL(286, 20%, 44%). For a triadic harmony, use hues 106°, 226°, and 346°. For analogous combinations, try hues 76° and 136°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(106, 20%, 44%) in CSS?
As HSL: color: hsl(106, 20%, 44%); — As HEX: color: #64875A; — As RGB: color: rgb(100, 135, 90); — Tailwind CSS: bg-[hsl(106,20%,44%)] — CSS variable: --color-primary: hsl(106, 20%, 44%);