HSL(80, 23%, 44%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(80,23%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(80, 23%, 44%) | color: hsl(80, 23%, 44%) | |
| HEX | #798A56 | color: #798A56 | |
| RGB | rgb(121, 138, 86) | color: rgb(121, 138, 86) | |
| CMYK | cmyk(12%, 0%, 38%, 46%) | — | |
| HSV | hsv(80, 38%, 54%) | — | |
| HWB | hwb(80 33% 46%) | color: hwb(80 33% 46%) | |
| OKLCH | oklch(0.6065 0.0764 123.4) | color: oklch(0.6065 0.0764 123.4) | |
| Lab | lab(54.98 -15.4 25.85) | color: lab(54.98 -15.4 25.85) | |
| LCH | lch(54.98 30.09 120.78) | color: lch(54.98 30.09 120.78) |
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)
#808163 — rgb(128, 129, 99)
Deuteranopia (Green-blind)
#7F7E66 — rgb(127, 126, 102)
Tritanopia (Blue-blind)
#7A6D6F — rgb(122, 109, 111)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(80, 23%, 44%);
text
color: hsl(80, 23%, 44%);
border
border: 2px solid hsl(80, 23%, 44%);
gradient light
background: linear-gradient(to right, hsl(80, 23%, 64%), hsl(80, 23%, 44%));
gradient dark
background: linear-gradient(to right, hsl(80, 23%, 44%), hsl(80, 23%, 24%))
hex
background-color: #798A56;
tailwind
bg-[hsl(80,23%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(80, 23%, 44%, 0.4);
css variable
--color-primary: hsl(80, 23%, 44%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(80, 23%, 44%)?
HEX: #798A56 | RGB: rgb(121, 138, 86) | CMYK: 12%, 0%, 38%, 46% | HSV: 80°, 38%, 54%. Copy any format from the conversion table above.
What colors go well with #798A56?
The complementary color is HSL(260, 23%, 44%). For a triadic harmony, use hues 80°, 200°, and 320°. For analogous combinations, try hues 50° and 110°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(80, 23%, 44%) in CSS?
As HSL: color: hsl(80, 23%, 44%); — As HEX: color: #798A56; — As RGB: color: rgb(121, 138, 86); — Tailwind CSS: bg-[hsl(80,23%,44%)] — CSS variable: --color-primary: hsl(80, 23%, 44%);