HSL(117, 14%, 54%)
Grayish Green — Green color
Adjust Color
Color Information
Color Name
Grayish Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(117,14%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(117, 14%, 54%) | color: hsl(117, 14%, 54%) | |
| HEX | #7B9A79 | color: #7B9A79 | |
| RGB | rgb(123, 154, 121) | color: rgb(123, 154, 121) | |
| CMYK | cmyk(20%, 0%, 21%, 40%) | — | |
| HSV | hsv(116, 21%, 60%) | — | |
| HWB | hwb(116 47% 40%) | color: hwb(116 47% 40%) | |
| OKLCH | oklch(0.6534 0.0594 143.3) | color: oklch(0.6534 0.0594 143.3) | |
| Lab | lab(60.52 -17.46 13.85) | color: lab(60.52 -17.46 13.85) | |
| LCH | lch(60.52 22.29 141.58) | color: lch(60.52 22.29 141.58) |
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)
#888981 — rgb(136, 137, 129)
Deuteranopia (Green-blind)
#878483 — rgb(135, 132, 131)
Tritanopia (Blue-blind)
#7D8789 — rgb(125, 135, 137)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(117, 14%, 54%);
text
color: hsl(117, 14%, 54%);
border
border: 2px solid hsl(117, 14%, 54%);
gradient light
background: linear-gradient(to right, hsl(117, 14%, 74%), hsl(117, 14%, 54%));
gradient dark
background: linear-gradient(to right, hsl(117, 14%, 54%), hsl(117, 14%, 34%))
hex
background-color: #7B9A79;
tailwind
bg-[hsl(117,14%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(117, 14%, 54%, 0.4);
css variable
--color-primary: hsl(117, 14%, 54%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(117, 14%, 54%)?
HEX: #7B9A79 | RGB: rgb(123, 154, 121) | CMYK: 20%, 0%, 21%, 40% | HSV: 116°, 21%, 60%. Copy any format from the conversion table above.
What colors go well with #7B9A79?
The complementary color is HSL(297, 14%, 54%). For a triadic harmony, use hues 117°, 237°, and 357°. For analogous combinations, try hues 87° and 147°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(117, 14%, 54%) in CSS?
As HSL: color: hsl(117, 14%, 54%); — As HEX: color: #7B9A79; — As RGB: color: rgb(123, 154, 121); — Tailwind CSS: bg-[hsl(117,14%,54%)] — CSS variable: --color-primary: hsl(117, 14%, 54%);