Shades of Green Smoke #8F9952
Tints of Green Smoke #8F9952
RGB
CMYK
RGB Variations
Color information
#8F9952 (or 0x8F9952) is known color: Green Smoke. HEX triplet: 8F, 99 and 52. RGB value is (143,153,82). Sum of RGB (Red+Green+Blue) = 143+153+82=378 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.83% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 153 - color contains mainly: green. Hex color #8F9952 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9952 is #7066AD. Grayscale: #8E8E8E. Windows color (decimal): -7366318 or 5413263. OLE color: 5413263.
HSL color Cylindrical-coordinate representation of color #8F9952: hue angle of 68.45º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8F9952 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 143 | 153 | 82 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.4 |
| HSL | 68.45º | 0.3% | 0.46% | - |
| HSV(B) | 68.45º | 0.46% | 0.6% | - |
| XYZ | 24.24 | 29.23 | 12.35 | - |
| YUV | 141.92 | 94.19 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 153 | 82 | 0.07 | 0 | 0.46 | 0.4 | 68.45 | 0.3 | 0.46 |
| Hex | 8F | 99 | 52 | 7 | 0 | 2E | 28 | 44 | 1E | 2E |
| Octal | 217 | 231 | 122 | 7 | 0 | 56 | 50 | 104 | 36 | 56 |
| Binary | 10001111 | 10011001 | 1010010 | 111 | 0 | 101110 | 101000 | 1000100 | 11110 | 101110 |
Color Harmonies of #8F9952
Complementary color
Monochromatic Colors of #8F9952
Black with #8F9952
Text Example
Text Example
White with #8F9952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9952; }
p { color: rgb(143,153,82); }
H1.HeaderClassName
{
color: #8F9952;
}
.AnyTagClassName
{
color: #8F9952;
}
</style>
background-color css
<style>
a { background-color: #8F9952; }
a { background-color: rgb(143,153,82); }
div.DivClassName
{
background-color: #8F9952;
}
.BgClassName
{
background-color: #8F9952;
}
</style>
border-color css
<style>
span { border-color: #8F9952; }
span { border-color: rgb(143,153,82); }
td.TdClassName
{
border-color: #8F9952;
}
.TagClassName
{
border-color: #8F9952;
}
</style>