Shades of Green Smoke #9CA063
Tints of Green Smoke #9CA063
RGB
CMYK
RGB Variations
Color information
#9CA063 (or 0x9CA063) is known color: Green Smoke. HEX triplet: 9C, A0 and 63. RGB value is (156,160,99). Sum of RGB (Red+Green+Blue) = 156+160+99=415 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.59% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 99 (39.06% from 255 or 23.86% from 415); Max value from RGB is 160 - color contains mainly: green. Hex color #9CA063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA063 is #635F9C. Grayscale: #989898. Windows color (decimal): -6512541 or 6529180. OLE color: 6529180.
HSL color Cylindrical-coordinate representation of color #9CA063: hue angle of 63.93º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CA063 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 156 | 160 | 99 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.37 |
| HSL | 63.93º | 0.24% | 0.51% | - |
| HSV(B) | 63.93º | 0.38% | 0.63% | - |
| XYZ | 28.53 | 33.11 | 16.69 | - |
| YUV | 151.85 | 98.17 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 160 | 99 | 0.02 | 0 | 0.38 | 0.37 | 63.93 | 0.24 | 0.51 |
| Hex | 9C | A0 | 63 | 2 | 0 | 26 | 25 | 40 | 18 | 33 |
| Octal | 234 | 240 | 143 | 2 | 0 | 46 | 45 | 100 | 30 | 63 |
| Binary | 10011100 | 10100000 | 1100011 | 10 | 0 | 100110 | 100101 | 1000000 | 11000 | 110011 |
Color Harmonies of #9CA063
Complementary color
Monochromatic Colors of #9CA063
Black with #9CA063
Text Example
Text Example
White with #9CA063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA063; }
p { color: rgb(156,160,99); }
H1.HeaderClassName
{
color: #9CA063;
}
.AnyTagClassName
{
color: #9CA063;
}
</style>
background-color css
<style>
a { background-color: #9CA063; }
a { background-color: rgb(156,160,99); }
div.DivClassName
{
background-color: #9CA063;
}
.BgClassName
{
background-color: #9CA063;
}
</style>
border-color css
<style>
span { border-color: #9CA063; }
span { border-color: rgb(156,160,99); }
td.TdClassName
{
border-color: #9CA063;
}
.TagClassName
{
border-color: #9CA063;
}
</style>