Shades of Locust #9EA175
Tints of Locust #9EA175
RGB
CMYK
RGB Variations
Color information
#9EA175 (or 0x9EA175) is known color: Locust. HEX triplet: 9E, A1 and 75. RGB value is (158,161,117). Sum of RGB (Red+Green+Blue) = 158+161+117=436 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.24% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 161 - color contains mainly: green. Hex color #9EA175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA175 is #615E8A. Grayscale: #9B9B9B. Windows color (decimal): -6381195 or 7709086. OLE color: 7709086.
HSL color Cylindrical-coordinate representation of color #9EA175: hue angle of 64.09º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9EA175 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 158 | 161 | 117 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.37 |
| HSL | 64.09º | 0.19% | 0.55% | - |
| HSV(B) | 64.09º | 0.27% | 0.63% | - |
| XYZ | 30.06 | 34.04 | 21.82 | - |
| YUV | 155.09 | 106.51 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 161 | 117 | 0.02 | 0 | 0.27 | 0.37 | 64.09 | 0.19 | 0.55 |
| Hex | 9E | A1 | 75 | 2 | 0 | 1B | 25 | 40 | 13 | 37 |
| Octal | 236 | 241 | 165 | 2 | 0 | 33 | 45 | 100 | 23 | 67 |
| Binary | 10011110 | 10100001 | 1110101 | 10 | 0 | 11011 | 100101 | 1000000 | 10011 | 110111 |
Color Harmonies of #9EA175
Complementary color
Monochromatic Colors of #9EA175
Black with #9EA175
Text Example
Text Example
White with #9EA175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA175; }
p { color: rgb(158,161,117); }
H1.HeaderClassName
{
color: #9EA175;
}
.AnyTagClassName
{
color: #9EA175;
}
</style>
background-color css
<style>
a { background-color: #9EA175; }
a { background-color: rgb(158,161,117); }
div.DivClassName
{
background-color: #9EA175;
}
.BgClassName
{
background-color: #9EA175;
}
</style>
border-color css
<style>
span { border-color: #9EA175; }
span { border-color: rgb(158,161,117); }
td.TdClassName
{
border-color: #9EA175;
}
.TagClassName
{
border-color: #9EA175;
}
</style>