HSL(73, 68%, 28%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(73,68%,28%)]

Color Conversions

Format Value CSS Usage
HSL hsl(73, 68%, 28%) color: hsl(73, 68%, 28%)
HEX #637817 color: #637817
RGB rgb(99, 120, 23) color: rgb(99, 120, 23)
CMYK cmyk(18%, 0%, 81%, 53%)
HSV hsv(73, 81%, 47%)
HWB hwb(73 9% 53%) color: hwb(73 9% 53%)
OKLCH oklch(0.5373 0.1202 121.63) color: oklch(0.5373 0.1202 121.63)
Lab lab(47.17 -21.32 46.59) color: lab(47.17 -21.32 46.59)
LCH lch(47.17 51.24 114.59) color: lch(47.17 51.24 114.59)

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.97:1
vs Black 4.23: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)

#6C6C2E — rgb(108, 108, 46)

Deuteranopia (Green-blind)

#6B6934 — rgb(107, 105, 52)

Tritanopia (Blue-blind)

#644145 — rgb(100, 65, 69)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(73, 68%, 28%);

text

color: hsl(73, 68%, 28%);

border

border: 2px solid hsl(73, 68%, 28%);

gradient light

background: linear-gradient(to right, hsl(73, 68%, 48%), hsl(73, 68%, 28%));

gradient dark

background: linear-gradient(to right, hsl(73, 68%, 28%), hsl(73, 68%, 8%))

hex

background-color: #637817;

tailwind

bg-[hsl(73,68%,28%)]

box shadow

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

css variable

--color-primary: hsl(73, 68%, 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(73, 68%, 28%)?

HEX: #637817 | RGB: rgb(99, 120, 23) | CMYK: 18%, 0%, 81%, 53% | HSV: 73°, 81%, 47%. Copy any format from the conversion table above.

What colors go well with #637817?

The complementary color is HSL(253, 68%, 28%). 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, 68%, 28%) in CSS?

As HSL: color: hsl(73, 68%, 28%); — As HEX: color: #637817; — As RGB: color: rgb(99, 120, 23); — Tailwind CSS: bg-[hsl(73,68%,28%)] — CSS variable: --color-primary: hsl(73, 68%, 28%);