Shades of Green Smoke #9FAC70
Tints of Green Smoke #9FAC70
RGB
CMYK
RGB Variations
Color information
#9FAC70 (or 0x9FAC70) is known color: Green Smoke. HEX triplet: 9F, AC and 70. RGB value is (159,172,112). Sum of RGB (Red+Green+Blue) = 159+172+112=443 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.89% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAC70 is #60538F. Grayscale: #A1A1A1. Windows color (decimal): -6312848 or 7384223. OLE color: 7384223.
HSL color Cylindrical-coordinate representation of color #9FAC70: hue angle of 73º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FAC70 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 172 | 112 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.33 |
| HSL | 73º | 0.27% | 0.56% | - |
| HSV(B) | 73º | 0.35% | 0.67% | - |
| XYZ | 31.98 | 38.05 | 20.99 | - |
| YUV | 161.27 | 100.19 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 172 | 112 | 0.08 | 0 | 0.35 | 0.33 | 73 | 0.27 | 0.56 |
| Hex | 9F | AC | 70 | 8 | 0 | 23 | 21 | 49 | 1B | 38 |
| Octal | 237 | 254 | 160 | 10 | 0 | 43 | 41 | 111 | 33 | 70 |
| Binary | 10011111 | 10101100 | 1110000 | 1000 | 0 | 100011 | 100001 | 1001001 | 11011 | 111000 |
Color Harmonies of #9FAC70
Complementary color
Monochromatic Colors of #9FAC70
Black with #9FAC70
Text Example
Text Example
White with #9FAC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAC70; }
p { color: rgb(159,172,112); }
H1.HeaderClassName
{
color: #9FAC70;
}
.AnyTagClassName
{
color: #9FAC70;
}
</style>
background-color css
<style>
a { background-color: #9FAC70; }
a { background-color: rgb(159,172,112); }
div.DivClassName
{
background-color: #9FAC70;
}
.BgClassName
{
background-color: #9FAC70;
}
</style>
border-color css
<style>
span { border-color: #9FAC70; }
span { border-color: rgb(159,172,112); }
td.TdClassName
{
border-color: #9FAC70;
}
.TagClassName
{
border-color: #9FAC70;
}
</style>