Shades of Green Smoke #9CA060
Tints of Green Smoke #9CA060
RGB
CMYK
RGB Variations
Color information
#9CA060 (or 0x9CA060) is known color: Green Smoke. HEX triplet: 9C, A0 and 60. RGB value is (156,160,96). Sum of RGB (Red+Green+Blue) = 156+160+96=412 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.86% from 412); Green value is 160 (62.89% from 255 or 38.83% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 160 - color contains mainly: green. Hex color #9CA060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA060 is #635F9F. Grayscale: #979797. Windows color (decimal): -6512544 or 6332572. OLE color: 6332572.
HSL color Cylindrical-coordinate representation of color #9CA060: hue angle of 63.75º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9CA060 is Cyan = 0.02, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 156 | 160 | 96 | - |
| CMYK | 0.02 | 0 | 0.4 | 0.37 |
| HSL | 63.75º | 0.25% | 0.5% | - |
| HSV(B) | 63.75º | 0.4% | 0.63% | - |
| XYZ | 28.39 | 33.05 | 15.95 | - |
| YUV | 151.51 | 96.67 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 160 | 96 | 0.02 | 0 | 0.4 | 0.37 | 63.75 | 0.25 | 0.5 |
| Hex | 9C | A0 | 60 | 2 | 0 | 28 | 25 | 40 | 19 | 32 |
| Octal | 234 | 240 | 140 | 2 | 0 | 50 | 45 | 100 | 31 | 62 |
| Binary | 10011100 | 10100000 | 1100000 | 10 | 0 | 101000 | 100101 | 1000000 | 11001 | 110010 |
Color Harmonies of #9CA060
Complementary color
Monochromatic Colors of #9CA060
Black with #9CA060
Text Example
Text Example
White with #9CA060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA060; }
p { color: rgb(156,160,96); }
H1.HeaderClassName
{
color: #9CA060;
}
.AnyTagClassName
{
color: #9CA060;
}
</style>
background-color css
<style>
a { background-color: #9CA060; }
a { background-color: rgb(156,160,96); }
div.DivClassName
{
background-color: #9CA060;
}
.BgClassName
{
background-color: #9CA060;
}
</style>
border-color css
<style>
span { border-color: #9CA060; }
span { border-color: rgb(156,160,96); }
td.TdClassName
{
border-color: #9CA060;
}
.TagClassName
{
border-color: #9CA060;
}
</style>