HSL(73, 50%, 33%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(73,50%,33%)]

Color Conversions

Format Value CSS Usage
HSL hsl(73, 50%, 33%) color: hsl(73, 50%, 33%)
HEX #6C7E2A color: #6C7E2A
RGB rgb(108, 126, 42) color: rgb(108, 126, 42)
CMYK cmyk(14%, 0%, 67%, 51%)
HSV hsv(73, 67%, 49%)
HWB hwb(73 16% 51%) color: hwb(73 16% 51%)
OKLCH oklch(0.5609 0.1109 120.44) color: oklch(0.5609 0.1109 120.44)
Lab lab(49.83 -19.3 41.99) color: lab(49.83 -19.3 41.99)
LCH lch(49.83 46.21 114.69) color: lch(49.83 46.21 114.69)

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)

#74743E — rgb(116, 116, 62)

Deuteranopia (Green-blind)

#737143 — rgb(115, 113, 67)

Tritanopia (Blue-blind)

#6D4E52 — rgb(109, 78, 82)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(73, 50%, 33%);

text

color: hsl(73, 50%, 33%);

border

border: 2px solid hsl(73, 50%, 33%);

gradient light

background: linear-gradient(to right, hsl(73, 50%, 53%), hsl(73, 50%, 33%));

gradient dark

background: linear-gradient(to right, hsl(73, 50%, 33%), hsl(73, 50%, 13%))

hex

background-color: #6C7E2A;

tailwind

bg-[hsl(73,50%,33%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(73, 50%, 33%, 0.4);

css variable

--color-primary: hsl(73, 50%, 33%);

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(73, 50%, 33%)?

HEX: #6C7E2A | RGB: rgb(108, 126, 42) | CMYK: 14%, 0%, 67%, 51% | HSV: 73°, 67%, 49%. Copy any format from the conversion table above.

What colors go well with #6C7E2A?

The complementary color is HSL(253, 50%, 33%). For a triadic harmony, use hues 73°, 193°, and 313°. For analogous combinations, try hues 43° and 103°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(73, 50%, 33%) in CSS?

As HSL: color: hsl(73, 50%, 33%); — As HEX: color: #6C7E2A; — As RGB: color: rgb(108, 126, 42); — Tailwind CSS: bg-[hsl(73,50%,33%)] — CSS variable: --color-primary: hsl(73, 50%, 33%);