HSL(67, 57%, 28%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(67,57%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(67, 57%, 28%) | color: hsl(67, 57%, 28%) | |
| HEX | #67701F | color: #67701F | |
| RGB | rgb(103, 112, 31) | color: rgb(103, 112, 31) | |
| CMYK | cmyk(8%, 0%, 72%, 56%) | — | |
| HSV | hsv(67, 72%, 44%) | — | |
| HWB | hwb(67 12% 56%) | color: hwb(67 12% 56%) | |
| OKLCH | oklch(0.5211 0.1034 115.57) | color: oklch(0.5211 0.1034 115.57) | |
| Lab | lab(45.04 -14.84 41.68) | color: lab(45.04 -14.84 41.68) | |
| LCH | lch(45.04 44.24 109.6) | color: lch(45.04 44.24 109.6) |
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)
#6B6B33 — rgb(107, 107, 51)
Deuteranopia (Green-blind)
#6A6A37 — rgb(106, 106, 55)
Tritanopia (Blue-blind)
#674245 — rgb(103, 66, 69)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(67, 57%, 28%);
text
color: hsl(67, 57%, 28%);
border
border: 2px solid hsl(67, 57%, 28%);
gradient light
background: linear-gradient(to right, hsl(67, 57%, 48%), hsl(67, 57%, 28%));
gradient dark
background: linear-gradient(to right, hsl(67, 57%, 28%), hsl(67, 57%, 8%))
hex
background-color: #67701F;
tailwind
bg-[hsl(67,57%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(67, 57%, 28%, 0.4);
css variable
--color-primary: hsl(67, 57%, 28%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(67, 57%, 28%)?
HEX: #67701F | RGB: rgb(103, 112, 31) | CMYK: 8%, 0%, 72%, 56% | HSV: 67°, 72%, 44%. Copy any format from the conversion table above.
What colors go well with #67701F?
The complementary color is HSL(247, 57%, 28%). 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, 57%, 28%) in CSS?
As HSL: color: hsl(67, 57%, 28%); — As HEX: color: #67701F; — As RGB: color: rgb(103, 112, 31); — Tailwind CSS: bg-[hsl(67,57%,28%)] — CSS variable: --color-primary: hsl(67, 57%, 28%);