HSL(107, 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(107,15%,51%)]

Color Conversions

Format Value CSS Usage
HSL hsl(107, 15%, 51%) color: hsl(107, 15%, 51%)
HEX #77956F color: #77956F
RGB rgb(119, 149, 111) color: rgb(119, 149, 111)
CMYK cmyk(20%, 0%, 26%, 42%)
HSV hsv(107, 26%, 58%)
HWB hwb(107 43% 42%) color: hwb(107 43% 42%)
OKLCH oklch(0.6364 0.065 139.13) color: oklch(0.6364 0.065 139.13)
Lab lab(58.57 -18.08 16.72) color: lab(58.57 -18.08 16.72)
LCH lch(58.57 24.63 137.24) color: lch(58.57 24.63 137.24)

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.33:1
vs Black 6.31: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)

#848478 — rgb(132, 132, 120)

Deuteranopia (Green-blind)

#82807A — rgb(130, 128, 122)

Tritanopia (Blue-blind)

#797F81 — rgb(121, 127, 129)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(107, 15%, 51%);

text

color: hsl(107, 15%, 51%);

border

border: 2px solid hsl(107, 15%, 51%);

gradient light

background: linear-gradient(to right, hsl(107, 15%, 71%), hsl(107, 15%, 51%));

gradient dark

background: linear-gradient(to right, hsl(107, 15%, 51%), hsl(107, 15%, 31%))

hex

background-color: #77956F;

tailwind

bg-[hsl(107,15%,51%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(107, 15%, 51%, 0.4);

css variable

--color-primary: hsl(107, 15%, 51%);

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(107, 15%, 51%)?

HEX: #77956F | RGB: rgb(119, 149, 111) | CMYK: 20%, 0%, 26%, 42% | HSV: 107°, 26%, 58%. Copy any format from the conversion table above.

What colors go well with #77956F?

The complementary color is HSL(287, 15%, 51%). For a triadic harmony, use hues 107°, 227°, and 347°. For analogous combinations, try hues 77° and 137°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(107, 15%, 51%) in CSS?

As HSL: color: hsl(107, 15%, 51%); — As HEX: color: #77956F; — As RGB: color: rgb(119, 149, 111); — Tailwind CSS: bg-[hsl(107,15%,51%)] — CSS variable: --color-primary: hsl(107, 15%, 51%);