Shades of Green Smoke #9FAD60
Tints of Green Smoke #9FAD60
RGB
CMYK
RGB Variations
Color information
#9FAD60 (or 0x9FAD60) is known color: Green Smoke. HEX triplet: 9F, AD and 60. RGB value is (159,173,96). Sum of RGB (Red+Green+Blue) = 159+173+96=428 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.15% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 96 (37.89% from 255 or 22.43% from 428); Max value from RGB is 173 - color contains mainly: green. Hex color #9FAD60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAD60 is #60529F. Grayscale: #A0A0A0. Windows color (decimal): -6312608 or 6335903. OLE color: 6335903.
HSL color Cylindrical-coordinate representation of color #9FAD60: hue angle of 70.91º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9FAD60 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 173 | 96 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.32 |
| HSL | 70.91º | 0.32% | 0.53% | - |
| HSV(B) | 70.91º | 0.45% | 0.68% | - |
| XYZ | 31.35 | 38.1 | 16.77 | - |
| YUV | 160.04 | 91.86 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 173 | 96 | 0.08 | 0 | 0.45 | 0.32 | 70.91 | 0.32 | 0.53 |
| Hex | 9F | AD | 60 | 8 | 0 | 2D | 20 | 47 | 20 | 35 |
| Octal | 237 | 255 | 140 | 10 | 0 | 55 | 40 | 107 | 40 | 65 |
| Binary | 10011111 | 10101101 | 1100000 | 1000 | 0 | 101101 | 100000 | 1000111 | 100000 | 110101 |
Color Harmonies of #9FAD60
Complementary color
Monochromatic Colors of #9FAD60
Black with #9FAD60
Text Example
Text Example
White with #9FAD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAD60; }
p { color: rgb(159,173,96); }
H1.HeaderClassName
{
color: #9FAD60;
}
.AnyTagClassName
{
color: #9FAD60;
}
</style>
background-color css
<style>
a { background-color: #9FAD60; }
a { background-color: rgb(159,173,96); }
div.DivClassName
{
background-color: #9FAD60;
}
.BgClassName
{
background-color: #9FAD60;
}
</style>
border-color css
<style>
span { border-color: #9FAD60; }
span { border-color: rgb(159,173,96); }
td.TdClassName
{
border-color: #9FAD60;
}
.TagClassName
{
border-color: #9FAD60;
}
</style>