Shades of Green Smoke #9CAC70
Tints of Green Smoke #9CAC70
RGB
CMYK
RGB Variations
Color information
#9CAC70 (or 0x9CAC70) is known color: Green Smoke. HEX triplet: 9C, AC and 70. RGB value is (156,172,112). Sum of RGB (Red+Green+Blue) = 156+172+112=440 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.45% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 172 - color contains mainly: green. Hex color #9CAC70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAC70 is #63538F. Grayscale: #A0A0A0. Windows color (decimal): -6509456 or 7384220. OLE color: 7384220.
HSL color Cylindrical-coordinate representation of color #9CAC70: hue angle of 76º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CAC70 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 172 | 112 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.33 |
| HSL | 76º | 0.27% | 0.56% | - |
| HSV(B) | 76º | 0.35% | 0.67% | - |
| XYZ | 31.39 | 37.74 | 20.96 | - |
| YUV | 160.38 | 100.7 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 172 | 112 | 0.09 | 0 | 0.35 | 0.33 | 76 | 0.27 | 0.56 |
| Hex | 9C | AC | 70 | 9 | 0 | 23 | 21 | 4C | 1B | 38 |
| Octal | 234 | 254 | 160 | 11 | 0 | 43 | 41 | 114 | 33 | 70 |
| Binary | 10011100 | 10101100 | 1110000 | 1001 | 0 | 100011 | 100001 | 1001100 | 11011 | 111000 |
Color Harmonies of #9CAC70
Complementary color
Monochromatic Colors of #9CAC70
Black with #9CAC70
Text Example
Text Example
White with #9CAC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAC70; }
p { color: rgb(156,172,112); }
H1.HeaderClassName
{
color: #9CAC70;
}
.AnyTagClassName
{
color: #9CAC70;
}
</style>
background-color css
<style>
a { background-color: #9CAC70; }
a { background-color: rgb(156,172,112); }
div.DivClassName
{
background-color: #9CAC70;
}
.BgClassName
{
background-color: #9CAC70;
}
</style>
border-color css
<style>
span { border-color: #9CAC70; }
span { border-color: rgb(156,172,112); }
td.TdClassName
{
border-color: #9CAC70;
}
.TagClassName
{
border-color: #9CAC70;
}
</style>