HSL(85, 20%, 47%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(85,20%,47%)]

Color Conversions

Format Value CSS Usage
HSL hsl(85, 20%, 47%) color: hsl(85, 20%, 47%)
HEX #7C9060 color: #7C9060
RGB rgb(124, 144, 96) color: rgb(124, 144, 96)
CMYK cmyk(14%, 0%, 33%, 44%)
HSV hsv(85, 33%, 56%)
HWB hwb(85 38% 44%) color: hwb(85 38% 44%)
OKLCH oklch(0.625 0.0723 126.77) color: oklch(0.625 0.0723 126.77)
Lab lab(57.15 -15.95 23.22) color: lab(57.15 -15.95 23.22)
LCH lch(57.15 28.17 124.49) color: lch(57.15 28.17 124.49)

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 3.49:1
vs Black 6.02:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#85856C — rgb(133, 133, 108)

Deuteranopia (Green-blind)

#84826E — rgb(132, 130, 110)

Tritanopia (Blue-blind)

#7D7577 — rgb(125, 117, 119)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(85, 20%, 47%);

text

color: hsl(85, 20%, 47%);

border

border: 2px solid hsl(85, 20%, 47%);

gradient light

background: linear-gradient(to right, hsl(85, 20%, 67%), hsl(85, 20%, 47%));

gradient dark

background: linear-gradient(to right, hsl(85, 20%, 47%), hsl(85, 20%, 27%))

hex

background-color: #7C9060;

tailwind

bg-[hsl(85,20%,47%)]

box shadow

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

css variable

--color-primary: hsl(85, 20%, 47%);

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, 20%, 47%)?

HEX: #7C9060 | RGB: rgb(124, 144, 96) | CMYK: 14%, 0%, 33%, 44% | HSV: 85°, 33%, 56%. Copy any format from the conversion table above.

What colors go well with #7C9060?

The complementary color is HSL(265, 20%, 47%). 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, 20%, 47%) in CSS?

As HSL: color: hsl(85, 20%, 47%); — As HEX: color: #7C9060; — As RGB: color: rgb(124, 144, 96); — Tailwind CSS: bg-[hsl(85,20%,47%)] — CSS variable: --color-primary: hsl(85, 20%, 47%);