Shades of Green Smoke #9FA471
Tints of Green Smoke #9FA471
RGB
CMYK
RGB Variations
Color information
#9FA471 (or 0x9FA471) is known color: Green Smoke. HEX triplet: 9F, A4 and 71. RGB value is (159,164,113). Sum of RGB (Red+Green+Blue) = 159+164+113=436 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.47% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 113 (44.53% from 255 or 25.92% from 436); Max value from RGB is 164 - color contains mainly: green. Hex color #9FA471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA471 is #605B8E. Grayscale: #9C9C9C. Windows color (decimal): -6314895 or 7447711. OLE color: 7447711.
HSL color Cylindrical-coordinate representation of color #9FA471: hue angle of 65.88º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FA471 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 164 | 113 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.36 |
| HSL | 65.88º | 0.22% | 0.54% | - |
| HSV(B) | 65.88º | 0.31% | 0.64% | - |
| XYZ | 30.55 | 35.11 | 20.79 | - |
| YUV | 156.69 | 103.34 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 164 | 113 | 0.03 | 0 | 0.31 | 0.36 | 65.88 | 0.22 | 0.54 |
| Hex | 9F | A4 | 71 | 3 | 0 | 1F | 24 | 42 | 16 | 36 |
| Octal | 237 | 244 | 161 | 3 | 0 | 37 | 44 | 102 | 26 | 66 |
| Binary | 10011111 | 10100100 | 1110001 | 11 | 0 | 11111 | 100100 | 1000010 | 10110 | 110110 |
Color Harmonies of #9FA471
Complementary color
Monochromatic Colors of #9FA471
Black with #9FA471
Text Example
Text Example
White with #9FA471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA471; }
p { color: rgb(159,164,113); }
H1.HeaderClassName
{
color: #9FA471;
}
.AnyTagClassName
{
color: #9FA471;
}
</style>
background-color css
<style>
a { background-color: #9FA471; }
a { background-color: rgb(159,164,113); }
div.DivClassName
{
background-color: #9FA471;
}
.BgClassName
{
background-color: #9FA471;
}
</style>
border-color css
<style>
span { border-color: #9FA471; }
span { border-color: rgb(159,164,113); }
td.TdClassName
{
border-color: #9FA471;
}
.TagClassName
{
border-color: #9FA471;
}
</style>