Shades of Green Smoke #9FAB55
Tints of Green Smoke #9FAB55
RGB
CMYK
RGB Variations
Color information
#9FAB55 (or 0x9FAB55) is known color: Green Smoke. HEX triplet: 9F, AB and 55. RGB value is (159,171,85). Sum of RGB (Red+Green+Blue) = 159+171+85=415 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.31% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 85 (33.59% from 255 or 20.48% from 415); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAB55 is #6054AA. Grayscale: #9D9D9D. Windows color (decimal): -6313131 or 5614495. OLE color: 5614495.
HSL color Cylindrical-coordinate representation of color #9FAB55: hue angle of 68.37º 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 #9FAB55 is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 171 | 85 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.33 |
| HSL | 68.37º | 0.34% | 0.5% | - |
| HSV(B) | 68.37º | 0.5% | 0.67% | - |
| XYZ | 30.5 | 37.15 | 14.16 | - |
| YUV | 157.61 | 87.02 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 171 | 85 | 0.07 | 0 | 0.50 | 0.33 | 68.37 | 0.34 | 0.5 |
| Hex | 9F | AB | 55 | 7 | 0 | 32 | 21 | 44 | 22 | 32 |
| Octal | 237 | 253 | 125 | 7 | 0 | 62 | 41 | 104 | 42 | 62 |
| Binary | 10011111 | 10101011 | 1010101 | 111 | 0 | 110010 | 100001 | 1000100 | 100010 | 110010 |
Color Harmonies of #9FAB55
Complementary color
Monochromatic Colors of #9FAB55
Black with #9FAB55
Text Example
Text Example
White with #9FAB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAB55; }
p { color: rgb(159,171,85); }
H1.HeaderClassName
{
color: #9FAB55;
}
.AnyTagClassName
{
color: #9FAB55;
}
</style>
background-color css
<style>
a { background-color: #9FAB55; }
a { background-color: rgb(159,171,85); }
div.DivClassName
{
background-color: #9FAB55;
}
.BgClassName
{
background-color: #9FAB55;
}
</style>
border-color css
<style>
span { border-color: #9FAB55; }
span { border-color: rgb(159,171,85); }
td.TdClassName
{
border-color: #9FAB55;
}
.TagClassName
{
border-color: #9FAB55;
}
</style>