Shades of Green Smoke #9FA66E
Tints of Green Smoke #9FA66E
RGB
CMYK
RGB Variations
Color information
#9FA66E (or 0x9FA66E) is known color: Green Smoke. HEX triplet: 9F, A6 and 6E. RGB value is (159,166,110). Sum of RGB (Red+Green+Blue) = 159+166+110=435 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.55% from 435); Green value is 166 (65.23% from 255 or 38.16% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 166 - color contains mainly: green. Hex color #9FA66E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA66E is #605991. Grayscale: #9D9D9D. Windows color (decimal): -6314386 or 7251615. OLE color: 7251615.
HSL color Cylindrical-coordinate representation of color #9FA66E: hue angle of 67.5º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FA66E is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 166 | 110 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.35 |
| HSL | 67.5º | 0.24% | 0.54% | - |
| HSV(B) | 67.5º | 0.34% | 0.65% | - |
| XYZ | 30.75 | 35.77 | 20.04 | - |
| YUV | 157.52 | 101.18 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 166 | 110 | 0.04 | 0 | 0.34 | 0.35 | 67.5 | 0.24 | 0.54 |
| Hex | 9F | A6 | 6E | 4 | 0 | 22 | 23 | 44 | 18 | 36 |
| Octal | 237 | 246 | 156 | 4 | 0 | 42 | 43 | 104 | 30 | 66 |
| Binary | 10011111 | 10100110 | 1101110 | 100 | 0 | 100010 | 100011 | 1000100 | 11000 | 110110 |
Color Harmonies of #9FA66E
Complementary color
Monochromatic Colors of #9FA66E
Black with #9FA66E
Text Example
Text Example
White with #9FA66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA66E; }
p { color: rgb(159,166,110); }
H1.HeaderClassName
{
color: #9FA66E;
}
.AnyTagClassName
{
color: #9FA66E;
}
</style>
background-color css
<style>
a { background-color: #9FA66E; }
a { background-color: rgb(159,166,110); }
div.DivClassName
{
background-color: #9FA66E;
}
.BgClassName
{
background-color: #9FA66E;
}
</style>
border-color css
<style>
span { border-color: #9FA66E; }
span { border-color: rgb(159,166,110); }
td.TdClassName
{
border-color: #9FA66E;
}
.TagClassName
{
border-color: #9FA66E;
}
</style>