HSL(113, 15%, 51%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(113,15%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(113, 15%, 51%) | color: hsl(113, 15%, 51%) | |
| HEX | #74956F | color: #74956F | |
| RGB | rgb(116, 149, 111) | color: rgb(116, 149, 111) | |
| CMYK | cmyk(22%, 0%, 26%, 42%) | — | |
| HSV | hsv(112, 26%, 58%) | — | |
| HWB | hwb(112 43% 42%) | color: hwb(112 43% 42%) | |
| OKLCH | oklch(0.6343 0.0669 141.35) | color: oklch(0.6343 0.0669 141.35) | |
| Lab | lab(58.37 -19.17 16.42) | color: lab(58.37 -19.17 16.42) | |
| LCH | lch(58.37 25.24 139.42) | color: lch(58.37 25.24 139.42) |
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)
#828378 — rgb(130, 131, 120)
Deuteranopia (Green-blind)
#807E7A — rgb(128, 126, 122)
Tritanopia (Blue-blind)
#767F81 — rgb(118, 127, 129)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(113, 15%, 51%);
text
color: hsl(113, 15%, 51%);
border
border: 2px solid hsl(113, 15%, 51%);
gradient light
background: linear-gradient(to right, hsl(113, 15%, 71%), hsl(113, 15%, 51%));
gradient dark
background: linear-gradient(to right, hsl(113, 15%, 51%), hsl(113, 15%, 31%))
hex
background-color: #74956F;
tailwind
bg-[hsl(113,15%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(113, 15%, 51%, 0.4);
css variable
--color-primary: hsl(113, 15%, 51%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(113, 15%, 51%)?
HEX: #74956F | RGB: rgb(116, 149, 111) | CMYK: 22%, 0%, 26%, 42% | HSV: 112°, 26%, 58%. Copy any format from the conversion table above.
What colors go well with #74956F?
The complementary color is HSL(293, 15%, 51%). For a triadic harmony, use hues 113°, 233°, and 353°. For analogous combinations, try hues 83° and 143°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(113, 15%, 51%) in CSS?
As HSL: color: hsl(113, 15%, 51%); — As HEX: color: #74956F; — As RGB: color: rgb(116, 149, 111); — Tailwind CSS: bg-[hsl(113,15%,51%)] — CSS variable: --color-primary: hsl(113, 15%, 51%);