HSL(76, 19%, 52%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(76,19%,52%)]

Color Conversions

Format Value CSS Usage
HSL hsl(76, 19%, 52%) color: hsl(76, 19%, 52%)
HEX #8F9C6D color: #8F9C6D
RGB rgb(143, 156, 109) color: rgb(143, 156, 109)
CMYK cmyk(8%, 0%, 30%, 39%)
HSV hsv(77, 30%, 61%)
HWB hwb(77 43% 39%) color: hwb(77 43% 39%)
OKLCH oklch(0.6702 0.0675 120.81) color: oklch(0.6702 0.0675 120.81)
Lab lab(62.27 -12.9 23.14) color: lab(62.27 -12.9 23.14)
LCH lch(62.27 26.49 119.14) color: lch(62.27 26.49 119.14)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 2.94:1
vs Black 7.14:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#959578 — rgb(149, 149, 120)

Deuteranopia (Green-blind)

#94937B — rgb(148, 147, 123)

Tritanopia (Blue-blind)

#908183 — rgb(144, 129, 131)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(76, 19%, 52%);

text

color: hsl(76, 19%, 52%);

border

border: 2px solid hsl(76, 19%, 52%);

gradient light

background: linear-gradient(to right, hsl(76, 19%, 72%), hsl(76, 19%, 52%));

gradient dark

background: linear-gradient(to right, hsl(76, 19%, 52%), hsl(76, 19%, 32%))

hex

background-color: #8F9C6D;

tailwind

bg-[hsl(76,19%,52%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(76, 19%, 52%, 0.4);

css variable

--color-primary: hsl(76, 19%, 52%);

Related Colors

Use Cases for Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(76, 19%, 52%)?

HEX: #8F9C6D | RGB: rgb(143, 156, 109) | CMYK: 8%, 0%, 30%, 39% | HSV: 77°, 30%, 61%. Copy any format from the conversion table above.

What colors go well with #8F9C6D?

The complementary color is HSL(256, 19%, 52%). For a triadic harmony, use hues 76°, 196°, and 316°. For analogous combinations, try hues 46° and 106°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(76, 19%, 52%) in CSS?

As HSL: color: hsl(76, 19%, 52%); — As HEX: color: #8F9C6D; — As RGB: color: rgb(143, 156, 109); — Tailwind CSS: bg-[hsl(76,19%,52%)] — CSS variable: --color-primary: hsl(76, 19%, 52%);