Shades of Green Smoke #9FAB64
Tints of Green Smoke #9FAB64
RGB
CMYK
RGB Variations
Color information
#9FAB64 (or 0x9FAB64) is known color: Green Smoke. HEX triplet: 9F, AB and 64. RGB value is (159,171,100). Sum of RGB (Red+Green+Blue) = 159+171+100=430 (56% of max value = 765). Red value is 159 (62.5% from 255 or 36.98% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 100 (39.45% from 255 or 23.26% from 430); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAB64 is #60549B. Grayscale: #9F9F9F. Windows color (decimal): -6313116 or 6597535. OLE color: 6597535.
HSL color Cylindrical-coordinate representation of color #9FAB64: hue angle of 70.14º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9FAB64 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 171 | 100 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.33 |
| HSL | 70.14º | 0.3% | 0.53% | - |
| HSV(B) | 70.14º | 0.42% | 0.67% | - |
| XYZ | 31.16 | 37.42 | 17.64 | - |
| YUV | 159.32 | 94.52 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 171 | 100 | 0.07 | 0 | 0.42 | 0.33 | 70.14 | 0.3 | 0.53 |
| Hex | 9F | AB | 64 | 7 | 0 | 2A | 21 | 46 | 1E | 35 |
| Octal | 237 | 253 | 144 | 7 | 0 | 52 | 41 | 106 | 36 | 65 |
| Binary | 10011111 | 10101011 | 1100100 | 111 | 0 | 101010 | 100001 | 1000110 | 11110 | 110101 |
Color Harmonies of #9FAB64
Complementary color
Monochromatic Colors of #9FAB64
Black with #9FAB64
Text Example
Text Example
White with #9FAB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAB64; }
p { color: rgb(159,171,100); }
H1.HeaderClassName
{
color: #9FAB64;
}
.AnyTagClassName
{
color: #9FAB64;
}
</style>
background-color css
<style>
a { background-color: #9FAB64; }
a { background-color: rgb(159,171,100); }
div.DivClassName
{
background-color: #9FAB64;
}
.BgClassName
{
background-color: #9FAB64;
}
</style>
border-color css
<style>
span { border-color: #9FAB64; }
span { border-color: rgb(159,171,100); }
td.TdClassName
{
border-color: #9FAB64;
}
.TagClassName
{
border-color: #9FAB64;
}
</style>