Shades of Locust #9EA174
Tints of Locust #9EA174
RGB
CMYK
RGB Variations
Color information
#9EA174 (or 0x9EA174) is known color: Locust. HEX triplet: 9E, A1 and 74. RGB value is (158,161,116). Sum of RGB (Red+Green+Blue) = 158+161+116=435 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.32% from 435); Green value is 161 (63.28% from 255 or 37.01% from 435); Blue value is 116 (45.70% from 255 or 26.67% from 435); Max value from RGB is 161 - color contains mainly: green. Hex color #9EA174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA174 is #615E8B. Grayscale: #9B9B9B. Windows color (decimal): -6381196 or 7643550. OLE color: 7643550.
HSL color Cylindrical-coordinate representation of color #9EA174: hue angle of 64º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EA174 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 158 | 161 | 116 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.37 |
| HSL | 64º | 0.19% | 0.54% | - |
| HSV(B) | 64º | 0.28% | 0.63% | - |
| XYZ | 30 | 34.02 | 21.51 | - |
| YUV | 154.97 | 106.01 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 161 | 116 | 0.02 | 0 | 0.28 | 0.37 | 64 | 0.19 | 0.54 |
| Hex | 9E | A1 | 74 | 2 | 0 | 1C | 25 | 40 | 13 | 36 |
| Octal | 236 | 241 | 164 | 2 | 0 | 34 | 45 | 100 | 23 | 66 |
| Binary | 10011110 | 10100001 | 1110100 | 10 | 0 | 11100 | 100101 | 1000000 | 10011 | 110110 |
Color Harmonies of #9EA174
Complementary color
Monochromatic Colors of #9EA174
Black with #9EA174
Text Example
Text Example
White with #9EA174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA174; }
p { color: rgb(158,161,116); }
H1.HeaderClassName
{
color: #9EA174;
}
.AnyTagClassName
{
color: #9EA174;
}
</style>
background-color css
<style>
a { background-color: #9EA174; }
a { background-color: rgb(158,161,116); }
div.DivClassName
{
background-color: #9EA174;
}
.BgClassName
{
background-color: #9EA174;
}
</style>
border-color css
<style>
span { border-color: #9EA174; }
span { border-color: rgb(158,161,116); }
td.TdClassName
{
border-color: #9EA174;
}
.TagClassName
{
border-color: #9EA174;
}
</style>