Shades of Green Smoke #9CA764
Tints of Green Smoke #9CA764
RGB
CMYK
RGB Variations
Color information
#9CA764 (or 0x9CA764) is known color: Green Smoke. HEX triplet: 9C, A7 and 64. RGB value is (156,167,100). Sum of RGB (Red+Green+Blue) = 156+167+100=423 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.88% from 423); Green value is 167 (65.62% from 255 or 39.48% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 167 - color contains mainly: green. Hex color #9CA764 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA764 is #63589B. Grayscale: #9C9C9C. Windows color (decimal): -6510748 or 6596508. OLE color: 6596508.
HSL color Cylindrical-coordinate representation of color #9CA764: hue angle of 69.85º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9CA764 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 156 | 167 | 100 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.35 |
| HSL | 69.85º | 0.28% | 0.52% | - |
| HSV(B) | 69.85º | 0.4% | 0.65% | - |
| XYZ | 29.83 | 35.63 | 17.36 | - |
| YUV | 156.07 | 96.36 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 167 | 100 | 0.07 | 0 | 0.40 | 0.35 | 69.85 | 0.28 | 0.52 |
| Hex | 9C | A7 | 64 | 7 | 0 | 28 | 23 | 46 | 1C | 34 |
| Octal | 234 | 247 | 144 | 7 | 0 | 50 | 43 | 106 | 34 | 64 |
| Binary | 10011100 | 10100111 | 1100100 | 111 | 0 | 101000 | 100011 | 1000110 | 11100 | 110100 |
Color Harmonies of #9CA764
Complementary color
Monochromatic Colors of #9CA764
Black with #9CA764
Text Example
Text Example
White with #9CA764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA764; }
p { color: rgb(156,167,100); }
H1.HeaderClassName
{
color: #9CA764;
}
.AnyTagClassName
{
color: #9CA764;
}
</style>
background-color css
<style>
a { background-color: #9CA764; }
a { background-color: rgb(156,167,100); }
div.DivClassName
{
background-color: #9CA764;
}
.BgClassName
{
background-color: #9CA764;
}
</style>
border-color css
<style>
span { border-color: #9CA764; }
span { border-color: rgb(156,167,100); }
td.TdClassName
{
border-color: #9CA764;
}
.TagClassName
{
border-color: #9CA764;
}
</style>