Shades of Green Smoke #9FA961
Tints of Green Smoke #9FA961
RGB
CMYK
RGB Variations
Color information
#9FA961 (or 0x9FA961) is known color: Green Smoke. HEX triplet: 9F, A9 and 61. RGB value is (159,169,97). Sum of RGB (Red+Green+Blue) = 159+169+97=425 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.41% from 425); Green value is 169 (66.41% from 255 or 39.76% from 425); Blue value is 97 (38.28% from 255 or 22.82% from 425); Max value from RGB is 169 - color contains mainly: green. Hex color #9FA961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA961 is #60569E. Grayscale: #9E9E9E. Windows color (decimal): -6313631 or 6400415. OLE color: 6400415.
HSL color Cylindrical-coordinate representation of color #9FA961: hue angle of 68.33º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9FA961 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 159 | 169 | 97 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.34 |
| HSL | 68.33º | 0.3% | 0.52% | - |
| HSV(B) | 68.33º | 0.43% | 0.66% | - |
| XYZ | 30.64 | 36.61 | 16.76 | - |
| YUV | 157.8 | 93.69 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 169 | 97 | 0.06 | 0 | 0.43 | 0.34 | 68.33 | 0.3 | 0.52 |
| Hex | 9F | A9 | 61 | 6 | 0 | 2B | 22 | 44 | 1E | 34 |
| Octal | 237 | 251 | 141 | 6 | 0 | 53 | 42 | 104 | 36 | 64 |
| Binary | 10011111 | 10101001 | 1100001 | 110 | 0 | 101011 | 100010 | 1000100 | 11110 | 110100 |
Color Harmonies of #9FA961
Complementary color
Monochromatic Colors of #9FA961
Black with #9FA961
Text Example
Text Example
White with #9FA961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA961; }
p { color: rgb(159,169,97); }
H1.HeaderClassName
{
color: #9FA961;
}
.AnyTagClassName
{
color: #9FA961;
}
</style>
background-color css
<style>
a { background-color: #9FA961; }
a { background-color: rgb(159,169,97); }
div.DivClassName
{
background-color: #9FA961;
}
.BgClassName
{
background-color: #9FA961;
}
</style>
border-color css
<style>
span { border-color: #9FA961; }
span { border-color: rgb(159,169,97); }
td.TdClassName
{
border-color: #9FA961;
}
.TagClassName
{
border-color: #9FA961;
}
</style>