Shades of Green Smoke #8E9B58
Tints of Green Smoke #8E9B58
RGB
CMYK
RGB Variations
Color information
#8E9B58 (or 0x8E9B58) is known color: Green Smoke. HEX triplet: 8E, 9B and 58. RGB value is (142,155,88). Sum of RGB (Red+Green+Blue) = 142+155+88=385 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.88% from 385); Green value is 155 (60.94% from 255 or 40.26% from 385); Blue value is 88 (34.77% from 255 or 22.86% from 385); Max value from RGB is 155 - color contains mainly: green. Hex color #8E9B58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9B58 is #7164A7. Grayscale: #8F8F8F. Windows color (decimal): -7431336 or 5806990. OLE color: 5806990.
HSL color Cylindrical-coordinate representation of color #8E9B58: hue angle of 71.64º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8E9B58 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 142 | 155 | 88 | - |
| CMYK | 0.08 | 0 | 0.43 | 0.39 |
| HSL | 71.64º | 0.28% | 0.48% | - |
| HSV(B) | 71.64º | 0.43% | 0.61% | - |
| XYZ | 24.64 | 29.9 | 13.7 | - |
| YUV | 143.48 | 96.69 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 155 | 88 | 0.08 | 0 | 0.43 | 0.39 | 71.64 | 0.28 | 0.48 |
| Hex | 8E | 9B | 58 | 8 | 0 | 2B | 27 | 48 | 1C | 30 |
| Octal | 216 | 233 | 130 | 10 | 0 | 53 | 47 | 110 | 34 | 60 |
| Binary | 10001110 | 10011011 | 1011000 | 1000 | 0 | 101011 | 100111 | 1001000 | 11100 | 110000 |
Color Harmonies of #8E9B58
Complementary color
Monochromatic Colors of #8E9B58
Black with #8E9B58
Text Example
Text Example
White with #8E9B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9B58; }
p { color: rgb(142,155,88); }
H1.HeaderClassName
{
color: #8E9B58;
}
.AnyTagClassName
{
color: #8E9B58;
}
</style>
background-color css
<style>
a { background-color: #8E9B58; }
a { background-color: rgb(142,155,88); }
div.DivClassName
{
background-color: #8E9B58;
}
.BgClassName
{
background-color: #8E9B58;
}
</style>
border-color css
<style>
span { border-color: #8E9B58; }
span { border-color: rgb(142,155,88); }
td.TdClassName
{
border-color: #8E9B58;
}
.TagClassName
{
border-color: #8E9B58;
}
</style>