HSL(117, 14%, 46%)
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%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(117, 14%, 46%) | color: hsl(117, 14%, 46%) | |
| HEX | #678665 | color: #678665 | |
| RGB | rgb(103, 134, 101) | color: rgb(103, 134, 101) | |
| CMYK | cmyk(23%, 0%, 25%, 47%) | — | |
| HSV | hsv(116, 25%, 53%) | — | |
| HWB | hwb(116 40% 47%) | color: hwb(116 40% 47%) | |
| OKLCH | oklch(0.5868 0.0608 143.23) | color: oklch(0.5868 0.0608 143.23) | |
| Lab | lab(52.81 -17.86 14.28) | color: lab(52.81 -17.86 14.28) | |
| LCH | lch(52.81 22.87 141.36) | color: lch(52.81 22.87 141.36) |
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)
#74756D — rgb(116, 117, 109)
Deuteranopia (Green-blind)
#73706F — rgb(115, 112, 111)
Tritanopia (Blue-blind)
#697375 — rgb(105, 115, 117)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(117, 14%, 46%);
text
color: hsl(117, 14%, 46%);
border
border: 2px solid hsl(117, 14%, 46%);
gradient light
background: linear-gradient(to right, hsl(117, 14%, 66%), hsl(117, 14%, 46%));
gradient dark
background: linear-gradient(to right, hsl(117, 14%, 46%), hsl(117, 14%, 26%))
hex
background-color: #678665;
tailwind
bg-[hsl(117,14%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(117, 14%, 46%, 0.4);
css variable
--color-primary: hsl(117, 14%, 46%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(117, 14%, 46%)?
HEX: #678665 | RGB: rgb(103, 134, 101) | CMYK: 23%, 0%, 25%, 47% | HSV: 116°, 25%, 53%. Copy any format from the conversion table above.
What colors go well with #678665?
The complementary color is HSL(297, 14%, 46%). 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%, 46%) in CSS?
As HSL: color: hsl(117, 14%, 46%); — As HEX: color: #678665; — As RGB: color: rgb(103, 134, 101); — Tailwind CSS: bg-[hsl(117,14%,46%)] — CSS variable: --color-primary: hsl(117, 14%, 46%);