HSL(107, 31%, 55%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(107,31%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(107, 31%, 55%) | color: hsl(107, 31%, 55%) | |
| HEX | #78B069 | color: #78B069 | |
| RGB | rgb(120, 176, 105) | color: rgb(120, 176, 105) | |
| CMYK | cmyk(32%, 0%, 40%, 31%) | — | |
| HSV | hsv(107, 40%, 69%) | — | |
| HWB | hwb(107 41% 31%) | color: hwb(107 41% 31%) | |
| OKLCH | oklch(0.7006 0.1158 139.2) | color: oklch(0.7006 0.1158 139.2) | |
| Lab | lab(66.57 -32.07 30.67) | color: lab(66.57 -32.07 30.67) | |
| LCH | lch(66.57 44.37 136.28) | color: lch(66.57 44.37 136.28) |
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)
#90917A — rgb(144, 145, 122)
Deuteranopia (Green-blind)
#8D897E — rgb(141, 137, 126)
Tritanopia (Blue-blind)
#7B888B — rgb(123, 136, 139)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(107, 31%, 55%);
text
color: hsl(107, 31%, 55%);
border
border: 2px solid hsl(107, 31%, 55%);
gradient light
background: linear-gradient(to right, hsl(107, 31%, 75%), hsl(107, 31%, 55%));
gradient dark
background: linear-gradient(to right, hsl(107, 31%, 55%), hsl(107, 31%, 35%))
hex
background-color: #78B069;
tailwind
bg-[hsl(107,31%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(107, 31%, 55%, 0.4);
css variable
--color-primary: hsl(107, 31%, 55%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(107, 31%, 55%)?
HEX: #78B069 | RGB: rgb(120, 176, 105) | CMYK: 32%, 0%, 40%, 31% | HSV: 107°, 40%, 69%. Copy any format from the conversion table above.
What colors go well with #78B069?
The complementary color is HSL(287, 31%, 55%). For a triadic harmony, use hues 107°, 227°, and 347°. For analogous combinations, try hues 77° and 137°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(107, 31%, 55%) in CSS?
As HSL: color: hsl(107, 31%, 55%); — As HEX: color: #78B069; — As RGB: color: rgb(120, 176, 105); — Tailwind CSS: bg-[hsl(107,31%,55%)] — CSS variable: --color-primary: hsl(107, 31%, 55%);