Shades of Green Smoke #9FAD64
Tints of Green Smoke #9FAD64
RGB
CMYK
RGB Variations
Color information
#9FAD64 (or 0x9FAD64) is known color: Green Smoke. HEX triplet: 9F, AD and 64. RGB value is (159,173,100). Sum of RGB (Red+Green+Blue) = 159+173+100=432 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.81% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 100 (39.45% from 255 or 23.15% from 432); Max value from RGB is 173 - color contains mainly: green. Hex color #9FAD64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAD64 is #60529B. Grayscale: #A0A0A0. Windows color (decimal): -6312604 or 6598047. OLE color: 6598047.
HSL color Cylindrical-coordinate representation of color #9FAD64: hue angle of 71.51º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9FAD64 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 173 | 100 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.32 |
| HSL | 71.51º | 0.31% | 0.54% | - |
| HSV(B) | 71.51º | 0.42% | 0.68% | - |
| XYZ | 31.54 | 38.18 | 17.76 | - |
| YUV | 160.49 | 93.86 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 173 | 100 | 0.08 | 0 | 0.42 | 0.32 | 71.51 | 0.31 | 0.54 |
| Hex | 9F | AD | 64 | 8 | 0 | 2A | 20 | 48 | 1F | 36 |
| Octal | 237 | 255 | 144 | 10 | 0 | 52 | 40 | 110 | 37 | 66 |
| Binary | 10011111 | 10101101 | 1100100 | 1000 | 0 | 101010 | 100000 | 1001000 | 11111 | 110110 |
Color Harmonies of #9FAD64
Complementary color
Monochromatic Colors of #9FAD64
Black with #9FAD64
Text Example
Text Example
White with #9FAD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAD64; }
p { color: rgb(159,173,100); }
H1.HeaderClassName
{
color: #9FAD64;
}
.AnyTagClassName
{
color: #9FAD64;
}
</style>
background-color css
<style>
a { background-color: #9FAD64; }
a { background-color: rgb(159,173,100); }
div.DivClassName
{
background-color: #9FAD64;
}
.BgClassName
{
background-color: #9FAD64;
}
</style>
border-color css
<style>
span { border-color: #9FAD64; }
span { border-color: rgb(159,173,100); }
td.TdClassName
{
border-color: #9FAD64;
}
.TagClassName
{
border-color: #9FAD64;
}
</style>