Shades of Green Smoke #9EA861
Tints of Green Smoke #9EA861
RGB
CMYK
RGB Variations
Color information
#9EA861 (or 0x9EA861) is known color: Green Smoke. HEX triplet: 9E, A8 and 61. RGB value is (158,168,97). Sum of RGB (Red+Green+Blue) = 158+168+97=423 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.35% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 97 (38.28% from 255 or 22.93% from 423); Max value from RGB is 168 - color contains mainly: green. Hex color #9EA861 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA861 is #61579E. Grayscale: #9D9D9D. Windows color (decimal): -6379423 or 6400158. OLE color: 6400158.
HSL color Cylindrical-coordinate representation of color #9EA861: hue angle of 68.45º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9EA861 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 158 | 168 | 97 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.34 |
| HSL | 68.45º | 0.29% | 0.52% | - |
| HSV(B) | 68.45º | 0.42% | 0.66% | - |
| XYZ | 30.26 | 36.14 | 16.69 | - |
| YUV | 156.92 | 94.19 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 168 | 97 | 0.06 | 0 | 0.42 | 0.34 | 68.45 | 0.29 | 0.52 |
| Hex | 9E | A8 | 61 | 6 | 0 | 2A | 22 | 44 | 1D | 34 |
| Octal | 236 | 250 | 141 | 6 | 0 | 52 | 42 | 104 | 35 | 64 |
| Binary | 10011110 | 10101000 | 1100001 | 110 | 0 | 101010 | 100010 | 1000100 | 11101 | 110100 |
Color Harmonies of #9EA861
Complementary color
Monochromatic Colors of #9EA861
Black with #9EA861
Text Example
Text Example
White with #9EA861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA861; }
p { color: rgb(158,168,97); }
H1.HeaderClassName
{
color: #9EA861;
}
.AnyTagClassName
{
color: #9EA861;
}
</style>
background-color css
<style>
a { background-color: #9EA861; }
a { background-color: rgb(158,168,97); }
div.DivClassName
{
background-color: #9EA861;
}
.BgClassName
{
background-color: #9EA861;
}
</style>
border-color css
<style>
span { border-color: #9EA861; }
span { border-color: rgb(158,168,97); }
td.TdClassName
{
border-color: #9EA861;
}
.TagClassName
{
border-color: #9EA861;
}
</style>