HSL(65, 12%, 41%)
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(65,12%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(65, 12%, 41%) | color: hsl(65, 12%, 41%) | |
| HEX | #73755C | color: #73755C | |
| RGB | rgb(115, 117, 92) | color: rgb(115, 117, 92) | |
| CMYK | cmyk(2%, 0%, 21%, 54%) | — | |
| HSV | hsv(65, 21%, 46%) | — | |
| HWB | hwb(65 36% 54%) | color: hwb(65 36% 54%) | |
| OKLCH | oklch(0.5536 0.0372 111.32) | color: oklch(0.5536 0.0372 111.32) | |
| Lab | lab(48.44 -5.38 13.58) | color: lab(48.44 -5.38 13.58) | |
| LCH | lch(48.44 14.61 111.61) | color: lch(48.44 14.61 111.61) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#747462 — rgb(116, 116, 98)
Deuteranopia (Green-blind)
#747464 — rgb(116, 116, 100)
Tritanopia (Blue-blind)
#736768 — rgb(115, 103, 104)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(65, 12%, 41%);
text
color: hsl(65, 12%, 41%);
border
border: 2px solid hsl(65, 12%, 41%);
gradient light
background: linear-gradient(to right, hsl(65, 12%, 61%), hsl(65, 12%, 41%));
gradient dark
background: linear-gradient(to right, hsl(65, 12%, 41%), hsl(65, 12%, 21%))
hex
background-color: #73755C;
tailwind
bg-[hsl(65,12%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(65, 12%, 41%, 0.4);
css variable
--color-primary: hsl(65, 12%, 41%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(65, 12%, 41%)?
HEX: #73755C | RGB: rgb(115, 117, 92) | CMYK: 2%, 0%, 21%, 54% | HSV: 65°, 21%, 46%. Copy any format from the conversion table above.
What colors go well with #73755C?
The complementary color is HSL(245, 12%, 41%). For a triadic harmony, use hues 65°, 185°, and 305°. For analogous combinations, try hues 35° and 95°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(65, 12%, 41%) in CSS?
As HSL: color: hsl(65, 12%, 41%); — As HEX: color: #73755C; — As RGB: color: rgb(115, 117, 92); — Tailwind CSS: bg-[hsl(65,12%,41%)] — CSS variable: --color-primary: hsl(65, 12%, 41%);