Shades of Green Smoke #9EA95C
Tints of Green Smoke #9EA95C
RGB
CMYK
RGB Variations
Color information
#9EA95C (or 0x9EA95C) is known color: Green Smoke. HEX triplet: 9E, A9 and 5C. RGB value is (158,169,92). Sum of RGB (Red+Green+Blue) = 158+169+92=419 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.71% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 169 - color contains mainly: green. Hex color #9EA95C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA95C is #6156A3. Grayscale: #9D9D9D. Windows color (decimal): -6379172 or 6072734. OLE color: 6072734.
HSL color Cylindrical-coordinate representation of color #9EA95C: hue angle of 68.57º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9EA95C is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 158 | 169 | 92 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.34 |
| HSL | 68.57º | 0.31% | 0.51% | - |
| HSV(B) | 68.57º | 0.46% | 0.66% | - |
| XYZ | 30.22 | 36.42 | 15.56 | - |
| YUV | 156.93 | 91.36 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 169 | 92 | 0.07 | 0 | 0.46 | 0.34 | 68.57 | 0.31 | 0.51 |
| Hex | 9E | A9 | 5C | 7 | 0 | 2E | 22 | 45 | 1F | 33 |
| Octal | 236 | 251 | 134 | 7 | 0 | 56 | 42 | 105 | 37 | 63 |
| Binary | 10011110 | 10101001 | 1011100 | 111 | 0 | 101110 | 100010 | 1000101 | 11111 | 110011 |
Color Harmonies of #9EA95C
Complementary color
Monochromatic Colors of #9EA95C
Black with #9EA95C
Text Example
Text Example
White with #9EA95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA95C; }
p { color: rgb(158,169,92); }
H1.HeaderClassName
{
color: #9EA95C;
}
.AnyTagClassName
{
color: #9EA95C;
}
</style>
background-color css
<style>
a { background-color: #9EA95C; }
a { background-color: rgb(158,169,92); }
div.DivClassName
{
background-color: #9EA95C;
}
.BgClassName
{
background-color: #9EA95C;
}
</style>
border-color css
<style>
span { border-color: #9EA95C; }
span { border-color: rgb(158,169,92); }
td.TdClassName
{
border-color: #9EA95C;
}
.TagClassName
{
border-color: #9EA95C;
}
</style>