Shades of Malachite Green #9C9964
Tints of Malachite Green #9C9964
RGB
CMYK
RGB Variations
Color information
#9C9964 (or 0x9C9964) is known color: Malachite Green. HEX triplet: 9C, 99 and 64. RGB value is (156,153,100). Sum of RGB (Red+Green+Blue) = 156+153+100=409 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.14% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 100 (39.45% from 255 or 24.45% from 409); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9964 is #63669B. Grayscale: #949494. Windows color (decimal): -6514332 or 6592924. OLE color: 6592924.
HSL color Cylindrical-coordinate representation of color #9C9964: hue angle of 56.79º 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 #9C9964 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 153 | 100 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.39 |
| HSL | 56.79º | 0.22% | 0.5% | - |
| HSV(B) | 56.79º | 0.36% | 0.61% | - |
| XYZ | 27.4 | 30.77 | 16.55 | - |
| YUV | 147.86 | 100.99 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 153 | 100 | 0 | 0.02 | 0.36 | 0.39 | 56.79 | 0.22 | 0.5 |
| Hex | 9C | 99 | 64 | 0 | 2 | 24 | 27 | 39 | 16 | 32 |
| Octal | 234 | 231 | 144 | 0 | 2 | 44 | 47 | 71 | 26 | 62 |
| Binary | 10011100 | 10011001 | 1100100 | 0 | 10 | 100100 | 100111 | 111001 | 10110 | 110010 |
Color Harmonies of #9C9964
Complementary color
Monochromatic Colors of #9C9964
Black with #9C9964
Text Example
Text Example
White with #9C9964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9964; }
p { color: rgb(156,153,100); }
H1.HeaderClassName
{
color: #9C9964;
}
.AnyTagClassName
{
color: #9C9964;
}
</style>
background-color css
<style>
a { background-color: #9C9964; }
a { background-color: rgb(156,153,100); }
div.DivClassName
{
background-color: #9C9964;
}
.BgClassName
{
background-color: #9C9964;
}
</style>
border-color css
<style>
span { border-color: #9C9964; }
span { border-color: rgb(156,153,100); }
td.TdClassName
{
border-color: #9C9964;
}
.TagClassName
{
border-color: #9C9964;
}
</style>