Shades of Green Smoke #9FA156
Tints of Green Smoke #9FA156
RGB
CMYK
RGB Variations
Color information
#9FA156 (or 0x9FA156) is known color: Green Smoke. HEX triplet: 9F, A1 and 56. RGB value is (159,161,86). Sum of RGB (Red+Green+Blue) = 159+161+86=406 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.16% from 406); Green value is 161 (63.28% from 255 or 39.66% from 406); Blue value is 86 (33.98% from 255 or 21.18% from 406); Max value from RGB is 161 - color contains mainly: green. Hex color #9FA156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA156 is #605EA9. Grayscale: #989898. Windows color (decimal): -6315690 or 5677471. OLE color: 5677471.
HSL color Cylindrical-coordinate representation of color #9FA156: hue angle of 61.6º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9FA156 is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 161 | 86 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.37 |
| HSL | 61.6º | 0.3% | 0.48% | - |
| HSV(B) | 61.6º | 0.47% | 0.63% | - |
| XYZ | 28.72 | 33.53 | 13.76 | - |
| YUV | 151.85 | 90.84 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 161 | 86 | 0.01 | 0 | 0.47 | 0.37 | 61.6 | 0.3 | 0.48 |
| Hex | 9F | A1 | 56 | 1 | 0 | 2F | 25 | 3E | 1E | 30 |
| Octal | 237 | 241 | 126 | 1 | 0 | 57 | 45 | 76 | 36 | 60 |
| Binary | 10011111 | 10100001 | 1010110 | 1 | 0 | 101111 | 100101 | 111110 | 11110 | 110000 |
Color Harmonies of #9FA156
Complementary color
Monochromatic Colors of #9FA156
Black with #9FA156
Text Example
Text Example
White with #9FA156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA156; }
p { color: rgb(159,161,86); }
H1.HeaderClassName
{
color: #9FA156;
}
.AnyTagClassName
{
color: #9FA156;
}
</style>
background-color css
<style>
a { background-color: #9FA156; }
a { background-color: rgb(159,161,86); }
div.DivClassName
{
background-color: #9FA156;
}
.BgClassName
{
background-color: #9FA156;
}
</style>
border-color css
<style>
span { border-color: #9FA156; }
span { border-color: rgb(159,161,86); }
td.TdClassName
{
border-color: #9FA156;
}
.TagClassName
{
border-color: #9FA156;
}
</style>