HSL(77, 22%, 42%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(77,22%,42%)]

Color Conversions

Format Value CSS Usage
HSL hsl(77, 22%, 42%) color: hsl(77, 22%, 42%)
HEX #758354 color: #758354
RGB rgb(117, 131, 84) color: rgb(117, 131, 84)
CMYK cmyk(11%, 0%, 36%, 49%)
HSV hsv(78, 36%, 51%)
HWB hwb(78 33% 49%) color: hwb(78 33% 49%)
OKLCH oklch(0.5863 0.0694 122.05) color: oklch(0.5863 0.0694 122.05)
Lab lab(52.57 -13.55 23.76) color: lab(52.57 -13.55 23.76)
LCH lch(52.57 27.35 119.7) color: lch(52.57 27.35 119.7)

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 4.09:1
vs Black 5.13: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)

#7B7B5F — rgb(123, 123, 95)

Deuteranopia (Green-blind)

#7A7962 — rgb(122, 121, 98)

Tritanopia (Blue-blind)

#76686A — rgb(118, 104, 106)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(77, 22%, 42%);

text

color: hsl(77, 22%, 42%);

border

border: 2px solid hsl(77, 22%, 42%);

gradient light

background: linear-gradient(to right, hsl(77, 22%, 62%), hsl(77, 22%, 42%));

gradient dark

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

hex

background-color: #758354;

tailwind

bg-[hsl(77,22%,42%)]

box shadow

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

css variable

--color-primary: hsl(77, 22%, 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(77, 22%, 42%)?

HEX: #758354 | RGB: rgb(117, 131, 84) | CMYK: 11%, 0%, 36%, 49% | HSV: 78°, 36%, 51%. Copy any format from the conversion table above.

What colors go well with #758354?

The complementary color is HSL(257, 22%, 42%). For a triadic harmony, use hues 77°, 197°, and 317°. For analogous combinations, try hues 47° and 107°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(77, 22%, 42%) in CSS?

As HSL: color: hsl(77, 22%, 42%); — As HEX: color: #758354; — As RGB: color: rgb(117, 131, 84); — Tailwind CSS: bg-[hsl(77,22%,42%)] — CSS variable: --color-primary: hsl(77, 22%, 42%);