Shades of Malachite Green #9D9970
Tints of Malachite Green #9D9970
RGB
CMYK
RGB Variations
Color information
#9D9970 (or 0x9D9970) is known color: Malachite Green. HEX triplet: 9D, 99 and 70. RGB value is (157,153,112). Sum of RGB (Red+Green+Blue) = 157+153+112=422 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.20% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9970 is #62668F. Grayscale: #959595. Windows color (decimal): -6448784 or 7379357. OLE color: 7379357.
HSL color Cylindrical-coordinate representation of color #9D9970: hue angle of 54.67º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9D9970 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 153 | 112 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.38 |
| HSL | 54.67º | 0.19% | 0.53% | - |
| HSV(B) | 54.67º | 0.29% | 0.62% | - |
| XYZ | 28.22 | 31.12 | 19.85 | - |
| YUV | 149.52 | 106.83 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 153 | 112 | 0 | 0.03 | 0.29 | 0.38 | 54.67 | 0.19 | 0.53 |
| Hex | 9D | 99 | 70 | 0 | 3 | 1D | 26 | 37 | 13 | 35 |
| Octal | 235 | 231 | 160 | 0 | 3 | 35 | 46 | 67 | 23 | 65 |
| Binary | 10011101 | 10011001 | 1110000 | 0 | 11 | 11101 | 100110 | 110111 | 10011 | 110101 |
Color Harmonies of #9D9970
Complementary color
Monochromatic Colors of #9D9970
Black with #9D9970
Text Example
Text Example
White with #9D9970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9970; }
p { color: rgb(157,153,112); }
H1.HeaderClassName
{
color: #9D9970;
}
.AnyTagClassName
{
color: #9D9970;
}
</style>
background-color css
<style>
a { background-color: #9D9970; }
a { background-color: rgb(157,153,112); }
div.DivClassName
{
background-color: #9D9970;
}
.BgClassName
{
background-color: #9D9970;
}
</style>
border-color css
<style>
span { border-color: #9D9970; }
span { border-color: rgb(157,153,112); }
td.TdClassName
{
border-color: #9D9970;
}
.TagClassName
{
border-color: #9D9970;
}
</style>