Shades of Green Smoke #8F9F5C
Tints of Green Smoke #8F9F5C
RGB
CMYK
RGB Variations
Color information
#8F9F5C (or 0x8F9F5C) is known color: Green Smoke. HEX triplet: 8F, 9F and 5C. RGB value is (143,159,92). Sum of RGB (Red+Green+Blue) = 143+159+92=394 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.29% from 394); Green value is 159 (62.5% from 255 or 40.36% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 159 - color contains mainly: green. Hex color #8F9F5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9F5C is #7060A3. Grayscale: #929292. Windows color (decimal): -7364772 or 6070159. OLE color: 6070159.
HSL color Cylindrical-coordinate representation of color #8F9F5C: hue angle of 74.33º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8F9F5C is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 159 | 92 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.38 |
| HSL | 74.33º | 0.27% | 0.49% | - |
| HSV(B) | 74.33º | 0.42% | 0.62% | - |
| XYZ | 25.66 | 31.41 | 14.84 | - |
| YUV | 146.58 | 97.2 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 159 | 92 | 0.10 | 0 | 0.42 | 0.38 | 74.33 | 0.27 | 0.49 |
| Hex | 8F | 9F | 5C | A | 0 | 2A | 26 | 4A | 1B | 31 |
| Octal | 217 | 237 | 134 | 12 | 0 | 52 | 46 | 112 | 33 | 61 |
| Binary | 10001111 | 10011111 | 1011100 | 1010 | 0 | 101010 | 100110 | 1001010 | 11011 | 110001 |
Color Harmonies of #8F9F5C
Complementary color
Monochromatic Colors of #8F9F5C
Black with #8F9F5C
Text Example
Text Example
White with #8F9F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9F5C; }
p { color: rgb(143,159,92); }
H1.HeaderClassName
{
color: #8F9F5C;
}
.AnyTagClassName
{
color: #8F9F5C;
}
</style>
background-color css
<style>
a { background-color: #8F9F5C; }
a { background-color: rgb(143,159,92); }
div.DivClassName
{
background-color: #8F9F5C;
}
.BgClassName
{
background-color: #8F9F5C;
}
</style>
border-color css
<style>
span { border-color: #8F9F5C; }
span { border-color: rgb(143,159,92); }
td.TdClassName
{
border-color: #8F9F5C;
}
.TagClassName
{
border-color: #8F9F5C;
}
</style>