Shades of Locust #9EA078
Tints of Locust #9EA078
RGB
CMYK
RGB Variations
Color information
#9EA078 (or 0x9EA078) is known color: Locust. HEX triplet: 9E, A0 and 78. RGB value is (158,160,120). Sum of RGB (Red+Green+Blue) = 158+160+120=438 (58% of max value = 765). Red value is 158 (62.11% from 255 or 36.07% from 438); Green value is 160 (62.89% from 255 or 36.53% from 438); Blue value is 120 (47.27% from 255 or 27.40% from 438); Max value from RGB is 160 - color contains mainly: green. Hex color #9EA078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA078 is #615F87. Grayscale: #9A9A9A. Windows color (decimal): -6381448 or 7905438. OLE color: 7905438.
HSL color Cylindrical-coordinate representation of color #9EA078: hue angle of 63º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9EA078 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 158 | 160 | 120 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.37 |
| HSL | 63º | 0.17% | 0.55% | - |
| HSV(B) | 63º | 0.25% | 0.63% | - |
| XYZ | 30.06 | 33.77 | 22.7 | - |
| YUV | 154.84 | 108.34 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 160 | 120 | 0.01 | 0 | 0.25 | 0.37 | 63 | 0.17 | 0.55 |
| Hex | 9E | A0 | 78 | 1 | 0 | 19 | 25 | 3F | 11 | 37 |
| Octal | 236 | 240 | 170 | 1 | 0 | 31 | 45 | 77 | 21 | 67 |
| Binary | 10011110 | 10100000 | 1111000 | 1 | 0 | 11001 | 100101 | 111111 | 10001 | 110111 |
Color Harmonies of #9EA078
Complementary color
Monochromatic Colors of #9EA078
Black with #9EA078
Text Example
Text Example
White with #9EA078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA078; }
p { color: rgb(158,160,120); }
H1.HeaderClassName
{
color: #9EA078;
}
.AnyTagClassName
{
color: #9EA078;
}
</style>
background-color css
<style>
a { background-color: #9EA078; }
a { background-color: rgb(158,160,120); }
div.DivClassName
{
background-color: #9EA078;
}
.BgClassName
{
background-color: #9EA078;
}
</style>
border-color css
<style>
span { border-color: #9EA078; }
span { border-color: rgb(158,160,120); }
td.TdClassName
{
border-color: #9EA078;
}
.TagClassName
{
border-color: #9EA078;
}
</style>