Shades of Green Smoke #9FA871
Tints of Green Smoke #9FA871
RGB
CMYK
RGB Variations
Color information
#9FA871 (or 0x9FA871) is known color: Green Smoke. HEX triplet: 9F, A8 and 71. RGB value is (159,168,113). Sum of RGB (Red+Green+Blue) = 159+168+113=440 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.14% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 113 (44.53% from 255 or 25.68% from 440); Max value from RGB is 168 - color contains mainly: green. Hex color #9FA871 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA871 is #60578E. Grayscale: #9F9F9F. Windows color (decimal): -6313871 or 7448735. OLE color: 7448735.
HSL color Cylindrical-coordinate representation of color #9FA871: hue angle of 69.82º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FA871 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 159 | 168 | 113 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.34 |
| HSL | 69.82º | 0.24% | 0.55% | - |
| HSV(B) | 69.82º | 0.33% | 0.66% | - |
| XYZ | 31.28 | 36.57 | 21.03 | - |
| YUV | 159.04 | 102.02 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 168 | 113 | 0.05 | 0 | 0.33 | 0.34 | 69.82 | 0.24 | 0.55 |
| Hex | 9F | A8 | 71 | 5 | 0 | 21 | 22 | 46 | 18 | 37 |
| Octal | 237 | 250 | 161 | 5 | 0 | 41 | 42 | 106 | 30 | 67 |
| Binary | 10011111 | 10101000 | 1110001 | 101 | 0 | 100001 | 100010 | 1000110 | 11000 | 110111 |
Color Harmonies of #9FA871
Complementary color
Monochromatic Colors of #9FA871
Black with #9FA871
Text Example
Text Example
White with #9FA871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA871; }
p { color: rgb(159,168,113); }
H1.HeaderClassName
{
color: #9FA871;
}
.AnyTagClassName
{
color: #9FA871;
}
</style>
background-color css
<style>
a { background-color: #9FA871; }
a { background-color: rgb(159,168,113); }
div.DivClassName
{
background-color: #9FA871;
}
.BgClassName
{
background-color: #9FA871;
}
</style>
border-color css
<style>
span { border-color: #9FA871; }
span { border-color: rgb(159,168,113); }
td.TdClassName
{
border-color: #9FA871;
}
.TagClassName
{
border-color: #9FA871;
}
</style>