Shades of Green Smoke #9FAA68
Tints of Green Smoke #9FAA68
RGB
CMYK
RGB Variations
Color information
#9FAA68 (or 0x9FAA68) is known color: Green Smoke. HEX triplet: 9F, AA and 68. RGB value is (159,170,104). Sum of RGB (Red+Green+Blue) = 159+170+104=433 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.72% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 104 (41.02% from 255 or 24.02% from 433); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAA68 is #605597. Grayscale: #9F9F9F. Windows color (decimal): -6313368 or 6859423. OLE color: 6859423.
HSL color Cylindrical-coordinate representation of color #9FAA68: hue angle of 70º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9FAA68 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 170 | 104 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.33 |
| HSL | 70º | 0.28% | 0.54% | - |
| HSV(B) | 70º | 0.39% | 0.67% | - |
| XYZ | 31.17 | 37.12 | 18.62 | - |
| YUV | 159.19 | 96.86 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 170 | 104 | 0.06 | 0 | 0.39 | 0.33 | 70 | 0.28 | 0.54 |
| Hex | 9F | AA | 68 | 6 | 0 | 27 | 21 | 46 | 1C | 36 |
| Octal | 237 | 252 | 150 | 6 | 0 | 47 | 41 | 106 | 34 | 66 |
| Binary | 10011111 | 10101010 | 1101000 | 110 | 0 | 100111 | 100001 | 1000110 | 11100 | 110110 |
Color Harmonies of #9FAA68
Complementary color
Monochromatic Colors of #9FAA68
Black with #9FAA68
Text Example
Text Example
White with #9FAA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAA68; }
p { color: rgb(159,170,104); }
H1.HeaderClassName
{
color: #9FAA68;
}
.AnyTagClassName
{
color: #9FAA68;
}
</style>
background-color css
<style>
a { background-color: #9FAA68; }
a { background-color: rgb(159,170,104); }
div.DivClassName
{
background-color: #9FAA68;
}
.BgClassName
{
background-color: #9FAA68;
}
</style>
border-color css
<style>
span { border-color: #9FAA68; }
span { border-color: rgb(159,170,104); }
td.TdClassName
{
border-color: #9FAA68;
}
.TagClassName
{
border-color: #9FAA68;
}
</style>