Shades of Green Smoke #9FA66B
Tints of Green Smoke #9FA66B
RGB
CMYK
RGB Variations
Color information
#9FA66B (or 0x9FA66B) is known color: Green Smoke. HEX triplet: 9F, A6 and 6B. RGB value is (159,166,107). Sum of RGB (Red+Green+Blue) = 159+166+107=432 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.81% from 432); Green value is 166 (65.23% from 255 or 38.43% from 432); Blue value is 107 (42.19% from 255 or 24.77% from 432); Max value from RGB is 166 - color contains mainly: green. Hex color #9FA66B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA66B is #605994. Grayscale: #9D9D9D. Windows color (decimal): -6314389 or 7055007. OLE color: 7055007.
HSL color Cylindrical-coordinate representation of color #9FA66B: hue angle of 67.12º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FA66B is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 166 | 107 | - |
| CMYK | 0.04 | 0 | 0.36 | 0.35 |
| HSL | 67.12º | 0.25% | 0.54% | - |
| HSV(B) | 67.12º | 0.36% | 0.65% | - |
| XYZ | 30.59 | 35.7 | 19.19 | - |
| YUV | 157.18 | 99.68 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 166 | 107 | 0.04 | 0 | 0.36 | 0.35 | 67.12 | 0.25 | 0.54 |
| Hex | 9F | A6 | 6B | 4 | 0 | 24 | 23 | 43 | 19 | 36 |
| Octal | 237 | 246 | 153 | 4 | 0 | 44 | 43 | 103 | 31 | 66 |
| Binary | 10011111 | 10100110 | 1101011 | 100 | 0 | 100100 | 100011 | 1000011 | 11001 | 110110 |
Color Harmonies of #9FA66B
Complementary color
Monochromatic Colors of #9FA66B
Black with #9FA66B
Text Example
Text Example
White with #9FA66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA66B; }
p { color: rgb(159,166,107); }
H1.HeaderClassName
{
color: #9FA66B;
}
.AnyTagClassName
{
color: #9FA66B;
}
</style>
background-color css
<style>
a { background-color: #9FA66B; }
a { background-color: rgb(159,166,107); }
div.DivClassName
{
background-color: #9FA66B;
}
.BgClassName
{
background-color: #9FA66B;
}
</style>
border-color css
<style>
span { border-color: #9FA66B; }
span { border-color: rgb(159,166,107); }
td.TdClassName
{
border-color: #9FA66B;
}
.TagClassName
{
border-color: #9FA66B;
}
</style>