Shades of Green Smoke #9FAB63
Tints of Green Smoke #9FAB63
RGB
CMYK
RGB Variations
Color information
#9FAB63 (or 0x9FAB63) is known color: Green Smoke. HEX triplet: 9F, AB and 63. RGB value is (159,171,99). Sum of RGB (Red+Green+Blue) = 159+171+99=429 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.06% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 99 (39.06% from 255 or 23.08% from 429); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAB63 is #60549C. Grayscale: #9F9F9F. Windows color (decimal): -6313117 or 6531999. OLE color: 6531999.
HSL color Cylindrical-coordinate representation of color #9FAB63: hue angle of 70º 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 #9FAB63 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 171 | 99 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.33 |
| HSL | 70º | 0.3% | 0.53% | - |
| HSV(B) | 70º | 0.42% | 0.67% | - |
| XYZ | 31.11 | 37.4 | 17.38 | - |
| YUV | 159.2 | 94.02 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 171 | 99 | 0.07 | 0 | 0.42 | 0.33 | 70 | 0.3 | 0.53 |
| Hex | 9F | AB | 63 | 7 | 0 | 2A | 21 | 46 | 1E | 35 |
| Octal | 237 | 253 | 143 | 7 | 0 | 52 | 41 | 106 | 36 | 65 |
| Binary | 10011111 | 10101011 | 1100011 | 111 | 0 | 101010 | 100001 | 1000110 | 11110 | 110101 |
Color Harmonies of #9FAB63
Complementary color
Monochromatic Colors of #9FAB63
Black with #9FAB63
Text Example
Text Example
White with #9FAB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAB63; }
p { color: rgb(159,171,99); }
H1.HeaderClassName
{
color: #9FAB63;
}
.AnyTagClassName
{
color: #9FAB63;
}
</style>
background-color css
<style>
a { background-color: #9FAB63; }
a { background-color: rgb(159,171,99); }
div.DivClassName
{
background-color: #9FAB63;
}
.BgClassName
{
background-color: #9FAB63;
}
</style>
border-color css
<style>
span { border-color: #9FAB63; }
span { border-color: rgb(159,171,99); }
td.TdClassName
{
border-color: #9FAB63;
}
.TagClassName
{
border-color: #9FAB63;
}
</style>