Shades of Green Smoke #9CA745
Tints of Green Smoke #9CA745
RGB
CMYK
RGB Variations
Color information
#9CA745 (or 0x9CA745) is known color: Green Smoke. HEX triplet: 9C, A7 and 45. RGB value is (156,167,69). Sum of RGB (Red+Green+Blue) = 156+167+69=392 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.80% from 392); Green value is 167 (65.62% from 255 or 42.60% from 392); Blue value is 69 (27.34% from 255 or 17.60% from 392); Max value from RGB is 167 - color contains mainly: green. Hex color #9CA745 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA745 is #6358BA. Grayscale: #989898. Windows color (decimal): -6510779 or 4564892. OLE color: 4564892.
HSL color Cylindrical-coordinate representation of color #9CA745: hue angle of 66.73º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9CA745 is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 156 | 167 | 69 | - |
| CMYK | 0.07 | 0 | 0.59 | 0.35 |
| HSL | 66.73º | 0.42% | 0.46% | - |
| HSV(B) | 66.73º | 0.59% | 0.65% | - |
| XYZ | 28.6 | 35.14 | 10.9 | - |
| YUV | 152.54 | 80.86 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 167 | 69 | 0.07 | 0 | 0.59 | 0.35 | 66.73 | 0.42 | 0.46 |
| Hex | 9C | A7 | 45 | 7 | 0 | 3B | 23 | 43 | 2A | 2E |
| Octal | 234 | 247 | 105 | 7 | 0 | 73 | 43 | 103 | 52 | 56 |
| Binary | 10011100 | 10100111 | 1000101 | 111 | 0 | 111011 | 100011 | 1000011 | 101010 | 101110 |
Color Harmonies of #9CA745
Complementary color
Monochromatic Colors of #9CA745
Black with #9CA745
Text Example
Text Example
White with #9CA745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA745; }
p { color: rgb(156,167,69); }
H1.HeaderClassName
{
color: #9CA745;
}
.AnyTagClassName
{
color: #9CA745;
}
</style>
background-color css
<style>
a { background-color: #9CA745; }
a { background-color: rgb(156,167,69); }
div.DivClassName
{
background-color: #9CA745;
}
.BgClassName
{
background-color: #9CA745;
}
</style>
border-color css
<style>
span { border-color: #9CA745; }
span { border-color: rgb(156,167,69); }
td.TdClassName
{
border-color: #9CA745;
}
.TagClassName
{
border-color: #9CA745;
}
</style>