HSL(67, 40%, 37%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(67,40%,37%)]

Color Conversions

Format Value CSS Usage
HSL hsl(67, 40%, 37%) color: hsl(67, 40%, 37%)
HEX #7B8439 color: #7B8439
RGB rgb(123, 132, 57) color: rgb(123, 132, 57)
CMYK cmyk(7%, 0%, 57%, 48%)
HSV hsv(67, 57%, 52%)
HWB hwb(67 22% 48%) color: hwb(67 22% 48%)
OKLCH oklch(0.5894 0.0998 115.22) color: oklch(0.5894 0.0998 115.22)
Lab lab(52.96 -14.65 38.69) color: lab(52.96 -14.65 38.69)
LCH lch(52.96 41.37 110.74) color: lch(52.96 41.37 110.74)

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.04:1
vs Black 5.2: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)

#7F7F4B — rgb(127, 127, 75)

Deuteranopia (Green-blind)

#7E7E50 — rgb(126, 126, 80)

Tritanopia (Blue-blind)

#7B595D — rgb(123, 89, 93)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(67, 40%, 37%);

text

color: hsl(67, 40%, 37%);

border

border: 2px solid hsl(67, 40%, 37%);

gradient light

background: linear-gradient(to right, hsl(67, 40%, 57%), hsl(67, 40%, 37%));

gradient dark

background: linear-gradient(to right, hsl(67, 40%, 37%), hsl(67, 40%, 17%))

hex

background-color: #7B8439;

tailwind

bg-[hsl(67,40%,37%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(67, 40%, 37%, 0.4);

css variable

--color-primary: hsl(67, 40%, 37%);

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(67, 40%, 37%)?

HEX: #7B8439 | RGB: rgb(123, 132, 57) | CMYK: 7%, 0%, 57%, 48% | HSV: 67°, 57%, 52%. Copy any format from the conversion table above.

What colors go well with #7B8439?

The complementary color is HSL(247, 40%, 37%). For a triadic harmony, use hues 67°, 187°, and 307°. For analogous combinations, try hues 37° and 97°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(67, 40%, 37%) in CSS?

As HSL: color: hsl(67, 40%, 37%); — As HEX: color: #7B8439; — As RGB: color: rgb(123, 132, 57); — Tailwind CSS: bg-[hsl(67,40%,37%)] — CSS variable: --color-primary: hsl(67, 40%, 37%);