HSL(111, 19%, 47%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(111,19%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(111, 19%, 47%) | color: hsl(111, 19%, 47%) | |
| HEX | #688F61 | color: #688F61 | |
| RGB | rgb(104, 143, 97) | color: rgb(104, 143, 97) | |
| CMYK | cmyk(27%, 0%, 32%, 44%) | — | |
| HSV | hsv(111, 32%, 56%) | — | |
| HWB | hwb(111 38% 44%) | color: hwb(111 38% 44%) | |
| OKLCH | oklch(0.6086 0.0805 140.74) | color: oklch(0.6086 0.0805 140.74) | |
| Lab | lab(55.53 -22.87 20.27) | color: lab(55.53 -22.87 20.27) | |
| LCH | lch(55.53 30.56 138.45) | color: lch(55.53 30.56 138.45) |
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)
#79796C — rgb(121, 121, 108)
Deuteranopia (Green-blind)
#77746F — rgb(119, 116, 111)
Tritanopia (Blue-blind)
#6A7577 — rgb(106, 117, 119)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(111, 19%, 47%);
text
color: hsl(111, 19%, 47%);
border
border: 2px solid hsl(111, 19%, 47%);
gradient light
background: linear-gradient(to right, hsl(111, 19%, 67%), hsl(111, 19%, 47%));
gradient dark
background: linear-gradient(to right, hsl(111, 19%, 47%), hsl(111, 19%, 27%))
hex
background-color: #688F61;
tailwind
bg-[hsl(111,19%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(111, 19%, 47%, 0.4);
css variable
--color-primary: hsl(111, 19%, 47%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(111, 19%, 47%)?
HEX: #688F61 | RGB: rgb(104, 143, 97) | CMYK: 27%, 0%, 32%, 44% | HSV: 111°, 32%, 56%. Copy any format from the conversion table above.
What colors go well with #688F61?
The complementary color is HSL(291, 19%, 47%). For a triadic harmony, use hues 111°, 231°, and 351°. For analogous combinations, try hues 81° and 141°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(111, 19%, 47%) in CSS?
As HSL: color: hsl(111, 19%, 47%); — As HEX: color: #688F61; — As RGB: color: rgb(104, 143, 97); — Tailwind CSS: bg-[hsl(111,19%,47%)] — CSS variable: --color-primary: hsl(111, 19%, 47%);