HSL(127, 16%, 49%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(127,16%,49%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(127, 16%, 49%) | color: hsl(127, 16%, 49%) | |
| HEX | #69916E | color: #69916E | |
| RGB | rgb(105, 145, 110) | color: rgb(105, 145, 110) | |
| CMYK | cmyk(28%, 0%, 24%, 43%) | — | |
| HSV | hsv(128, 28%, 57%) | — | |
| HWB | hwb(128 41% 43%) | color: hwb(128 41% 43%) | |
| OKLCH | oklch(0.6171 0.0685 147.96) | color: oklch(0.6171 0.0685 147.96) | |
| Lab | lab(56.47 -21.21 14.24) | color: lab(56.47 -21.21 14.24) | |
| LCH | lch(56.47 25.55 146.12) | color: lch(56.47 25.55 146.12) |
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)
#7A7B76 — rgb(122, 123, 118)
Deuteranopia (Green-blind)
#787579 — rgb(120, 117, 121)
Tritanopia (Blue-blind)
#6B7D7F — rgb(107, 125, 127)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(127, 16%, 49%);
text
color: hsl(127, 16%, 49%);
border
border: 2px solid hsl(127, 16%, 49%);
gradient light
background: linear-gradient(to right, hsl(127, 16%, 69%), hsl(127, 16%, 49%));
gradient dark
background: linear-gradient(to right, hsl(127, 16%, 49%), hsl(127, 16%, 29%))
hex
background-color: #69916E;
tailwind
bg-[hsl(127,16%,49%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(127, 16%, 49%, 0.4);
css variable
--color-primary: hsl(127, 16%, 49%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(127, 16%, 49%)?
HEX: #69916E | RGB: rgb(105, 145, 110) | CMYK: 28%, 0%, 24%, 43% | HSV: 128°, 28%, 57%. Copy any format from the conversion table above.
What colors go well with #69916E?
The complementary color is HSL(307, 16%, 49%). For a triadic harmony, use hues 127°, 247°, and 7°. For analogous combinations, try hues 97° and 157°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(127, 16%, 49%) in CSS?
As HSL: color: hsl(127, 16%, 49%); — As HEX: color: #69916E; — As RGB: color: rgb(105, 145, 110); — Tailwind CSS: bg-[hsl(127,16%,49%)] — CSS variable: --color-primary: hsl(127, 16%, 49%);