HSL(77, 20%, 37%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(77,20%,37%)]

Color Conversions

Format Value CSS Usage
HSL hsl(77, 20%, 37%) color: hsl(77, 20%, 37%)
HEX #67714B color: #67714B
RGB rgb(103, 113, 75) color: rgb(103, 113, 75)
CMYK cmyk(9%, 0%, 34%, 56%)
HSV hsv(76, 34%, 44%)
HWB hwb(76 29% 56%) color: hwb(76 29% 56%)
OKLCH oklch(0.5299 0.0574 120.38) color: oklch(0.5299 0.0574 120.38)
Lab lab(45.91 -10.77 19.89) color: lab(45.91 -10.77 19.89)
LCH lch(45.91 22.62 118.43) color: lch(45.91 22.62 118.43)

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 5.2:1
vs Black 4.04:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#6B6B54 — rgb(107, 107, 84)

Deuteranopia (Green-blind)

#6B6A56 — rgb(107, 106, 86)

Tritanopia (Blue-blind)

#685B5D — rgb(104, 91, 93)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(77, 20%, 37%);

text

color: hsl(77, 20%, 37%);

border

border: 2px solid hsl(77, 20%, 37%);

gradient light

background: linear-gradient(to right, hsl(77, 20%, 57%), hsl(77, 20%, 37%));

gradient dark

background: linear-gradient(to right, hsl(77, 20%, 37%), hsl(77, 20%, 17%))

hex

background-color: #67714B;

tailwind

bg-[hsl(77,20%,37%)]

box shadow

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

css variable

--color-primary: hsl(77, 20%, 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(77, 20%, 37%)?

HEX: #67714B | RGB: rgb(103, 113, 75) | CMYK: 9%, 0%, 34%, 56% | HSV: 76°, 34%, 44%. Copy any format from the conversion table above.

What colors go well with #67714B?

The complementary color is HSL(257, 20%, 37%). For a triadic harmony, use hues 77°, 197°, and 317°. For analogous combinations, try hues 47° and 107°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(77, 20%, 37%) in CSS?

As HSL: color: hsl(77, 20%, 37%); — As HEX: color: #67714B; — As RGB: color: rgb(103, 113, 75); — Tailwind CSS: bg-[hsl(77,20%,37%)] — CSS variable: --color-primary: hsl(77, 20%, 37%);