Shades of Green Smoke #9CAC6E
Tints of Green Smoke #9CAC6E
RGB
CMYK
RGB Variations
Color information
#9CAC6E (or 0x9CAC6E) is known color: Green Smoke. HEX triplet: 9C, AC and 6E. RGB value is (156,172,110). Sum of RGB (Red+Green+Blue) = 156+172+110=438 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.62% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 110 (43.36% from 255 or 25.11% from 438); Max value from RGB is 172 - color contains mainly: green. Hex color #9CAC6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAC6E is #635391. Grayscale: #A0A0A0. Windows color (decimal): -6509458 or 7253148. OLE color: 7253148.
HSL color Cylindrical-coordinate representation of color #9CAC6E: hue angle of 75.48º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9CAC6E is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 172 | 110 | - |
| CMYK | 0.09 | 0 | 0.36 | 0.33 |
| HSL | 75.48º | 0.27% | 0.55% | - |
| HSV(B) | 75.48º | 0.36% | 0.67% | - |
| XYZ | 31.28 | 37.7 | 20.38 | - |
| YUV | 160.15 | 99.7 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 172 | 110 | 0.09 | 0 | 0.36 | 0.33 | 75.48 | 0.27 | 0.55 |
| Hex | 9C | AC | 6E | 9 | 0 | 24 | 21 | 4B | 1B | 37 |
| Octal | 234 | 254 | 156 | 11 | 0 | 44 | 41 | 113 | 33 | 67 |
| Binary | 10011100 | 10101100 | 1101110 | 1001 | 0 | 100100 | 100001 | 1001011 | 11011 | 110111 |
Color Harmonies of #9CAC6E
Complementary color
Monochromatic Colors of #9CAC6E
Black with #9CAC6E
Text Example
Text Example
White with #9CAC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAC6E; }
p { color: rgb(156,172,110); }
H1.HeaderClassName
{
color: #9CAC6E;
}
.AnyTagClassName
{
color: #9CAC6E;
}
</style>
background-color css
<style>
a { background-color: #9CAC6E; }
a { background-color: rgb(156,172,110); }
div.DivClassName
{
background-color: #9CAC6E;
}
.BgClassName
{
background-color: #9CAC6E;
}
</style>
border-color css
<style>
span { border-color: #9CAC6E; }
span { border-color: rgb(156,172,110); }
td.TdClassName
{
border-color: #9CAC6E;
}
.TagClassName
{
border-color: #9CAC6E;
}
</style>