Shades of Green Smoke #9FAC6C
Tints of Green Smoke #9FAC6C
RGB
CMYK
RGB Variations
Color information
#9FAC6C (or 0x9FAC6C) is known color: Green Smoke. HEX triplet: 9F, AC and 6C. RGB value is (159,172,108). Sum of RGB (Red+Green+Blue) = 159+172+108=439 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.22% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 108 (42.58% from 255 or 24.60% from 439); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAC6C is #605393. Grayscale: #A1A1A1. Windows color (decimal): -6312852 or 7122079. OLE color: 7122079.
HSL color Cylindrical-coordinate representation of color #9FAC6C: hue angle of 72.19º 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 #9FAC6C is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 172 | 108 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.33 |
| HSL | 72.19º | 0.28% | 0.55% | - |
| HSV(B) | 72.19º | 0.37% | 0.67% | - |
| XYZ | 31.76 | 37.96 | 19.84 | - |
| YUV | 160.82 | 98.19 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 172 | 108 | 0.08 | 0 | 0.37 | 0.33 | 72.19 | 0.28 | 0.55 |
| Hex | 9F | AC | 6C | 8 | 0 | 25 | 21 | 48 | 1C | 37 |
| Octal | 237 | 254 | 154 | 10 | 0 | 45 | 41 | 110 | 34 | 67 |
| Binary | 10011111 | 10101100 | 1101100 | 1000 | 0 | 100101 | 100001 | 1001000 | 11100 | 110111 |
Color Harmonies of #9FAC6C
Complementary color
Monochromatic Colors of #9FAC6C
Black with #9FAC6C
Text Example
Text Example
White with #9FAC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAC6C; }
p { color: rgb(159,172,108); }
H1.HeaderClassName
{
color: #9FAC6C;
}
.AnyTagClassName
{
color: #9FAC6C;
}
</style>
background-color css
<style>
a { background-color: #9FAC6C; }
a { background-color: rgb(159,172,108); }
div.DivClassName
{
background-color: #9FAC6C;
}
.BgClassName
{
background-color: #9FAC6C;
}
</style>
border-color css
<style>
span { border-color: #9FAC6C; }
span { border-color: rgb(159,172,108); }
td.TdClassName
{
border-color: #9FAC6C;
}
.TagClassName
{
border-color: #9FAC6C;
}
</style>