Shades of Green Smoke #9FAB56
Tints of Green Smoke #9FAB56
RGB
CMYK
RGB Variations
Color information
#9FAB56 (or 0x9FAB56) is known color: Green Smoke. HEX triplet: 9F, AB and 56. RGB value is (159,171,86). Sum of RGB (Red+Green+Blue) = 159+171+86=416 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.22% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 86 (33.98% from 255 or 20.67% from 416); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAB56 is #6054A9. Grayscale: #9E9E9E. Windows color (decimal): -6313130 or 5680031. OLE color: 5680031.
HSL color Cylindrical-coordinate representation of color #9FAB56: hue angle of 68.47º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9FAB56 is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 171 | 86 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.33 |
| HSL | 68.47º | 0.34% | 0.5% | - |
| HSV(B) | 68.47º | 0.5% | 0.67% | - |
| XYZ | 30.54 | 37.17 | 14.37 | - |
| YUV | 157.72 | 87.52 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 171 | 86 | 0.07 | 0 | 0.50 | 0.33 | 68.47 | 0.34 | 0.5 |
| Hex | 9F | AB | 56 | 7 | 0 | 32 | 21 | 44 | 22 | 32 |
| Octal | 237 | 253 | 126 | 7 | 0 | 62 | 41 | 104 | 42 | 62 |
| Binary | 10011111 | 10101011 | 1010110 | 111 | 0 | 110010 | 100001 | 1000100 | 100010 | 110010 |
Color Harmonies of #9FAB56
Complementary color
Monochromatic Colors of #9FAB56
Black with #9FAB56
Text Example
Text Example
White with #9FAB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAB56; }
p { color: rgb(159,171,86); }
H1.HeaderClassName
{
color: #9FAB56;
}
.AnyTagClassName
{
color: #9FAB56;
}
</style>
background-color css
<style>
a { background-color: #9FAB56; }
a { background-color: rgb(159,171,86); }
div.DivClassName
{
background-color: #9FAB56;
}
.BgClassName
{
background-color: #9FAB56;
}
</style>
border-color css
<style>
span { border-color: #9FAB56; }
span { border-color: rgb(159,171,86); }
td.TdClassName
{
border-color: #9FAB56;
}
.TagClassName
{
border-color: #9FAB56;
}
</style>