HSL(72, 10%, 43%)

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(72,10%,43%)]

Color Conversions

Format Value CSS Usage
HSL hsl(72, 10%, 43%) color: hsl(72, 10%, 43%)
HEX #747963 color: #747963
RGB rgb(116, 121, 99) color: rgb(116, 121, 99)
CMYK cmyk(4%, 0%, 18%, 53%)
HSV hsv(74, 18%, 47%)
HWB hwb(74 39% 53%) color: hwb(74 39% 53%)
OKLCH oklch(0.5654 0.0333 117.87) color: oklch(0.5654 0.0333 117.87)
Lab lab(49.84 -6.07 11.45) color: lab(49.84 -6.07 11.45)
LCH lch(49.84 12.96 117.93) color: lch(49.84 12.96 117.93)

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.51:1
vs Black 4.66:1

AA Normal (4.5:1)

on White: PASS ✓ 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)

#767668 — rgb(118, 118, 104)

Deuteranopia (Green-blind)

#76766A — rgb(118, 118, 106)

Tritanopia (Blue-blind)

#746D6D — rgb(116, 109, 109)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(72, 10%, 43%);

text

color: hsl(72, 10%, 43%);

border

border: 2px solid hsl(72, 10%, 43%);

gradient light

background: linear-gradient(to right, hsl(72, 10%, 63%), hsl(72, 10%, 43%));

gradient dark

background: linear-gradient(to right, hsl(72, 10%, 43%), hsl(72, 10%, 23%))

hex

background-color: #747963;

tailwind

bg-[hsl(72,10%,43%)]

box shadow

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

css variable

--color-primary: hsl(72, 10%, 43%);

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(72, 10%, 43%)?

HEX: #747963 | RGB: rgb(116, 121, 99) | CMYK: 4%, 0%, 18%, 53% | HSV: 74°, 18%, 47%. Copy any format from the conversion table above.

What colors go well with #747963?

The complementary color is HSL(252, 10%, 43%). For a triadic harmony, use hues 72°, 192°, and 312°. For analogous combinations, try hues 42° and 102°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(72, 10%, 43%) in CSS?

As HSL: color: hsl(72, 10%, 43%); — As HEX: color: #747963; — As RGB: color: rgb(116, 121, 99); — Tailwind CSS: bg-[hsl(72,10%,43%)] — CSS variable: --color-primary: hsl(72, 10%, 43%);