HSL(111, 10%, 48%)

Grayish Green — Green color

Adjust Color

Color Information

Color Name

Grayish Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(111,10%,48%)]

Color Conversions

Format Value CSS Usage
HSL hsl(111, 10%, 48%) color: hsl(111, 10%, 48%)
HEX #72876E color: #72876E
RGB rgb(114, 135, 110) color: rgb(114, 135, 110)
CMYK cmyk(16%, 0%, 19%, 47%)
HSV hsv(110, 19%, 53%)
HWB hwb(110 43% 47%) color: hwb(110 43% 47%)
OKLCH oklch(0.5994 0.0445 140.62) color: oklch(0.5994 0.0445 140.62)
Lab lab(54.06 -12.65 10.96) color: lab(54.06 -12.65 10.96)
LCH lch(54.06 16.74 139.09) color: lch(54.06 16.74 139.09)

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

#7B7B74 — rgb(123, 123, 116)

Deuteranopia (Green-blind)

#7A7876 — rgb(122, 120, 118)

Tritanopia (Blue-blind)

#73797A — rgb(115, 121, 122)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(111, 10%, 48%);

text

color: hsl(111, 10%, 48%);

border

border: 2px solid hsl(111, 10%, 48%);

gradient light

background: linear-gradient(to right, hsl(111, 10%, 68%), hsl(111, 10%, 48%));

gradient dark

background: linear-gradient(to right, hsl(111, 10%, 48%), hsl(111, 10%, 28%))

hex

background-color: #72876E;

tailwind

bg-[hsl(111,10%,48%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(111, 10%, 48%, 0.4);

css variable

--color-primary: hsl(111, 10%, 48%);

Related Colors

Use Cases for Grayish Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(111, 10%, 48%)?

HEX: #72876E | RGB: rgb(114, 135, 110) | CMYK: 16%, 0%, 19%, 47% | HSV: 110°, 19%, 53%. Copy any format from the conversion table above.

What colors go well with #72876E?

The complementary color is HSL(291, 10%, 48%). For a triadic harmony, use hues 111°, 231°, and 351°. For analogous combinations, try hues 81° and 141°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(111, 10%, 48%) in CSS?

As HSL: color: hsl(111, 10%, 48%); — As HEX: color: #72876E; — As RGB: color: rgb(114, 135, 110); — Tailwind CSS: bg-[hsl(111,10%,48%)] — CSS variable: --color-primary: hsl(111, 10%, 48%);