Shades of Green Smoke #8E9D60
Tints of Green Smoke #8E9D60
RGB
CMYK
RGB Variations
Color information
#8E9D60 (or 0x8E9D60) is known color: Green Smoke. HEX triplet: 8E, 9D and 60. RGB value is (142,157,96). Sum of RGB (Red+Green+Blue) = 142+157+96=395 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.95% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 157 - color contains mainly: green. Hex color #8E9D60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9D60 is #71629F. Grayscale: #919191. Windows color (decimal): -7430816 or 6331790. OLE color: 6331790.
HSL color Cylindrical-coordinate representation of color #8E9D60: hue angle of 74.75º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8E9D60 is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 157 | 96 | - |
| CMYK | 0.10 | 0 | 0.39 | 0.38 |
| HSL | 74.75º | 0.24% | 0.5% | - |
| HSV(B) | 74.75º | 0.39% | 0.62% | - |
| XYZ | 25.32 | 30.71 | 15.66 | - |
| YUV | 145.56 | 100.03 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 157 | 96 | 0.10 | 0 | 0.39 | 0.38 | 74.75 | 0.24 | 0.5 |
| Hex | 8E | 9D | 60 | A | 0 | 27 | 26 | 4B | 18 | 32 |
| Octal | 216 | 235 | 140 | 12 | 0 | 47 | 46 | 113 | 30 | 62 |
| Binary | 10001110 | 10011101 | 1100000 | 1010 | 0 | 100111 | 100110 | 1001011 | 11000 | 110010 |
Color Harmonies of #8E9D60
Complementary color
Monochromatic Colors of #8E9D60
Black with #8E9D60
Text Example
Text Example
White with #8E9D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9D60; }
p { color: rgb(142,157,96); }
H1.HeaderClassName
{
color: #8E9D60;
}
.AnyTagClassName
{
color: #8E9D60;
}
</style>
background-color css
<style>
a { background-color: #8E9D60; }
a { background-color: rgb(142,157,96); }
div.DivClassName
{
background-color: #8E9D60;
}
.BgClassName
{
background-color: #8E9D60;
}
</style>
border-color css
<style>
span { border-color: #8E9D60; }
span { border-color: rgb(142,157,96); }
td.TdClassName
{
border-color: #8E9D60;
}
.TagClassName
{
border-color: #8E9D60;
}
</style>