Shades of Green Smoke #9FA866
Tints of Green Smoke #9FA866
RGB
CMYK
RGB Variations
Color information
#9FA866 (or 0x9FA866) is known color: Green Smoke. HEX triplet: 9F, A8 and 66. RGB value is (159,168,102). Sum of RGB (Red+Green+Blue) = 159+168+102=429 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.06% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 102 (40.23% from 255 or 23.78% from 429); Max value from RGB is 168 - color contains mainly: green. Hex color #9FA866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA866 is #605799. Grayscale: #9E9E9E. Windows color (decimal): -6313882 or 6727839. OLE color: 6727839.
HSL color Cylindrical-coordinate representation of color #9FA866: hue angle of 68.18º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9FA866 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 159 | 168 | 102 | - |
| CMYK | 0.05 | 0 | 0.39 | 0.34 |
| HSL | 68.18º | 0.28% | 0.53% | - |
| HSV(B) | 68.18º | 0.39% | 0.66% | - |
| XYZ | 30.7 | 36.34 | 17.97 | - |
| YUV | 157.79 | 96.52 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 168 | 102 | 0.05 | 0 | 0.39 | 0.34 | 68.18 | 0.28 | 0.53 |
| Hex | 9F | A8 | 66 | 5 | 0 | 27 | 22 | 44 | 1C | 35 |
| Octal | 237 | 250 | 146 | 5 | 0 | 47 | 42 | 104 | 34 | 65 |
| Binary | 10011111 | 10101000 | 1100110 | 101 | 0 | 100111 | 100010 | 1000100 | 11100 | 110101 |
Color Harmonies of #9FA866
Complementary color
Monochromatic Colors of #9FA866
Black with #9FA866
Text Example
Text Example
White with #9FA866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA866; }
p { color: rgb(159,168,102); }
H1.HeaderClassName
{
color: #9FA866;
}
.AnyTagClassName
{
color: #9FA866;
}
</style>
background-color css
<style>
a { background-color: #9FA866; }
a { background-color: rgb(159,168,102); }
div.DivClassName
{
background-color: #9FA866;
}
.BgClassName
{
background-color: #9FA866;
}
</style>
border-color css
<style>
span { border-color: #9FA866; }
span { border-color: rgb(159,168,102); }
td.TdClassName
{
border-color: #9FA866;
}
.TagClassName
{
border-color: #9FA866;
}
</style>