Shades of Green Smoke #8F9D50
Tints of Green Smoke #8F9D50
RGB
CMYK
RGB Variations
Color information
#8F9D50 (or 0x8F9D50) is known color: Green Smoke. HEX triplet: 8F, 9D and 50. RGB value is (143,157,80). Sum of RGB (Red+Green+Blue) = 143+157+80=380 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.63% from 380); Green value is 157 (61.72% from 255 or 41.32% from 380); Blue value is 80 (31.64% from 255 or 21.05% from 380); Max value from RGB is 157 - color contains mainly: green. Hex color #8F9D50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9D50 is #7062AF. Grayscale: #909090. Windows color (decimal): -7365296 or 5283215. OLE color: 5283215.
HSL color Cylindrical-coordinate representation of color #8F9D50: hue angle of 70.91º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8F9D50 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 157 | 80 | - |
| CMYK | 0.09 | 0 | 0.49 | 0.38 |
| HSL | 70.91º | 0.32% | 0.46% | - |
| HSV(B) | 70.91º | 0.49% | 0.62% | - |
| XYZ | 24.83 | 30.53 | 12.17 | - |
| YUV | 144.04 | 91.86 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 157 | 80 | 0.09 | 0 | 0.49 | 0.38 | 70.91 | 0.32 | 0.46 |
| Hex | 8F | 9D | 50 | 9 | 0 | 31 | 26 | 47 | 20 | 2E |
| Octal | 217 | 235 | 120 | 11 | 0 | 61 | 46 | 107 | 40 | 56 |
| Binary | 10001111 | 10011101 | 1010000 | 1001 | 0 | 110001 | 100110 | 1000111 | 100000 | 101110 |
Color Harmonies of #8F9D50
Complementary color
Monochromatic Colors of #8F9D50
Black with #8F9D50
Text Example
Text Example
White with #8F9D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9D50; }
p { color: rgb(143,157,80); }
H1.HeaderClassName
{
color: #8F9D50;
}
.AnyTagClassName
{
color: #8F9D50;
}
</style>
background-color css
<style>
a { background-color: #8F9D50; }
a { background-color: rgb(143,157,80); }
div.DivClassName
{
background-color: #8F9D50;
}
.BgClassName
{
background-color: #8F9D50;
}
</style>
border-color css
<style>
span { border-color: #8F9D50; }
span { border-color: rgb(143,157,80); }
td.TdClassName
{
border-color: #8F9D50;
}
.TagClassName
{
border-color: #8F9D50;
}
</style>