HSL(74, 79%, 28%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(74,79%,28%)]

Color Conversions

Format Value CSS Usage
HSL hsl(74, 79%, 28%) color: hsl(74, 79%, 28%)
HEX #65800F color: #65800F
RGB rgb(101, 128, 15) color: rgb(101, 128, 15)
CMYK cmyk(21%, 0%, 88%, 50%)
HSV hsv(74, 88%, 50%)
HWB hwb(74 6% 50%) color: hwb(74 6% 50%)
OKLCH oklch(0.5587 0.1327 123.47) color: oklch(0.5587 0.1327 123.47)
Lab lab(49.79 -24.81 51.2) color: lab(49.79 -24.81 51.2)
LCH lch(49.79 56.89 115.85) color: lch(49.79 56.89 115.85)

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.52:1
vs Black 4.65: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)

#71712A — rgb(113, 113, 42)

Deuteranopia (Green-blind)

#6F6D31 — rgb(111, 109, 49)

Tritanopia (Blue-blind)

#664045 — rgb(102, 64, 69)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(74, 79%, 28%);

text

color: hsl(74, 79%, 28%);

border

border: 2px solid hsl(74, 79%, 28%);

gradient light

background: linear-gradient(to right, hsl(74, 79%, 48%), hsl(74, 79%, 28%));

gradient dark

background: linear-gradient(to right, hsl(74, 79%, 28%), hsl(74, 79%, 8%))

hex

background-color: #65800F;

tailwind

bg-[hsl(74,79%,28%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(74, 79%, 28%, 0.4);

css variable

--color-primary: hsl(74, 79%, 28%);

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(74, 79%, 28%)?

HEX: #65800F | RGB: rgb(101, 128, 15) | CMYK: 21%, 0%, 88%, 50% | HSV: 74°, 88%, 50%. Copy any format from the conversion table above.

What colors go well with #65800F?

The complementary color is HSL(254, 79%, 28%). For a triadic harmony, use hues 74°, 194°, and 314°. For analogous combinations, try hues 44° and 104°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(74, 79%, 28%) in CSS?

As HSL: color: hsl(74, 79%, 28%); — As HEX: color: #65800F; — As RGB: color: rgb(101, 128, 15); — Tailwind CSS: bg-[hsl(74,79%,28%)] — CSS variable: --color-primary: hsl(74, 79%, 28%);