Shades of Green Smoke #9CA545
Tints of Green Smoke #9CA545
RGB
CMYK
RGB Variations
Color information
#9CA545 (or 0x9CA545) is known color: Green Smoke. HEX triplet: 9C, A5 and 45. RGB value is (156,165,69). Sum of RGB (Red+Green+Blue) = 156+165+69=390 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 69 (27.34% from 255 or 17.69% from 390); Max value from RGB is 165 - color contains mainly: green. Hex color #9CA545 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA545 is #635ABA. Grayscale: #979797. Windows color (decimal): -6511291 or 4564380. OLE color: 4564380.
HSL color Cylindrical-coordinate representation of color #9CA545: hue angle of 65.62º 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 #9CA545 is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 156 | 165 | 69 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.35 |
| HSL | 65.63º | 0.41% | 0.46% | - |
| HSV(B) | 65.63º | 0.58% | 0.65% | - |
| XYZ | 28.24 | 34.41 | 10.78 | - |
| YUV | 151.37 | 81.52 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 165 | 69 | 0.05 | 0 | 0.58 | 0.35 | 65.63 | 0.41 | 0.46 |
| Hex | 9C | A5 | 45 | 5 | 0 | 3A | 23 | 42 | 29 | 2E |
| Octal | 234 | 245 | 105 | 5 | 0 | 72 | 43 | 102 | 51 | 56 |
| Binary | 10011100 | 10100101 | 1000101 | 101 | 0 | 111010 | 100011 | 1000010 | 101001 | 101110 |
Color Harmonies of #9CA545
Complementary color
Monochromatic Colors of #9CA545
Black with #9CA545
Text Example
Text Example
White with #9CA545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA545; }
p { color: rgb(156,165,69); }
H1.HeaderClassName
{
color: #9CA545;
}
.AnyTagClassName
{
color: #9CA545;
}
</style>
background-color css
<style>
a { background-color: #9CA545; }
a { background-color: rgb(156,165,69); }
div.DivClassName
{
background-color: #9CA545;
}
.BgClassName
{
background-color: #9CA545;
}
</style>
border-color css
<style>
span { border-color: #9CA545; }
span { border-color: rgb(156,165,69); }
td.TdClassName
{
border-color: #9CA545;
}
.TagClassName
{
border-color: #9CA545;
}
</style>