Shades of Green Smoke #9E9E5F
Tints of Green Smoke #9E9E5F
RGB
CMYK
RGB Variations
Color information
#9E9E5F (or 0x9E9E5F) is known color: Green Smoke. HEX triplet: 9E, 9E and 5F. RGB value is (158,158,95). Sum of RGB (Red+Green+Blue) = 158+158+95=411 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.44% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 95 (37.5% from 255 or 23.11% from 411); Max value from RGB is 158 - color contains mainly: red, green. Hex color #9E9E5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9E5F is #6161A0. Grayscale: #979797. Windows color (decimal): -6381985 or 6266526. OLE color: 6266526.
HSL color Cylindrical-coordinate representation of color #9E9E5F: hue angle of 60º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9E9E5F is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 158 | 95 | - |
| CMYK | 0 | 0 | 0.40 | 0.38 |
| HSL | 60º | 0.25% | 0.5% | - |
| HSV(B) | 60º | 0.4% | 0.62% | - |
| XYZ | 28.39 | 32.55 | 15.61 | - |
| YUV | 150.82 | 96.5 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 158 | 95 | 0 | 0 | 0.40 | 0.38 | 60 | 0.25 | 0.5 |
| Hex | 9E | 9E | 5F | 0 | 0 | 28 | 26 | 3C | 19 | 32 |
| Octal | 236 | 236 | 137 | 0 | 0 | 50 | 46 | 74 | 31 | 62 |
| Binary | 10011110 | 10011110 | 1011111 | 0 | 0 | 101000 | 100110 | 111100 | 11001 | 110010 |
Color Harmonies of #9E9E5F
Complementary color
Monochromatic Colors of #9E9E5F
Black with #9E9E5F
Text Example
Text Example
White with #9E9E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9E5F; }
p { color: rgb(158,158,95); }
H1.HeaderClassName
{
color: #9E9E5F;
}
.AnyTagClassName
{
color: #9E9E5F;
}
</style>
background-color css
<style>
a { background-color: #9E9E5F; }
a { background-color: rgb(158,158,95); }
div.DivClassName
{
background-color: #9E9E5F;
}
.BgClassName
{
background-color: #9E9E5F;
}
</style>
border-color css
<style>
span { border-color: #9E9E5F; }
span { border-color: rgb(158,158,95); }
td.TdClassName
{
border-color: #9E9E5F;
}
.TagClassName
{
border-color: #9E9E5F;
}
</style>