Shades of Green Smoke #9FA756
Tints of Green Smoke #9FA756
RGB
CMYK
RGB Variations
Color information
#9FA756 (or 0x9FA756) is known color: Green Smoke. HEX triplet: 9F, A7 and 56. RGB value is (159,167,86). Sum of RGB (Red+Green+Blue) = 159+167+86=412 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.59% from 412); Green value is 167 (65.62% from 255 or 40.53% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 167 - color contains mainly: green. Hex color #9FA756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA756 is #6058A9. Grayscale: #9B9B9B. Windows color (decimal): -6314154 or 5679007. OLE color: 5679007.
HSL color Cylindrical-coordinate representation of color #9FA756: hue angle of 65.93º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9FA756 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 167 | 86 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.35 |
| HSL | 65.93º | 0.32% | 0.5% | - |
| HSV(B) | 65.93º | 0.49% | 0.65% | - |
| XYZ | 29.8 | 35.68 | 14.12 | - |
| YUV | 155.37 | 88.85 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 167 | 86 | 0.05 | 0 | 0.49 | 0.35 | 65.93 | 0.32 | 0.5 |
| Hex | 9F | A7 | 56 | 5 | 0 | 31 | 23 | 42 | 20 | 32 |
| Octal | 237 | 247 | 126 | 5 | 0 | 61 | 43 | 102 | 40 | 62 |
| Binary | 10011111 | 10100111 | 1010110 | 101 | 0 | 110001 | 100011 | 1000010 | 100000 | 110010 |
Color Harmonies of #9FA756
Complementary color
Monochromatic Colors of #9FA756
Black with #9FA756
Text Example
Text Example
White with #9FA756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA756; }
p { color: rgb(159,167,86); }
H1.HeaderClassName
{
color: #9FA756;
}
.AnyTagClassName
{
color: #9FA756;
}
</style>
background-color css
<style>
a { background-color: #9FA756; }
a { background-color: rgb(159,167,86); }
div.DivClassName
{
background-color: #9FA756;
}
.BgClassName
{
background-color: #9FA756;
}
</style>
border-color css
<style>
span { border-color: #9FA756; }
span { border-color: rgb(159,167,86); }
td.TdClassName
{
border-color: #9FA756;
}
.TagClassName
{
border-color: #9FA756;
}
</style>