Shades of Green Smoke #8FA05E
Tints of Green Smoke #8FA05E
RGB
CMYK
RGB Variations
Color information
#8FA05E (or 0x8FA05E) is known color: Green Smoke. HEX triplet: 8F, A0 and 5E. RGB value is (143,160,94). Sum of RGB (Red+Green+Blue) = 143+160+94=397 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.02% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 160 - color contains mainly: green. Hex color #8FA05E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA05E is #705FA1. Grayscale: #939393. Windows color (decimal): -7364514 or 6201487. OLE color: 6201487.
HSL color Cylindrical-coordinate representation of color #8FA05E: hue angle of 75.45º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FA05E is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 143 | 160 | 94 | - |
| CMYK | 0.11 | 0 | 0.41 | 0.37 |
| HSL | 75.45º | 0.26% | 0.5% | - |
| HSV(B) | 75.45º | 0.41% | 0.63% | - |
| XYZ | 25.92 | 31.79 | 15.36 | - |
| YUV | 147.39 | 97.87 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 160 | 94 | 0.11 | 0 | 0.41 | 0.37 | 75.45 | 0.26 | 0.5 |
| Hex | 8F | A0 | 5E | B | 0 | 29 | 25 | 4B | 1A | 32 |
| Octal | 217 | 240 | 136 | 13 | 0 | 51 | 45 | 113 | 32 | 62 |
| Binary | 10001111 | 10100000 | 1011110 | 1011 | 0 | 101001 | 100101 | 1001011 | 11010 | 110010 |
Color Harmonies of #8FA05E
Complementary color
Monochromatic Colors of #8FA05E
Black with #8FA05E
Text Example
Text Example
White with #8FA05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA05E; }
p { color: rgb(143,160,94); }
H1.HeaderClassName
{
color: #8FA05E;
}
.AnyTagClassName
{
color: #8FA05E;
}
</style>
background-color css
<style>
a { background-color: #8FA05E; }
a { background-color: rgb(143,160,94); }
div.DivClassName
{
background-color: #8FA05E;
}
.BgClassName
{
background-color: #8FA05E;
}
</style>
border-color css
<style>
span { border-color: #8FA05E; }
span { border-color: rgb(143,160,94); }
td.TdClassName
{
border-color: #8FA05E;
}
.TagClassName
{
border-color: #8FA05E;
}
</style>