HSL(127, 16%, 49%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(127,16%,49%)]

Color Conversions

Format Value CSS Usage
HSL hsl(127, 16%, 49%) color: hsl(127, 16%, 49%)
HEX #69916E color: #69916E
RGB rgb(105, 145, 110) color: rgb(105, 145, 110)
CMYK cmyk(28%, 0%, 24%, 43%)
HSV hsv(128, 28%, 57%)
HWB hwb(128 41% 43%) color: hwb(128 41% 43%)
OKLCH oklch(0.6171 0.0685 147.96) color: oklch(0.6171 0.0685 147.96)
Lab lab(56.47 -21.21 14.24) color: lab(56.47 -21.21 14.24)
LCH lch(56.47 25.55 146.12) color: lch(56.47 25.55 146.12)

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.57:1
vs Black 5.88: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)

#7A7B76 — rgb(122, 123, 118)

Deuteranopia (Green-blind)

#787579 — rgb(120, 117, 121)

Tritanopia (Blue-blind)

#6B7D7F — rgb(107, 125, 127)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(127, 16%, 49%);

text

color: hsl(127, 16%, 49%);

border

border: 2px solid hsl(127, 16%, 49%);

gradient light

background: linear-gradient(to right, hsl(127, 16%, 69%), hsl(127, 16%, 49%));

gradient dark

background: linear-gradient(to right, hsl(127, 16%, 49%), hsl(127, 16%, 29%))

hex

background-color: #69916E;

tailwind

bg-[hsl(127,16%,49%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(127, 16%, 49%, 0.4);

css variable

--color-primary: hsl(127, 16%, 49%);

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(127, 16%, 49%)?

HEX: #69916E | RGB: rgb(105, 145, 110) | CMYK: 28%, 0%, 24%, 43% | HSV: 128°, 28%, 57%. Copy any format from the conversion table above.

What colors go well with #69916E?

The complementary color is HSL(307, 16%, 49%). For a triadic harmony, use hues 127°, 247°, and 7°. For analogous combinations, try hues 97° and 157°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(127, 16%, 49%) in CSS?

As HSL: color: hsl(127, 16%, 49%); — As HEX: color: #69916E; — As RGB: color: rgb(105, 145, 110); — Tailwind CSS: bg-[hsl(127,16%,49%)] — CSS variable: --color-primary: hsl(127, 16%, 49%);