Shades of Green Smoke #9E9D57
Tints of Green Smoke #9E9D57
RGB
CMYK
RGB Variations
Color information
#9E9D57 (or 0x9E9D57) is known color: Green Smoke. HEX triplet: 9E, 9D and 57. RGB value is (158,157,87). Sum of RGB (Red+Green+Blue) = 158+157+87=402 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.30% from 402); Green value is 157 (61.72% from 255 or 39.05% from 402); Blue value is 87 (34.38% from 255 or 21.64% from 402); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9D57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9D57 is #6162A8. Grayscale: #959595. Windows color (decimal): -6382249 or 5741982. OLE color: 5741982.
HSL color Cylindrical-coordinate representation of color #9E9D57: hue angle of 59.15º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9E9D57 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 157 | 87 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.38 |
| HSL | 59.15º | 0.29% | 0.48% | - |
| HSV(B) | 59.15º | 0.45% | 0.62% | - |
| XYZ | 27.88 | 32.07 | 13.74 | - |
| YUV | 149.32 | 92.83 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 157 | 87 | 0 | 0.01 | 0.45 | 0.38 | 59.15 | 0.29 | 0.48 |
| Hex | 9E | 9D | 57 | 0 | 1 | 2D | 26 | 3B | 1D | 30 |
| Octal | 236 | 235 | 127 | 0 | 1 | 55 | 46 | 73 | 35 | 60 |
| Binary | 10011110 | 10011101 | 1010111 | 0 | 1 | 101101 | 100110 | 111011 | 11101 | 110000 |
Color Harmonies of #9E9D57
Complementary color
Monochromatic Colors of #9E9D57
Black with #9E9D57
Text Example
Text Example
White with #9E9D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9D57; }
p { color: rgb(158,157,87); }
H1.HeaderClassName
{
color: #9E9D57;
}
.AnyTagClassName
{
color: #9E9D57;
}
</style>
background-color css
<style>
a { background-color: #9E9D57; }
a { background-color: rgb(158,157,87); }
div.DivClassName
{
background-color: #9E9D57;
}
.BgClassName
{
background-color: #9E9D57;
}
</style>
border-color css
<style>
span { border-color: #9E9D57; }
span { border-color: rgb(158,157,87); }
td.TdClassName
{
border-color: #9E9D57;
}
.TagClassName
{
border-color: #9E9D57;
}
</style>