HSL(67, 86%, 19%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(67,86%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(67, 86%, 19%) | color: hsl(67, 86%, 19%) | |
| HEX | #505A07 | color: #505A07 | |
| RGB | rgb(80, 90, 7) | color: rgb(80, 90, 7) | |
| CMYK | cmyk(11%, 0%, 92%, 65%) | — | |
| HSV | hsv(67, 92%, 35%) | — | |
| HWB | hwb(67 3% 65%) | color: hwb(67 3% 65%) | |
| OKLCH | oklch(0.4437 0.099 117.1) | color: oklch(0.4437 0.099 117.1) | |
| Lab | lab(36.05 -14.73 41) | color: lab(36.05 -14.73 41) | |
| LCH | lch(36.05 43.57 109.76) | color: lch(36.05 43.57 109.76) |
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)
#54541B — rgb(84, 84, 27)
Deuteranopia (Green-blind)
#545320 — rgb(84, 83, 32)
Tritanopia (Blue-blind)
#512B2E — rgb(81, 43, 46)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(67, 86%, 19%);
text
color: hsl(67, 86%, 19%);
border
border: 2px solid hsl(67, 86%, 19%);
gradient light
background: linear-gradient(to right, hsl(67, 86%, 39%), hsl(67, 86%, 19%));
gradient dark
background: linear-gradient(to right, hsl(67, 86%, 19%), hsl(67, 86%, 0%))
hex
background-color: #505A07;
tailwind
bg-[hsl(67,86%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(67, 86%, 19%, 0.4);
css variable
--color-primary: hsl(67, 86%, 19%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(67, 86%, 19%)?
HEX: #505A07 | RGB: rgb(80, 90, 7) | CMYK: 11%, 0%, 92%, 65% | HSV: 67°, 92%, 35%. Copy any format from the conversion table above.
What colors go well with #505A07?
The complementary color is HSL(247, 86%, 19%). 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, 86%, 19%) in CSS?
As HSL: color: hsl(67, 86%, 19%); — As HEX: color: #505A07; — As RGB: color: rgb(80, 90, 7); — Tailwind CSS: bg-[hsl(67,86%,19%)] — CSS variable: --color-primary: hsl(67, 86%, 19%);