HSL(69, 92%, 29%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(69,92%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(69, 92%, 29%) | color: hsl(69, 92%, 29%) | |
| HEX | #7A8E06 | color: #7A8E06 | |
| RGB | rgb(122, 142, 6) | color: rgb(122, 142, 6) | |
| CMYK | cmyk(14%, 0%, 96%, 44%) | — | |
| HSV | hsv(69, 96%, 56%) | — | |
| HWB | hwb(69 2% 44%) | color: hwb(69 2% 44%) | |
| OKLCH | oklch(0.6093 0.1419 119.23) | color: oklch(0.6093 0.1419 119.23) | |
| Lab | lab(55.58 -22.83 58.21) | color: lab(55.58 -22.83 58.21) | |
| LCH | lch(55.58 62.53 111.42) | color: lch(55.58 62.53 111.42) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#838327 — rgb(131, 131, 39)
Deuteranopia (Green-blind)
#82802F — rgb(130, 128, 47)
Tritanopia (Blue-blind)
#7B4147 — rgb(123, 65, 71)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(69, 92%, 29%);
text
color: hsl(69, 92%, 29%);
border
border: 2px solid hsl(69, 92%, 29%);
gradient light
background: linear-gradient(to right, hsl(69, 92%, 49%), hsl(69, 92%, 29%));
gradient dark
background: linear-gradient(to right, hsl(69, 92%, 29%), hsl(69, 92%, 9%))
hex
background-color: #7A8E06;
tailwind
bg-[hsl(69,92%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(69, 92%, 29%, 0.4);
css variable
--color-primary: hsl(69, 92%, 29%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(69, 92%, 29%)?
HEX: #7A8E06 | RGB: rgb(122, 142, 6) | CMYK: 14%, 0%, 96%, 44% | HSV: 69°, 96%, 56%. Copy any format from the conversion table above.
What colors go well with #7A8E06?
The complementary color is HSL(249, 92%, 29%). For a triadic harmony, use hues 69°, 189°, and 309°. For analogous combinations, try hues 39° and 99°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(69, 92%, 29%) in CSS?
As HSL: color: hsl(69, 92%, 29%); — As HEX: color: #7A8E06; — As RGB: color: rgb(122, 142, 6); — Tailwind CSS: bg-[hsl(69,92%,29%)] — CSS variable: --color-primary: hsl(69, 92%, 29%);