Shades of Malachite Green #9C9664
Tints of Malachite Green #9C9664
RGB
CMYK
RGB Variations
Color information
#9C9664 (or 0x9C9664) is known color: Malachite Green. HEX triplet: 9C, 96 and 64. RGB value is (156,150,100). Sum of RGB (Red+Green+Blue) = 156+150+100=406 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.42% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 100 (39.45% from 255 or 24.63% from 406); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9664 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9664 is #63699B. Grayscale: #929292. Windows color (decimal): -6515100 or 6592156. OLE color: 6592156.
HSL color Cylindrical-coordinate representation of color #9C9664: hue angle of 53.57º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9C9664 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 150 | 100 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.39 |
| HSL | 53.57º | 0.22% | 0.5% | - |
| HSV(B) | 53.57º | 0.36% | 0.61% | - |
| XYZ | 26.92 | 29.8 | 16.39 | - |
| YUV | 146.09 | 101.99 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 150 | 100 | 0 | 0.04 | 0.36 | 0.39 | 53.57 | 0.22 | 0.5 |
| Hex | 9C | 96 | 64 | 0 | 4 | 24 | 27 | 36 | 16 | 32 |
| Octal | 234 | 226 | 144 | 0 | 4 | 44 | 47 | 66 | 26 | 62 |
| Binary | 10011100 | 10010110 | 1100100 | 0 | 100 | 100100 | 100111 | 110110 | 10110 | 110010 |
Color Harmonies of #9C9664
Complementary color
Monochromatic Colors of #9C9664
Black with #9C9664
Text Example
Text Example
White with #9C9664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9664; }
p { color: rgb(156,150,100); }
H1.HeaderClassName
{
color: #9C9664;
}
.AnyTagClassName
{
color: #9C9664;
}
</style>
background-color css
<style>
a { background-color: #9C9664; }
a { background-color: rgb(156,150,100); }
div.DivClassName
{
background-color: #9C9664;
}
.BgClassName
{
background-color: #9C9664;
}
</style>
border-color css
<style>
span { border-color: #9C9664; }
span { border-color: rgb(156,150,100); }
td.TdClassName
{
border-color: #9C9664;
}
.TagClassName
{
border-color: #9C9664;
}
</style>