Shades of Green Smoke #9CAC65
Tints of Green Smoke #9CAC65
RGB
CMYK
RGB Variations
Color information
#9CAC65 (or 0x9CAC65) is known color: Green Smoke. HEX triplet: 9C, AC and 65. RGB value is (156,172,101). Sum of RGB (Red+Green+Blue) = 156+172+101=429 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.36% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 172 - color contains mainly: green. Hex color #9CAC65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAC65 is #63539A. Grayscale: #9F9F9F. Windows color (decimal): -6509467 or 6663324. OLE color: 6663324.
HSL color Cylindrical-coordinate representation of color #9CAC65: hue angle of 73.52º 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 #9CAC65 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 172 | 101 | - |
| CMYK | 0.09 | 0 | 0.41 | 0.33 |
| HSL | 73.52º | 0.3% | 0.54% | - |
| HSV(B) | 73.52º | 0.41% | 0.67% | - |
| XYZ | 30.81 | 37.51 | 17.93 | - |
| YUV | 159.12 | 95.2 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 172 | 101 | 0.09 | 0 | 0.41 | 0.33 | 73.52 | 0.3 | 0.54 |
| Hex | 9C | AC | 65 | 9 | 0 | 29 | 21 | 4A | 1E | 36 |
| Octal | 234 | 254 | 145 | 11 | 0 | 51 | 41 | 112 | 36 | 66 |
| Binary | 10011100 | 10101100 | 1100101 | 1001 | 0 | 101001 | 100001 | 1001010 | 11110 | 110110 |
Color Harmonies of #9CAC65
Complementary color
Monochromatic Colors of #9CAC65
Black with #9CAC65
Text Example
Text Example
White with #9CAC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAC65; }
p { color: rgb(156,172,101); }
H1.HeaderClassName
{
color: #9CAC65;
}
.AnyTagClassName
{
color: #9CAC65;
}
</style>
background-color css
<style>
a { background-color: #9CAC65; }
a { background-color: rgb(156,172,101); }
div.DivClassName
{
background-color: #9CAC65;
}
.BgClassName
{
background-color: #9CAC65;
}
</style>
border-color css
<style>
span { border-color: #9CAC65; }
span { border-color: rgb(156,172,101); }
td.TdClassName
{
border-color: #9CAC65;
}
.TagClassName
{
border-color: #9CAC65;
}
</style>