HSL(67, 58%, 30%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(67,58%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(67, 58%, 30%) | color: hsl(67, 58%, 30%) | |
| HEX | #6F7920 | color: #6F7920 | |
| RGB | rgb(111, 121, 32) | color: rgb(111, 121, 32) | |
| CMYK | cmyk(8%, 0%, 74%, 53%) | — | |
| HSV | hsv(67, 74%, 47%) | — | |
| HWB | hwb(67 12% 53%) | color: hwb(67 12% 53%) | |
| OKLCH | oklch(0.5502 0.111 115.74) | color: oklch(0.5502 0.111 115.74) | |
| Lab | lab(48.46 -15.98 44.88) | color: lab(48.46 -15.98 44.88) | |
| LCH | lch(48.46 47.64 109.6) | color: lch(48.46 47.64 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)
#737336 — rgb(115, 115, 54)
Deuteranopia (Green-blind)
#73723B — rgb(115, 114, 59)
Tritanopia (Blue-blind)
#70474A — rgb(112, 71, 74)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(67, 58%, 30%);
text
color: hsl(67, 58%, 30%);
border
border: 2px solid hsl(67, 58%, 30%);
gradient light
background: linear-gradient(to right, hsl(67, 58%, 50%), hsl(67, 58%, 30%));
gradient dark
background: linear-gradient(to right, hsl(67, 58%, 30%), hsl(67, 58%, 10%))
hex
background-color: #6F7920;
tailwind
bg-[hsl(67,58%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(67, 58%, 30%, 0.4);
css variable
--color-primary: hsl(67, 58%, 30%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(67, 58%, 30%)?
HEX: #6F7920 | RGB: rgb(111, 121, 32) | CMYK: 8%, 0%, 74%, 53% | HSV: 67°, 74%, 47%. Copy any format from the conversion table above.
What colors go well with #6F7920?
The complementary color is HSL(247, 58%, 30%). 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, 58%, 30%) in CSS?
As HSL: color: hsl(67, 58%, 30%); — As HEX: color: #6F7920; — As RGB: color: rgb(111, 121, 32); — Tailwind CSS: bg-[hsl(67,58%,30%)] — CSS variable: --color-primary: hsl(67, 58%, 30%);