Shades of Locust #9EA07A
Tints of Locust #9EA07A
RGB
CMYK
RGB Variations
Color information
#9EA07A (or 0x9EA07A) is known color: Locust. HEX triplet: 9E, A0 and 7A. RGB value is (158,160,122). Sum of RGB (Red+Green+Blue) = 158+160+122=440 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.91% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 160 - color contains mainly: green. Hex color #9EA07A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA07A is #615F85. Grayscale: #9B9B9B. Windows color (decimal): -6381446 or 8036510. OLE color: 8036510.
HSL color Cylindrical-coordinate representation of color #9EA07A: hue angle of 63.16º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9EA07A is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 158 | 160 | 122 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.37 |
| HSL | 63.16º | 0.17% | 0.55% | - |
| HSV(B) | 63.16º | 0.24% | 0.63% | - |
| XYZ | 30.18 | 33.82 | 23.35 | - |
| YUV | 155.07 | 109.34 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 160 | 122 | 0.01 | 0 | 0.24 | 0.37 | 63.16 | 0.17 | 0.55 |
| Hex | 9E | A0 | 7A | 1 | 0 | 18 | 25 | 3F | 11 | 37 |
| Octal | 236 | 240 | 172 | 1 | 0 | 30 | 45 | 77 | 21 | 67 |
| Binary | 10011110 | 10100000 | 1111010 | 1 | 0 | 11000 | 100101 | 111111 | 10001 | 110111 |
Color Harmonies of #9EA07A
Complementary color
Monochromatic Colors of #9EA07A
Black with #9EA07A
Text Example
Text Example
White with #9EA07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA07A; }
p { color: rgb(158,160,122); }
H1.HeaderClassName
{
color: #9EA07A;
}
.AnyTagClassName
{
color: #9EA07A;
}
</style>
background-color css
<style>
a { background-color: #9EA07A; }
a { background-color: rgb(158,160,122); }
div.DivClassName
{
background-color: #9EA07A;
}
.BgClassName
{
background-color: #9EA07A;
}
</style>
border-color css
<style>
span { border-color: #9EA07A; }
span { border-color: rgb(158,160,122); }
td.TdClassName
{
border-color: #9EA07A;
}
.TagClassName
{
border-color: #9EA07A;
}
</style>