Shades of Green Smoke #9CA746
Tints of Green Smoke #9CA746
RGB
CMYK
RGB Variations
Color information
#9CA746 (or 0x9CA746) is known color: Green Smoke. HEX triplet: 9C, A7 and 46. RGB value is (156,167,70). Sum of RGB (Red+Green+Blue) = 156+167+70=393 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.69% from 393); Green value is 167 (65.62% from 255 or 42.49% from 393); Blue value is 70 (27.73% from 255 or 17.81% from 393); Max value from RGB is 167 - color contains mainly: green. Hex color #9CA746 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA746 is #6358B9. Grayscale: #999999. Windows color (decimal): -6510778 or 4630428. OLE color: 4630428.
HSL color Cylindrical-coordinate representation of color #9CA746: hue angle of 66.8º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9CA746 is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 156 | 167 | 70 | - |
| CMYK | 0.07 | 0 | 0.58 | 0.35 |
| HSL | 66.8º | 0.41% | 0.46% | - |
| HSV(B) | 66.8º | 0.58% | 0.65% | - |
| XYZ | 28.63 | 35.15 | 11.07 | - |
| YUV | 152.65 | 81.36 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 167 | 70 | 0.07 | 0 | 0.58 | 0.35 | 66.8 | 0.41 | 0.46 |
| Hex | 9C | A7 | 46 | 7 | 0 | 3A | 23 | 43 | 29 | 2E |
| Octal | 234 | 247 | 106 | 7 | 0 | 72 | 43 | 103 | 51 | 56 |
| Binary | 10011100 | 10100111 | 1000110 | 111 | 0 | 111010 | 100011 | 1000011 | 101001 | 101110 |
Color Harmonies of #9CA746
Complementary color
Monochromatic Colors of #9CA746
Black with #9CA746
Text Example
Text Example
White with #9CA746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA746; }
p { color: rgb(156,167,70); }
H1.HeaderClassName
{
color: #9CA746;
}
.AnyTagClassName
{
color: #9CA746;
}
</style>
background-color css
<style>
a { background-color: #9CA746; }
a { background-color: rgb(156,167,70); }
div.DivClassName
{
background-color: #9CA746;
}
.BgClassName
{
background-color: #9CA746;
}
</style>
border-color css
<style>
span { border-color: #9CA746; }
span { border-color: rgb(156,167,70); }
td.TdClassName
{
border-color: #9CA746;
}
.TagClassName
{
border-color: #9CA746;
}
</style>