HSL(128, 20%, 55%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(128,20%,55%)]

Color Conversions

Format Value CSS Usage
HSL hsl(128, 20%, 55%) color: hsl(128, 20%, 55%)
HEX #75A37B color: #75A37B
RGB rgb(117, 163, 123) color: rgb(117, 163, 123)
CMYK cmyk(28%, 0%, 25%, 36%)
HSV hsv(128, 28%, 64%)
HWB hwb(128 46% 36%) color: hwb(128 46% 36%)
OKLCH oklch(0.6712 0.0768 148.06) color: oklch(0.6712 0.0768 148.06)
Lab lab(62.85 -23.8 15.92) color: lab(62.85 -23.8 15.92)
LCH lch(62.85 28.63 146.22) color: lch(62.85 28.63 146.22)

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.88:1
vs Black 7.28: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)

#898985 — rgb(137, 137, 133)

Deuteranopia (Green-blind)

#868387 — rgb(134, 131, 135)

Tritanopia (Blue-blind)

#778C8E — rgb(119, 140, 142)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(128, 20%, 55%);

text

color: hsl(128, 20%, 55%);

border

border: 2px solid hsl(128, 20%, 55%);

gradient light

background: linear-gradient(to right, hsl(128, 20%, 75%), hsl(128, 20%, 55%));

gradient dark

background: linear-gradient(to right, hsl(128, 20%, 55%), hsl(128, 20%, 35%))

hex

background-color: #75A37B;

tailwind

bg-[hsl(128,20%,55%)]

box shadow

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

css variable

--color-primary: hsl(128, 20%, 55%);

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(128, 20%, 55%)?

HEX: #75A37B | RGB: rgb(117, 163, 123) | CMYK: 28%, 0%, 25%, 36% | HSV: 128°, 28%, 64%. Copy any format from the conversion table above.

What colors go well with #75A37B?

The complementary color is HSL(308, 20%, 55%). For a triadic harmony, use hues 128°, 248°, and 8°. For analogous combinations, try hues 98° and 158°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(128, 20%, 55%) in CSS?

As HSL: color: hsl(128, 20%, 55%); — As HEX: color: #75A37B; — As RGB: color: rgb(117, 163, 123); — Tailwind CSS: bg-[hsl(128,20%,55%)] — CSS variable: --color-primary: hsl(128, 20%, 55%);