HSL(146, 12%, 51%)
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(146,12%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(146, 12%, 51%) | color: hsl(146, 12%, 51%) | |
| HEX | #739180 | color: #739180 | |
| RGB | rgb(115, 145, 128) | color: rgb(115, 145, 128) | |
| CMYK | cmyk(21%, 0%, 12%, 43%) | — | |
| HSV | hsv(146, 21%, 57%) | — | |
| HWB | hwb(146 45% 43%) | color: hwb(146 45% 43%) | |
| OKLCH | oklch(0.6286 0.0423 160.07) | color: oklch(0.6286 0.0423 160.07) | |
| Lab | lab(57.51 -14.17 5.57) | color: lab(57.51 -14.17 5.57) | |
| LCH | lch(57.51 15.23 158.54) | color: lch(57.51 15.23 158.54) |
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)
#808084 — rgb(128, 128, 132)
Deuteranopia (Green-blind)
#7E7C85 — rgb(126, 124, 133)
Tritanopia (Blue-blind)
#758788 — rgb(117, 135, 136)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(146, 12%, 51%);
text
color: hsl(146, 12%, 51%);
border
border: 2px solid hsl(146, 12%, 51%);
gradient light
background: linear-gradient(to right, hsl(146, 12%, 71%), hsl(146, 12%, 51%));
gradient dark
background: linear-gradient(to right, hsl(146, 12%, 51%), hsl(146, 12%, 31%))
hex
background-color: #739180;
tailwind
bg-[hsl(146,12%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(146, 12%, 51%, 0.4);
css variable
--color-primary: hsl(146, 12%, 51%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(146, 12%, 51%)?
HEX: #739180 | RGB: rgb(115, 145, 128) | CMYK: 21%, 0%, 12%, 43% | HSV: 146°, 21%, 57%. Copy any format from the conversion table above.
What colors go well with #739180?
The complementary color is HSL(326, 12%, 51%). For a triadic harmony, use hues 146°, 266°, and 26°. For analogous combinations, try hues 116° and 176°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(146, 12%, 51%) in CSS?
As HSL: color: hsl(146, 12%, 51%); — As HEX: color: #739180; — As RGB: color: rgb(115, 145, 128); — Tailwind CSS: bg-[hsl(146,12%,51%)] — CSS variable: --color-primary: hsl(146, 12%, 51%);