Shades of Green Smoke #9FA160
Tints of Green Smoke #9FA160
RGB
CMYK
RGB Variations
Color information
#9FA160 (or 0x9FA160) is known color: Green Smoke. HEX triplet: 9F, A1 and 60. RGB value is (159,161,96). Sum of RGB (Red+Green+Blue) = 159+161+96=416 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.22% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 96 (37.89% from 255 or 23.08% from 416); Max value from RGB is 161 - color contains mainly: green. Hex color #9FA160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA160 is #605E9F. Grayscale: #999999. Windows color (decimal): -6315680 or 6332831. OLE color: 6332831.
HSL color Cylindrical-coordinate representation of color #9FA160: hue angle of 61.85º degrees, saturation: 0.26, 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 #9FA160 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 161 | 96 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.37 |
| HSL | 61.85º | 0.26% | 0.5% | - |
| HSV(B) | 61.85º | 0.4% | 0.63% | - |
| XYZ | 29.15 | 33.71 | 16.04 | - |
| YUV | 152.99 | 95.84 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 161 | 96 | 0.01 | 0 | 0.40 | 0.37 | 61.85 | 0.26 | 0.5 |
| Hex | 9F | A1 | 60 | 1 | 0 | 28 | 25 | 3E | 1A | 32 |
| Octal | 237 | 241 | 140 | 1 | 0 | 50 | 45 | 76 | 32 | 62 |
| Binary | 10011111 | 10100001 | 1100000 | 1 | 0 | 101000 | 100101 | 111110 | 11010 | 110010 |
Color Harmonies of #9FA160
Complementary color
Monochromatic Colors of #9FA160
Black with #9FA160
Text Example
Text Example
White with #9FA160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA160; }
p { color: rgb(159,161,96); }
H1.HeaderClassName
{
color: #9FA160;
}
.AnyTagClassName
{
color: #9FA160;
}
</style>
background-color css
<style>
a { background-color: #9FA160; }
a { background-color: rgb(159,161,96); }
div.DivClassName
{
background-color: #9FA160;
}
.BgClassName
{
background-color: #9FA160;
}
</style>
border-color css
<style>
span { border-color: #9FA160; }
span { border-color: rgb(159,161,96); }
td.TdClassName
{
border-color: #9FA160;
}
.TagClassName
{
border-color: #9FA160;
}
</style>