Shades of Green Smoke #9FAC6D
Tints of Green Smoke #9FAC6D
RGB
CMYK
RGB Variations
Color information
#9FAC6D (or 0x9FAC6D) is known color: Green Smoke. HEX triplet: 9F, AC and 6D. RGB value is (159,172,109). Sum of RGB (Red+Green+Blue) = 159+172+109=440 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.14% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAC6D is #605392. Grayscale: #A1A1A1. Windows color (decimal): -6312851 or 7187615. OLE color: 7187615.
HSL color Cylindrical-coordinate representation of color #9FAC6D: hue angle of 72.38º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FAC6D is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 172 | 109 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.33 |
| HSL | 72.38º | 0.28% | 0.55% | - |
| HSV(B) | 72.38º | 0.37% | 0.67% | - |
| XYZ | 31.81 | 37.98 | 20.12 | - |
| YUV | 160.93 | 98.69 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 172 | 109 | 0.08 | 0 | 0.37 | 0.33 | 72.38 | 0.28 | 0.55 |
| Hex | 9F | AC | 6D | 8 | 0 | 25 | 21 | 48 | 1C | 37 |
| Octal | 237 | 254 | 155 | 10 | 0 | 45 | 41 | 110 | 34 | 67 |
| Binary | 10011111 | 10101100 | 1101101 | 1000 | 0 | 100101 | 100001 | 1001000 | 11100 | 110111 |
Color Harmonies of #9FAC6D
Complementary color
Monochromatic Colors of #9FAC6D
Black with #9FAC6D
Text Example
Text Example
White with #9FAC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAC6D; }
p { color: rgb(159,172,109); }
H1.HeaderClassName
{
color: #9FAC6D;
}
.AnyTagClassName
{
color: #9FAC6D;
}
</style>
background-color css
<style>
a { background-color: #9FAC6D; }
a { background-color: rgb(159,172,109); }
div.DivClassName
{
background-color: #9FAC6D;
}
.BgClassName
{
background-color: #9FAC6D;
}
</style>
border-color css
<style>
span { border-color: #9FAC6D; }
span { border-color: rgb(159,172,109); }
td.TdClassName
{
border-color: #9FAC6D;
}
.TagClassName
{
border-color: #9FAC6D;
}
</style>