HSL(117, 14%, 54%)

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(117,14%,54%)]

Color Conversions

Format Value CSS Usage
HSL hsl(117, 14%, 54%) color: hsl(117, 14%, 54%)
HEX #7B9A79 color: #7B9A79
RGB rgb(123, 154, 121) color: rgb(123, 154, 121)
CMYK cmyk(20%, 0%, 21%, 40%)
HSV hsv(116, 21%, 60%)
HWB hwb(116 47% 40%) color: hwb(116 47% 40%)
OKLCH oklch(0.6534 0.0594 143.3) color: oklch(0.6534 0.0594 143.3)
Lab lab(60.52 -17.46 13.85) color: lab(60.52 -17.46 13.85)
LCH lch(60.52 22.29 141.58) color: lch(60.52 22.29 141.58)

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.12:1
vs Black 6.74: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)

#888981 — rgb(136, 137, 129)

Deuteranopia (Green-blind)

#878483 — rgb(135, 132, 131)

Tritanopia (Blue-blind)

#7D8789 — rgb(125, 135, 137)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(117, 14%, 54%);

text

color: hsl(117, 14%, 54%);

border

border: 2px solid hsl(117, 14%, 54%);

gradient light

background: linear-gradient(to right, hsl(117, 14%, 74%), hsl(117, 14%, 54%));

gradient dark

background: linear-gradient(to right, hsl(117, 14%, 54%), hsl(117, 14%, 34%))

hex

background-color: #7B9A79;

tailwind

bg-[hsl(117,14%,54%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(117, 14%, 54%, 0.4);

css variable

--color-primary: hsl(117, 14%, 54%);

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(117, 14%, 54%)?

HEX: #7B9A79 | RGB: rgb(123, 154, 121) | CMYK: 20%, 0%, 21%, 40% | HSV: 116°, 21%, 60%. Copy any format from the conversion table above.

What colors go well with #7B9A79?

The complementary color is HSL(297, 14%, 54%). For a triadic harmony, use hues 117°, 237°, and 357°. For analogous combinations, try hues 87° and 147°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(117, 14%, 54%) in CSS?

As HSL: color: hsl(117, 14%, 54%); — As HEX: color: #7B9A79; — As RGB: color: rgb(123, 154, 121); — Tailwind CSS: bg-[hsl(117,14%,54%)] — CSS variable: --color-primary: hsl(117, 14%, 54%);