Shades of Green Smoke #9FA856
Tints of Green Smoke #9FA856
RGB
CMYK
RGB Variations
Color information
#9FA856 (or 0x9FA856) is known color: Green Smoke. HEX triplet: 9F, A8 and 56. RGB value is (159,168,86). Sum of RGB (Red+Green+Blue) = 159+168+86=413 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.50% from 413); Green value is 168 (66.02% from 255 or 40.68% from 413); Blue value is 86 (33.98% from 255 or 20.82% from 413); Max value from RGB is 168 - color contains mainly: green. Hex color #9FA856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA856 is #6057A9. Grayscale: #9C9C9C. Windows color (decimal): -6313898 or 5679263. OLE color: 5679263.
HSL color Cylindrical-coordinate representation of color #9FA856: hue angle of 66.59º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9FA856 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 159 | 168 | 86 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.34 |
| HSL | 66.59º | 0.32% | 0.5% | - |
| HSV(B) | 66.59º | 0.49% | 0.66% | - |
| XYZ | 29.98 | 36.05 | 14.18 | - |
| YUV | 155.96 | 88.52 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 168 | 86 | 0.05 | 0 | 0.49 | 0.34 | 66.59 | 0.32 | 0.5 |
| Hex | 9F | A8 | 56 | 5 | 0 | 31 | 22 | 43 | 20 | 32 |
| Octal | 237 | 250 | 126 | 5 | 0 | 61 | 42 | 103 | 40 | 62 |
| Binary | 10011111 | 10101000 | 1010110 | 101 | 0 | 110001 | 100010 | 1000011 | 100000 | 110010 |
Color Harmonies of #9FA856
Complementary color
Monochromatic Colors of #9FA856
Black with #9FA856
Text Example
Text Example
White with #9FA856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA856; }
p { color: rgb(159,168,86); }
H1.HeaderClassName
{
color: #9FA856;
}
.AnyTagClassName
{
color: #9FA856;
}
</style>
background-color css
<style>
a { background-color: #9FA856; }
a { background-color: rgb(159,168,86); }
div.DivClassName
{
background-color: #9FA856;
}
.BgClassName
{
background-color: #9FA856;
}
</style>
border-color css
<style>
span { border-color: #9FA856; }
span { border-color: rgb(159,168,86); }
td.TdClassName
{
border-color: #9FA856;
}
.TagClassName
{
border-color: #9FA856;
}
</style>