HSL(84, 20%, 44%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(84,20%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(84, 20%, 44%) | color: hsl(84, 20%, 44%) | |
| HEX | #75875A | color: #75875A | |
| RGB | rgb(117, 135, 90) | color: rgb(117, 135, 90) | |
| CMYK | cmyk(13%, 0%, 33%, 47%) | — | |
| HSV | hsv(84, 33%, 53%) | — | |
| HWB | hwb(84 36% 47%) | color: hwb(84 36% 47%) | |
| OKLCH | oklch(0.597 0.0683 126.1) | color: oklch(0.597 0.0683 126.1) | |
| Lab | lab(53.87 -14.84 22.11) | color: lab(53.87 -14.84 22.11) | |
| LCH | lch(53.87 26.63 123.87) | color: lch(53.87 26.63 123.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)
#7D7D65 — rgb(125, 125, 101)
Deuteranopia (Green-blind)
#7C7A68 — rgb(124, 122, 104)
Tritanopia (Blue-blind)
#766D6F — rgb(118, 109, 111)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(84, 20%, 44%);
text
color: hsl(84, 20%, 44%);
border
border: 2px solid hsl(84, 20%, 44%);
gradient light
background: linear-gradient(to right, hsl(84, 20%, 64%), hsl(84, 20%, 44%));
gradient dark
background: linear-gradient(to right, hsl(84, 20%, 44%), hsl(84, 20%, 24%))
hex
background-color: #75875A;
tailwind
bg-[hsl(84,20%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(84, 20%, 44%, 0.4);
css variable
--color-primary: hsl(84, 20%, 44%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(84, 20%, 44%)?
HEX: #75875A | RGB: rgb(117, 135, 90) | CMYK: 13%, 0%, 33%, 47% | HSV: 84°, 33%, 53%. Copy any format from the conversion table above.
What colors go well with #75875A?
The complementary color is HSL(264, 20%, 44%). For a triadic harmony, use hues 84°, 204°, and 324°. For analogous combinations, try hues 54° and 114°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(84, 20%, 44%) in CSS?
As HSL: color: hsl(84, 20%, 44%); — As HEX: color: #75875A; — As RGB: color: rgb(117, 135, 90); — Tailwind CSS: bg-[hsl(84,20%,44%)] — CSS variable: --color-primary: hsl(84, 20%, 44%);