Shades of Green Smoke #8F9F69
Tints of Green Smoke #8F9F69
RGB
CMYK
RGB Variations
Color information
#8F9F69 (or 0x8F9F69) is known color: Green Smoke. HEX triplet: 8F, 9F and 69. RGB value is (143,159,105). Sum of RGB (Red+Green+Blue) = 143+159+105=407 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.14% from 407); Green value is 159 (62.5% from 255 or 39.07% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 159 - color contains mainly: green. Hex color #8F9F69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9F69 is #706096. Grayscale: #949494. Windows color (decimal): -7364759 or 6922127. OLE color: 6922127.
HSL color Cylindrical-coordinate representation of color #8F9F69: hue angle of 77.78º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8F9F69 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 159 | 105 | - |
| CMYK | 0.10 | 0 | 0.34 | 0.38 |
| HSL | 77.78º | 0.22% | 0.52% | - |
| HSV(B) | 77.78º | 0.34% | 0.62% | - |
| XYZ | 26.28 | 31.66 | 18.09 | - |
| YUV | 148.06 | 103.7 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 159 | 105 | 0.10 | 0 | 0.34 | 0.38 | 77.78 | 0.22 | 0.52 |
| Hex | 8F | 9F | 69 | A | 0 | 22 | 26 | 4E | 16 | 34 |
| Octal | 217 | 237 | 151 | 12 | 0 | 42 | 46 | 116 | 26 | 64 |
| Binary | 10001111 | 10011111 | 1101001 | 1010 | 0 | 100010 | 100110 | 1001110 | 10110 | 110100 |
Color Harmonies of #8F9F69
Complementary color
Monochromatic Colors of #8F9F69
Black with #8F9F69
Text Example
Text Example
White with #8F9F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9F69; }
p { color: rgb(143,159,105); }
H1.HeaderClassName
{
color: #8F9F69;
}
.AnyTagClassName
{
color: #8F9F69;
}
</style>
background-color css
<style>
a { background-color: #8F9F69; }
a { background-color: rgb(143,159,105); }
div.DivClassName
{
background-color: #8F9F69;
}
.BgClassName
{
background-color: #8F9F69;
}
</style>
border-color css
<style>
span { border-color: #8F9F69; }
span { border-color: rgb(143,159,105); }
td.TdClassName
{
border-color: #8F9F69;
}
.TagClassName
{
border-color: #8F9F69;
}
</style>