Shades of Green Smoke #9CAC66
Tints of Green Smoke #9CAC66
RGB
CMYK
RGB Variations
Color information
#9CAC66 (or 0x9CAC66) is known color: Green Smoke. HEX triplet: 9C, AC and 66. RGB value is (156,172,102). Sum of RGB (Red+Green+Blue) = 156+172+102=430 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.28% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 102 (40.23% from 255 or 23.72% from 430); Max value from RGB is 172 - color contains mainly: green. Hex color #9CAC66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAC66 is #635399. Grayscale: #9F9F9F. Windows color (decimal): -6509466 or 6728860. OLE color: 6728860.
HSL color Cylindrical-coordinate representation of color #9CAC66: hue angle of 73.71º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9CAC66 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 172 | 102 | - |
| CMYK | 0.09 | 0 | 0.41 | 0.33 |
| HSL | 73.71º | 0.3% | 0.54% | - |
| HSV(B) | 73.71º | 0.41% | 0.67% | - |
| XYZ | 30.86 | 37.53 | 18.19 | - |
| YUV | 159.24 | 95.7 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 172 | 102 | 0.09 | 0 | 0.41 | 0.33 | 73.71 | 0.3 | 0.54 |
| Hex | 9C | AC | 66 | 9 | 0 | 29 | 21 | 4A | 1E | 36 |
| Octal | 234 | 254 | 146 | 11 | 0 | 51 | 41 | 112 | 36 | 66 |
| Binary | 10011100 | 10101100 | 1100110 | 1001 | 0 | 101001 | 100001 | 1001010 | 11110 | 110110 |
Color Harmonies of #9CAC66
Complementary color
Monochromatic Colors of #9CAC66
Black with #9CAC66
Text Example
Text Example
White with #9CAC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAC66; }
p { color: rgb(156,172,102); }
H1.HeaderClassName
{
color: #9CAC66;
}
.AnyTagClassName
{
color: #9CAC66;
}
</style>
background-color css
<style>
a { background-color: #9CAC66; }
a { background-color: rgb(156,172,102); }
div.DivClassName
{
background-color: #9CAC66;
}
.BgClassName
{
background-color: #9CAC66;
}
</style>
border-color css
<style>
span { border-color: #9CAC66; }
span { border-color: rgb(156,172,102); }
td.TdClassName
{
border-color: #9CAC66;
}
.TagClassName
{
border-color: #9CAC66;
}
</style>