Shades of Green Smoke #9EA365
Tints of Green Smoke #9EA365
RGB
CMYK
RGB Variations
Color information
#9EA365 (or 0x9EA365) is known color: Green Smoke. HEX triplet: 9E, A3 and 65. RGB value is (158,163,101). Sum of RGB (Red+Green+Blue) = 158+163+101=422 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.44% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 101 (39.84% from 255 or 23.93% from 422); Max value from RGB is 163 - color contains mainly: green. Hex color #9EA365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA365 is #615C9A. Grayscale: #9A9A9A. Windows color (decimal): -6380699 or 6661022. OLE color: 6661022.
HSL color Cylindrical-coordinate representation of color #9EA365: hue angle of 64.84º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EA365 is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 158 | 163 | 101 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.36 |
| HSL | 64.84º | 0.25% | 0.52% | - |
| HSV(B) | 64.84º | 0.38% | 0.64% | - |
| XYZ | 29.55 | 34.4 | 17.4 | - |
| YUV | 154.44 | 97.84 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 163 | 101 | 0.03 | 0 | 0.38 | 0.36 | 64.84 | 0.25 | 0.52 |
| Hex | 9E | A3 | 65 | 3 | 0 | 26 | 24 | 41 | 19 | 34 |
| Octal | 236 | 243 | 145 | 3 | 0 | 46 | 44 | 101 | 31 | 64 |
| Binary | 10011110 | 10100011 | 1100101 | 11 | 0 | 100110 | 100100 | 1000001 | 11001 | 110100 |
Color Harmonies of #9EA365
Complementary color
Monochromatic Colors of #9EA365
Black with #9EA365
Text Example
Text Example
White with #9EA365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA365; }
p { color: rgb(158,163,101); }
H1.HeaderClassName
{
color: #9EA365;
}
.AnyTagClassName
{
color: #9EA365;
}
</style>
background-color css
<style>
a { background-color: #9EA365; }
a { background-color: rgb(158,163,101); }
div.DivClassName
{
background-color: #9EA365;
}
.BgClassName
{
background-color: #9EA365;
}
</style>
border-color css
<style>
span { border-color: #9EA365; }
span { border-color: rgb(158,163,101); }
td.TdClassName
{
border-color: #9EA365;
}
.TagClassName
{
border-color: #9EA365;
}
</style>