Shades of Green Smoke #9FA060
Tints of Green Smoke #9FA060
RGB
CMYK
RGB Variations
Color information
#9FA060 (or 0x9FA060) is known color: Green Smoke. HEX triplet: 9F, A0 and 60. RGB value is (159,160,96). Sum of RGB (Red+Green+Blue) = 159+160+96=415 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.31% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 96 (37.89% from 255 or 23.13% from 415); Max value from RGB is 160 - color contains mainly: green. Hex color #9FA060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA060 is #605F9F. Grayscale: #989898. Windows color (decimal): -6315936 or 6332575. OLE color: 6332575.
HSL color Cylindrical-coordinate representation of color #9FA060: hue angle of 60.94º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9FA060 is Cyan = 0.01, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 160 | 96 | - |
| CMYK | 0.01 | 0 | 0.4 | 0.37 |
| HSL | 60.94º | 0.25% | 0.5% | - |
| HSV(B) | 60.94º | 0.4% | 0.63% | - |
| XYZ | 28.98 | 33.36 | 15.98 | - |
| YUV | 152.41 | 96.17 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 160 | 96 | 0.01 | 0 | 0.4 | 0.37 | 60.94 | 0.25 | 0.5 |
| Hex | 9F | A0 | 60 | 1 | 0 | 28 | 25 | 3D | 19 | 32 |
| Octal | 237 | 240 | 140 | 1 | 0 | 50 | 45 | 75 | 31 | 62 |
| Binary | 10011111 | 10100000 | 1100000 | 1 | 0 | 101000 | 100101 | 111101 | 11001 | 110010 |
Color Harmonies of #9FA060
Complementary color
Monochromatic Colors of #9FA060
Black with #9FA060
Text Example
Text Example
White with #9FA060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA060; }
p { color: rgb(159,160,96); }
H1.HeaderClassName
{
color: #9FA060;
}
.AnyTagClassName
{
color: #9FA060;
}
</style>
background-color css
<style>
a { background-color: #9FA060; }
a { background-color: rgb(159,160,96); }
div.DivClassName
{
background-color: #9FA060;
}
.BgClassName
{
background-color: #9FA060;
}
</style>
border-color css
<style>
span { border-color: #9FA060; }
span { border-color: rgb(159,160,96); }
td.TdClassName
{
border-color: #9FA060;
}
.TagClassName
{
border-color: #9FA060;
}
</style>