Shades of Green Smoke #9FA660
Tints of Green Smoke #9FA660
RGB
CMYK
RGB Variations
Color information
#9FA660 (or 0x9FA660) is known color: Green Smoke. HEX triplet: 9F, A6 and 60. RGB value is (159,166,96). Sum of RGB (Red+Green+Blue) = 159+166+96=421 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.77% from 421); Green value is 166 (65.23% from 255 or 39.43% from 421); Blue value is 96 (37.89% from 255 or 22.80% from 421); Max value from RGB is 166 - color contains mainly: green. Hex color #9FA660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA660 is #60599F. Grayscale: #9C9C9C. Windows color (decimal): -6314400 or 6334111. OLE color: 6334111.
HSL color Cylindrical-coordinate representation of color #9FA660: hue angle of 66º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9FA660 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 166 | 96 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.35 |
| HSL | 66º | 0.28% | 0.51% | - |
| HSV(B) | 66º | 0.42% | 0.65% | - |
| XYZ | 30.05 | 35.49 | 16.33 | - |
| YUV | 155.93 | 94.18 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 166 | 96 | 0.04 | 0 | 0.42 | 0.35 | 66 | 0.28 | 0.51 |
| Hex | 9F | A6 | 60 | 4 | 0 | 2A | 23 | 42 | 1C | 33 |
| Octal | 237 | 246 | 140 | 4 | 0 | 52 | 43 | 102 | 34 | 63 |
| Binary | 10011111 | 10100110 | 1100000 | 100 | 0 | 101010 | 100011 | 1000010 | 11100 | 110011 |
Color Harmonies of #9FA660
Complementary color
Monochromatic Colors of #9FA660
Black with #9FA660
Text Example
Text Example
White with #9FA660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA660; }
p { color: rgb(159,166,96); }
H1.HeaderClassName
{
color: #9FA660;
}
.AnyTagClassName
{
color: #9FA660;
}
</style>
background-color css
<style>
a { background-color: #9FA660; }
a { background-color: rgb(159,166,96); }
div.DivClassName
{
background-color: #9FA660;
}
.BgClassName
{
background-color: #9FA660;
}
</style>
border-color css
<style>
span { border-color: #9FA660; }
span { border-color: rgb(159,166,96); }
td.TdClassName
{
border-color: #9FA660;
}
.TagClassName
{
border-color: #9FA660;
}
</style>