Shades of Green Smoke #9FAC71
Tints of Green Smoke #9FAC71
RGB
CMYK
RGB Variations
Color information
#9FAC71 (or 0x9FAC71) is known color: Green Smoke. HEX triplet: 9F, AC and 71. RGB value is (159,172,113). Sum of RGB (Red+Green+Blue) = 159+172+113=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAC71 is #60538E. Grayscale: #A1A1A1. Windows color (decimal): -6312847 or 7449759. OLE color: 7449759.
HSL color Cylindrical-coordinate representation of color #9FAC71: hue angle of 73.22º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FAC71 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 172 | 113 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.33 |
| HSL | 73.22º | 0.26% | 0.56% | - |
| HSV(B) | 73.22º | 0.34% | 0.67% | - |
| XYZ | 32.03 | 38.07 | 21.28 | - |
| YUV | 161.39 | 100.69 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 172 | 113 | 0.08 | 0 | 0.34 | 0.33 | 73.22 | 0.26 | 0.56 |
| Hex | 9F | AC | 71 | 8 | 0 | 22 | 21 | 49 | 1A | 38 |
| Octal | 237 | 254 | 161 | 10 | 0 | 42 | 41 | 111 | 32 | 70 |
| Binary | 10011111 | 10101100 | 1110001 | 1000 | 0 | 100010 | 100001 | 1001001 | 11010 | 111000 |
Color Harmonies of #9FAC71
Complementary color
Monochromatic Colors of #9FAC71
Black with #9FAC71
Text Example
Text Example
White with #9FAC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAC71; }
p { color: rgb(159,172,113); }
H1.HeaderClassName
{
color: #9FAC71;
}
.AnyTagClassName
{
color: #9FAC71;
}
</style>
background-color css
<style>
a { background-color: #9FAC71; }
a { background-color: rgb(159,172,113); }
div.DivClassName
{
background-color: #9FAC71;
}
.BgClassName
{
background-color: #9FAC71;
}
</style>
border-color css
<style>
span { border-color: #9FAC71; }
span { border-color: rgb(159,172,113); }
td.TdClassName
{
border-color: #9FAC71;
}
.TagClassName
{
border-color: #9FAC71;
}
</style>