HSL(111, 20%, 44%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(111,20%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(111, 20%, 44%) | color: hsl(111, 20%, 44%) | |
| HEX | #60875A | color: #60875A | |
| RGB | rgb(96, 135, 90) | color: rgb(96, 135, 90) | |
| CMYK | cmyk(29%, 0%, 33%, 47%) | — | |
| HSV | hsv(112, 33%, 53%) | — | |
| HWB | hwb(112 36% 47%) | color: hwb(112 36% 47%) | |
| OKLCH | oklch(0.5821 0.08 141.22) | color: oklch(0.5821 0.08 141.22) | |
| Lab | lab(52.46 -22.88 19.98) | color: lab(52.46 -22.88 19.98) | |
| LCH | lch(52.46 30.38 138.87) | color: lch(52.46 30.38 138.87) |
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)
#717165 — rgb(113, 113, 101)
Deuteranopia (Green-blind)
#6F6C68 — rgb(111, 108, 104)
Tritanopia (Blue-blind)
#626D6F — rgb(98, 109, 111)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(111, 20%, 44%);
text
color: hsl(111, 20%, 44%);
border
border: 2px solid hsl(111, 20%, 44%);
gradient light
background: linear-gradient(to right, hsl(111, 20%, 64%), hsl(111, 20%, 44%));
gradient dark
background: linear-gradient(to right, hsl(111, 20%, 44%), hsl(111, 20%, 24%))
hex
background-color: #60875A;
tailwind
bg-[hsl(111,20%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(111, 20%, 44%, 0.4);
css variable
--color-primary: hsl(111, 20%, 44%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(111, 20%, 44%)?
HEX: #60875A | RGB: rgb(96, 135, 90) | CMYK: 29%, 0%, 33%, 47% | HSV: 112°, 33%, 53%. Copy any format from the conversion table above.
What colors go well with #60875A?
The complementary color is HSL(291, 20%, 44%). For a triadic harmony, use hues 111°, 231°, and 351°. For analogous combinations, try hues 81° and 141°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(111, 20%, 44%) in CSS?
As HSL: color: hsl(111, 20%, 44%); — As HEX: color: #60875A; — As RGB: color: rgb(96, 135, 90); — Tailwind CSS: bg-[hsl(111,20%,44%)] — CSS variable: --color-primary: hsl(111, 20%, 44%);