Shades of Green Smoke #9CAC6D
Tints of Green Smoke #9CAC6D
RGB
CMYK
RGB Variations
Color information
#9CAC6D (or 0x9CAC6D) is known color: Green Smoke. HEX triplet: 9C, AC and 6D. RGB value is (156,172,109). Sum of RGB (Red+Green+Blue) = 156+172+109=437 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.70% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 109 (42.97% from 255 or 24.94% from 437); Max value from RGB is 172 - color contains mainly: green. Hex color #9CAC6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAC6D is #635392. Grayscale: #A0A0A0. Windows color (decimal): -6509459 or 7187612. OLE color: 7187612.
HSL color Cylindrical-coordinate representation of color #9CAC6D: hue angle of 75.24º 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 #9CAC6D is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 172 | 109 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.33 |
| HSL | 75.24º | 0.28% | 0.55% | - |
| HSV(B) | 75.24º | 0.37% | 0.67% | - |
| XYZ | 31.22 | 37.68 | 20.09 | - |
| YUV | 160.03 | 99.2 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 172 | 109 | 0.09 | 0 | 0.37 | 0.33 | 75.24 | 0.28 | 0.55 |
| Hex | 9C | AC | 6D | 9 | 0 | 25 | 21 | 4B | 1C | 37 |
| Octal | 234 | 254 | 155 | 11 | 0 | 45 | 41 | 113 | 34 | 67 |
| Binary | 10011100 | 10101100 | 1101101 | 1001 | 0 | 100101 | 100001 | 1001011 | 11100 | 110111 |
Color Harmonies of #9CAC6D
Complementary color
Monochromatic Colors of #9CAC6D
Black with #9CAC6D
Text Example
Text Example
White with #9CAC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAC6D; }
p { color: rgb(156,172,109); }
H1.HeaderClassName
{
color: #9CAC6D;
}
.AnyTagClassName
{
color: #9CAC6D;
}
</style>
background-color css
<style>
a { background-color: #9CAC6D; }
a { background-color: rgb(156,172,109); }
div.DivClassName
{
background-color: #9CAC6D;
}
.BgClassName
{
background-color: #9CAC6D;
}
</style>
border-color css
<style>
span { border-color: #9CAC6D; }
span { border-color: rgb(156,172,109); }
td.TdClassName
{
border-color: #9CAC6D;
}
.TagClassName
{
border-color: #9CAC6D;
}
</style>