HSL(72, 11%, 44%)
Grayish Green — Green color
Adjust Color
Color Information
Color Name
Grayish Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(72,11%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(72, 11%, 44%) | color: hsl(72, 11%, 44%) | |
| HEX | #787D64 | color: #787D64 | |
| RGB | rgb(120, 125, 100) | color: rgb(120, 125, 100) | |
| CMYK | cmyk(4%, 0%, 20%, 51%) | — | |
| HSV | hsv(72, 20%, 49%) | — | |
| HWB | hwb(72 39% 51%) | color: hwb(72 39% 51%) | |
| OKLCH | oklch(0.5783 0.0374 116.77) | color: oklch(0.5783 0.0374 116.77) | |
| Lab | lab(51.36 -6.55 13.03) | color: lab(51.36 -6.55 13.03) | |
| LCH | lch(51.36 14.58 116.69) | color: lch(51.36 14.58 116.69) |
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)
#7A7A6A — rgb(122, 122, 106)
Deuteranopia (Green-blind)
#7A7A6C — rgb(122, 122, 108)
Tritanopia (Blue-blind)
#786F70 — rgb(120, 111, 112)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(72, 11%, 44%);
text
color: hsl(72, 11%, 44%);
border
border: 2px solid hsl(72, 11%, 44%);
gradient light
background: linear-gradient(to right, hsl(72, 11%, 64%), hsl(72, 11%, 44%));
gradient dark
background: linear-gradient(to right, hsl(72, 11%, 44%), hsl(72, 11%, 24%))
hex
background-color: #787D64;
tailwind
bg-[hsl(72,11%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(72, 11%, 44%, 0.4);
css variable
--color-primary: hsl(72, 11%, 44%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(72, 11%, 44%)?
HEX: #787D64 | RGB: rgb(120, 125, 100) | CMYK: 4%, 0%, 20%, 51% | HSV: 72°, 20%, 49%. Copy any format from the conversion table above.
What colors go well with #787D64?
The complementary color is HSL(252, 11%, 44%). For a triadic harmony, use hues 72°, 192°, and 312°. For analogous combinations, try hues 42° and 102°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(72, 11%, 44%) in CSS?
As HSL: color: hsl(72, 11%, 44%); — As HEX: color: #787D64; — As RGB: color: rgb(120, 125, 100); — Tailwind CSS: bg-[hsl(72,11%,44%)] — CSS variable: --color-primary: hsl(72, 11%, 44%);