Shades of Malachite Green #9D9961
Tints of Malachite Green #9D9961
RGB
CMYK
RGB Variations
Color information
#9D9961 (or 0x9D9961) is known color: Malachite Green. HEX triplet: 9D, 99 and 61. RGB value is (157,153,97). Sum of RGB (Red+Green+Blue) = 157+153+97=407 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.57% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 97 (38.28% from 255 or 23.83% from 407); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9961 is #62669E. Grayscale: #949494. Windows color (decimal): -6448799 or 6396317. OLE color: 6396317.
HSL color Cylindrical-coordinate representation of color #9D9961: hue angle of 56º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9D9961 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 153 | 97 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.38 |
| HSL | 56º | 0.24% | 0.5% | - |
| HSV(B) | 56º | 0.38% | 0.62% | - |
| XYZ | 27.45 | 30.81 | 15.81 | - |
| YUV | 147.81 | 99.33 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 153 | 97 | 0 | 0.03 | 0.38 | 0.38 | 56 | 0.24 | 0.5 |
| Hex | 9D | 99 | 61 | 0 | 3 | 26 | 26 | 38 | 18 | 32 |
| Octal | 235 | 231 | 141 | 0 | 3 | 46 | 46 | 70 | 30 | 62 |
| Binary | 10011101 | 10011001 | 1100001 | 0 | 11 | 100110 | 100110 | 111000 | 11000 | 110010 |
Color Harmonies of #9D9961
Complementary color
Monochromatic Colors of #9D9961
Black with #9D9961
Text Example
Text Example
White with #9D9961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9961; }
p { color: rgb(157,153,97); }
H1.HeaderClassName
{
color: #9D9961;
}
.AnyTagClassName
{
color: #9D9961;
}
</style>
background-color css
<style>
a { background-color: #9D9961; }
a { background-color: rgb(157,153,97); }
div.DivClassName
{
background-color: #9D9961;
}
.BgClassName
{
background-color: #9D9961;
}
</style>
border-color css
<style>
span { border-color: #9D9961; }
span { border-color: rgb(157,153,97); }
td.TdClassName
{
border-color: #9D9961;
}
.TagClassName
{
border-color: #9D9961;
}
</style>