Shades of Green Smoke #9FA266
Tints of Green Smoke #9FA266
RGB
CMYK
RGB Variations
Color information
#9FA266 (or 0x9FA266) is known color: Green Smoke. HEX triplet: 9F, A2 and 66. RGB value is (159,162,102). Sum of RGB (Red+Green+Blue) = 159+162+102=423 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.59% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 102 (40.23% from 255 or 24.11% from 423); Max value from RGB is 162 - color contains mainly: green. Hex color #9FA266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA266 is #605D99. Grayscale: #9A9A9A. Windows color (decimal): -6315418 or 6726303. OLE color: 6726303.
HSL color Cylindrical-coordinate representation of color #9FA266: hue angle of 63º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FA266 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 162 | 102 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.36 |
| HSL | 63º | 0.24% | 0.52% | - |
| HSV(B) | 63º | 0.37% | 0.64% | - |
| XYZ | 29.62 | 34.17 | 17.61 | - |
| YUV | 154.26 | 98.51 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 162 | 102 | 0.02 | 0 | 0.37 | 0.36 | 63 | 0.24 | 0.52 |
| Hex | 9F | A2 | 66 | 2 | 0 | 25 | 24 | 3F | 18 | 34 |
| Octal | 237 | 242 | 146 | 2 | 0 | 45 | 44 | 77 | 30 | 64 |
| Binary | 10011111 | 10100010 | 1100110 | 10 | 0 | 100101 | 100100 | 111111 | 11000 | 110100 |
Color Harmonies of #9FA266
Complementary color
Monochromatic Colors of #9FA266
Black with #9FA266
Text Example
Text Example
White with #9FA266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA266; }
p { color: rgb(159,162,102); }
H1.HeaderClassName
{
color: #9FA266;
}
.AnyTagClassName
{
color: #9FA266;
}
</style>
background-color css
<style>
a { background-color: #9FA266; }
a { background-color: rgb(159,162,102); }
div.DivClassName
{
background-color: #9FA266;
}
.BgClassName
{
background-color: #9FA266;
}
</style>
border-color css
<style>
span { border-color: #9FA266; }
span { border-color: rgb(159,162,102); }
td.TdClassName
{
border-color: #9FA266;
}
.TagClassName
{
border-color: #9FA266;
}
</style>