Shades of Green Smoke #9CA756
Tints of Green Smoke #9CA756
RGB
CMYK
RGB Variations
Color information
#9CA756 (or 0x9CA756) is known color: Green Smoke. HEX triplet: 9C, A7 and 56. RGB value is (156,167,86). Sum of RGB (Red+Green+Blue) = 156+167+86=409 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.14% from 409); Green value is 167 (65.62% from 255 or 40.83% from 409); Blue value is 86 (33.98% from 255 or 21.03% from 409); Max value from RGB is 167 - color contains mainly: green. Hex color #9CA756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA756 is #6358A9. Grayscale: #9A9A9A. Windows color (decimal): -6510762 or 5679004. OLE color: 5679004.
HSL color Cylindrical-coordinate representation of color #9CA756: hue angle of 68.15º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9CA756 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 156 | 167 | 86 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.35 |
| HSL | 68.15º | 0.32% | 0.5% | - |
| HSV(B) | 68.15º | 0.49% | 0.65% | - |
| XYZ | 29.21 | 35.38 | 14.09 | - |
| YUV | 154.48 | 89.36 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 167 | 86 | 0.07 | 0 | 0.49 | 0.35 | 68.15 | 0.32 | 0.5 |
| Hex | 9C | A7 | 56 | 7 | 0 | 31 | 23 | 44 | 20 | 32 |
| Octal | 234 | 247 | 126 | 7 | 0 | 61 | 43 | 104 | 40 | 62 |
| Binary | 10011100 | 10100111 | 1010110 | 111 | 0 | 110001 | 100011 | 1000100 | 100000 | 110010 |
Color Harmonies of #9CA756
Complementary color
Monochromatic Colors of #9CA756
Black with #9CA756
Text Example
Text Example
White with #9CA756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA756; }
p { color: rgb(156,167,86); }
H1.HeaderClassName
{
color: #9CA756;
}
.AnyTagClassName
{
color: #9CA756;
}
</style>
background-color css
<style>
a { background-color: #9CA756; }
a { background-color: rgb(156,167,86); }
div.DivClassName
{
background-color: #9CA756;
}
.BgClassName
{
background-color: #9CA756;
}
</style>
border-color css
<style>
span { border-color: #9CA756; }
span { border-color: rgb(156,167,86); }
td.TdClassName
{
border-color: #9CA756;
}
.TagClassName
{
border-color: #9CA756;
}
</style>