Shades of Green Smoke #9FAC6F
Tints of Green Smoke #9FAC6F
RGB
CMYK
RGB Variations
Color information
#9FAC6F (or 0x9FAC6F) is known color: Green Smoke. HEX triplet: 9F, AC and 6F. RGB value is (159,172,111). Sum of RGB (Red+Green+Blue) = 159+172+111=442 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.97% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 111 (43.75% from 255 or 25.11% from 442); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAC6F is #605390. Grayscale: #A1A1A1. Windows color (decimal): -6312849 or 7318687. OLE color: 7318687.
HSL color Cylindrical-coordinate representation of color #9FAC6F: hue angle of 72.79º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FAC6F is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 172 | 111 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.33 |
| HSL | 72.79º | 0.27% | 0.55% | - |
| HSV(B) | 72.79º | 0.35% | 0.67% | - |
| XYZ | 31.92 | 38.02 | 20.7 | - |
| YUV | 161.16 | 99.69 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 172 | 111 | 0.08 | 0 | 0.35 | 0.33 | 72.79 | 0.27 | 0.55 |
| Hex | 9F | AC | 6F | 8 | 0 | 23 | 21 | 49 | 1B | 37 |
| Octal | 237 | 254 | 157 | 10 | 0 | 43 | 41 | 111 | 33 | 67 |
| Binary | 10011111 | 10101100 | 1101111 | 1000 | 0 | 100011 | 100001 | 1001001 | 11011 | 110111 |
Color Harmonies of #9FAC6F
Complementary color
Monochromatic Colors of #9FAC6F
Black with #9FAC6F
Text Example
Text Example
White with #9FAC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAC6F; }
p { color: rgb(159,172,111); }
H1.HeaderClassName
{
color: #9FAC6F;
}
.AnyTagClassName
{
color: #9FAC6F;
}
</style>
background-color css
<style>
a { background-color: #9FAC6F; }
a { background-color: rgb(159,172,111); }
div.DivClassName
{
background-color: #9FAC6F;
}
.BgClassName
{
background-color: #9FAC6F;
}
</style>
border-color css
<style>
span { border-color: #9FAC6F; }
span { border-color: rgb(159,172,111); }
td.TdClassName
{
border-color: #9FAC6F;
}
.TagClassName
{
border-color: #9FAC6F;
}
</style>