HSL(85, 60%, 42%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(85,60%,42%)]

Color Conversions

Format Value CSS Usage
HSL hsl(85, 60%, 42%) color: hsl(85, 60%, 42%)
HEX #76AB2B color: #76AB2B
RGB rgb(118, 171, 43) color: rgb(118, 171, 43)
CMYK cmyk(31%, 0%, 75%, 33%)
HSV hsv(85, 75%, 67%)
HWB hwb(85 17% 33%) color: hwb(85 17% 33%)
OKLCH oklch(0.6797 0.1639 129.84) color: oklch(0.6797 0.1639 129.84)
Lab lab(64.28 -36.88 56.44) color: lab(64.28 -36.88 56.44)
LCH lch(64.28 67.42 123.16) color: lch(64.28 67.42 123.16)

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.75:1
vs Black 7.63: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)

#8D8D4A — rgb(141, 141, 74)

Deuteranopia (Green-blind)

#8A8651 — rgb(138, 134, 81)

Tritanopia (Blue-blind)

#796268 — rgb(121, 98, 104)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(85, 60%, 42%);

text

color: hsl(85, 60%, 42%);

border

border: 2px solid hsl(85, 60%, 42%);

gradient light

background: linear-gradient(to right, hsl(85, 60%, 62%), hsl(85, 60%, 42%));

gradient dark

background: linear-gradient(to right, hsl(85, 60%, 42%), hsl(85, 60%, 22%))

hex

background-color: #76AB2B;

tailwind

bg-[hsl(85,60%,42%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(85, 60%, 42%, 0.4);

css variable

--color-primary: hsl(85, 60%, 42%);

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(85, 60%, 42%)?

HEX: #76AB2B | RGB: rgb(118, 171, 43) | CMYK: 31%, 0%, 75%, 33% | HSV: 85°, 75%, 67%. Copy any format from the conversion table above.

What colors go well with #76AB2B?

The complementary color is HSL(265, 60%, 42%). For a triadic harmony, use hues 85°, 205°, and 325°. For analogous combinations, try hues 55° and 115°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(85, 60%, 42%) in CSS?

As HSL: color: hsl(85, 60%, 42%); — As HEX: color: #76AB2B; — As RGB: color: rgb(118, 171, 43); — Tailwind CSS: bg-[hsl(85,60%,42%)] — CSS variable: --color-primary: hsl(85, 60%, 42%);