Shades of Green Smoke #9CA56F
Tints of Green Smoke #9CA56F
RGB
CMYK
RGB Variations
Color information
#9CA56F (or 0x9CA56F) is known color: Green Smoke. HEX triplet: 9C, A5 and 6F. RGB value is (156,165,111). Sum of RGB (Red+Green+Blue) = 156+165+111=432 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.11% from 432); Green value is 165 (64.84% from 255 or 38.19% from 432); Blue value is 111 (43.75% from 255 or 25.69% from 432); Max value from RGB is 165 - color contains mainly: green. Hex color #9CA56F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA56F is #635A90. Grayscale: #9C9C9C. Windows color (decimal): -6511249 or 7316892. OLE color: 7316892.
HSL color Cylindrical-coordinate representation of color #9CA56F: hue angle of 70º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CA56F is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 156 | 165 | 111 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.35 |
| HSL | 70º | 0.23% | 0.54% | - |
| HSV(B) | 70º | 0.33% | 0.65% | - |
| XYZ | 30.03 | 35.13 | 20.24 | - |
| YUV | 156.15 | 102.52 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 165 | 111 | 0.05 | 0 | 0.33 | 0.35 | 70 | 0.23 | 0.54 |
| Hex | 9C | A5 | 6F | 5 | 0 | 21 | 23 | 46 | 17 | 36 |
| Octal | 234 | 245 | 157 | 5 | 0 | 41 | 43 | 106 | 27 | 66 |
| Binary | 10011100 | 10100101 | 1101111 | 101 | 0 | 100001 | 100011 | 1000110 | 10111 | 110110 |
Color Harmonies of #9CA56F
Complementary color
Monochromatic Colors of #9CA56F
Black with #9CA56F
Text Example
Text Example
White with #9CA56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA56F; }
p { color: rgb(156,165,111); }
H1.HeaderClassName
{
color: #9CA56F;
}
.AnyTagClassName
{
color: #9CA56F;
}
</style>
background-color css
<style>
a { background-color: #9CA56F; }
a { background-color: rgb(156,165,111); }
div.DivClassName
{
background-color: #9CA56F;
}
.BgClassName
{
background-color: #9CA56F;
}
</style>
border-color css
<style>
span { border-color: #9CA56F; }
span { border-color: rgb(156,165,111); }
td.TdClassName
{
border-color: #9CA56F;
}
.TagClassName
{
border-color: #9CA56F;
}
</style>