HSL(67, 45%, 33%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(67,45%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(67, 45%, 33%) | color: hsl(67, 45%, 33%) | |
| HEX | #717A2E | color: #717A2E | |
| RGB | rgb(113, 122, 46) | color: rgb(113, 122, 46) | |
| CMYK | cmyk(7%, 0%, 62%, 52%) | — | |
| HSV | hsv(67, 62%, 48%) | — | |
| HWB | hwb(67 18% 52%) | color: hwb(67 18% 52%) | |
| OKLCH | oklch(0.5556 0.1003 115.43) | color: oklch(0.5556 0.1003 115.43) | |
| Lab | lab(49.04 -14.65 39.41) | color: lab(49.04 -14.65 39.41) | |
| LCH | lch(49.04 42.04 110.39) | color: lch(49.04 42.04 110.39) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#757540 — rgb(117, 117, 64)
Deuteranopia (Green-blind)
#747445 — rgb(116, 116, 69)
Tritanopia (Blue-blind)
#714F52 — rgb(113, 79, 82)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(67, 45%, 33%);
text
color: hsl(67, 45%, 33%);
border
border: 2px solid hsl(67, 45%, 33%);
gradient light
background: linear-gradient(to right, hsl(67, 45%, 53%), hsl(67, 45%, 33%));
gradient dark
background: linear-gradient(to right, hsl(67, 45%, 33%), hsl(67, 45%, 13%))
hex
background-color: #717A2E;
tailwind
bg-[hsl(67,45%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(67, 45%, 33%, 0.4);
css variable
--color-primary: hsl(67, 45%, 33%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(67, 45%, 33%)?
HEX: #717A2E | RGB: rgb(113, 122, 46) | CMYK: 7%, 0%, 62%, 52% | HSV: 67°, 62%, 48%. Copy any format from the conversion table above.
What colors go well with #717A2E?
The complementary color is HSL(247, 45%, 33%). 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, 45%, 33%) in CSS?
As HSL: color: hsl(67, 45%, 33%); — As HEX: color: #717A2E; — As RGB: color: rgb(113, 122, 46); — Tailwind CSS: bg-[hsl(67,45%,33%)] — CSS variable: --color-primary: hsl(67, 45%, 33%);