Shades of Green Smoke #9CA76D
Tints of Green Smoke #9CA76D
RGB
CMYK
RGB Variations
Color information
#9CA76D (or 0x9CA76D) is known color: Green Smoke. HEX triplet: 9C, A7 and 6D. RGB value is (156,167,109). Sum of RGB (Red+Green+Blue) = 156+167+109=432 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.11% from 432); Green value is 167 (65.62% from 255 or 38.66% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 167 - color contains mainly: green. Hex color #9CA76D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA76D is #635892. Grayscale: #9D9D9D. Windows color (decimal): -6510739 or 7186332. OLE color: 7186332.
HSL color Cylindrical-coordinate representation of color #9CA76D: hue angle of 71.38º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CA76D is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 156 | 167 | 109 | - |
| CMYK | 0.07 | 0 | 0.35 | 0.35 |
| HSL | 71.38º | 0.25% | 0.54% | - |
| HSV(B) | 71.38º | 0.35% | 0.65% | - |
| XYZ | 30.29 | 35.81 | 19.78 | - |
| YUV | 157.1 | 100.86 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 167 | 109 | 0.07 | 0 | 0.35 | 0.35 | 71.38 | 0.25 | 0.54 |
| Hex | 9C | A7 | 6D | 7 | 0 | 23 | 23 | 47 | 19 | 36 |
| Octal | 234 | 247 | 155 | 7 | 0 | 43 | 43 | 107 | 31 | 66 |
| Binary | 10011100 | 10100111 | 1101101 | 111 | 0 | 100011 | 100011 | 1000111 | 11001 | 110110 |
Color Harmonies of #9CA76D
Complementary color
Monochromatic Colors of #9CA76D
Black with #9CA76D
Text Example
Text Example
White with #9CA76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA76D; }
p { color: rgb(156,167,109); }
H1.HeaderClassName
{
color: #9CA76D;
}
.AnyTagClassName
{
color: #9CA76D;
}
</style>
background-color css
<style>
a { background-color: #9CA76D; }
a { background-color: rgb(156,167,109); }
div.DivClassName
{
background-color: #9CA76D;
}
.BgClassName
{
background-color: #9CA76D;
}
</style>
border-color css
<style>
span { border-color: #9CA76D; }
span { border-color: rgb(156,167,109); }
td.TdClassName
{
border-color: #9CA76D;
}
.TagClassName
{
border-color: #9CA76D;
}
</style>