Shades of Malachite Green #9D9A70
Tints of Malachite Green #9D9A70
RGB
CMYK
RGB Variations
Color information
#9D9A70 (or 0x9D9A70) is known color: Malachite Green. HEX triplet: 9D, 9A and 70. RGB value is (157,154,112). Sum of RGB (Red+Green+Blue) = 157+154+112=423 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.12% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9A70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9A70 is #62658F. Grayscale: #969696. Windows color (decimal): -6448528 or 7379613. OLE color: 7379613.
HSL color Cylindrical-coordinate representation of color #9D9A70: hue angle of 56º 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 #9D9A70 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 154 | 112 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.38 |
| HSL | 56º | 0.19% | 0.53% | - |
| HSV(B) | 56º | 0.29% | 0.62% | - |
| XYZ | 28.38 | 31.45 | 19.9 | - |
| YUV | 150.11 | 106.49 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 154 | 112 | 0 | 0.02 | 0.29 | 0.38 | 56 | 0.19 | 0.53 |
| Hex | 9D | 9A | 70 | 0 | 2 | 1D | 26 | 38 | 13 | 35 |
| Octal | 235 | 232 | 160 | 0 | 2 | 35 | 46 | 70 | 23 | 65 |
| Binary | 10011101 | 10011010 | 1110000 | 0 | 10 | 11101 | 100110 | 111000 | 10011 | 110101 |
Color Harmonies of #9D9A70
Complementary color
Monochromatic Colors of #9D9A70
Black with #9D9A70
Text Example
Text Example
White with #9D9A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9A70; }
p { color: rgb(157,154,112); }
H1.HeaderClassName
{
color: #9D9A70;
}
.AnyTagClassName
{
color: #9D9A70;
}
</style>
background-color css
<style>
a { background-color: #9D9A70; }
a { background-color: rgb(157,154,112); }
div.DivClassName
{
background-color: #9D9A70;
}
.BgClassName
{
background-color: #9D9A70;
}
</style>
border-color css
<style>
span { border-color: #9D9A70; }
span { border-color: rgb(157,154,112); }
td.TdClassName
{
border-color: #9D9A70;
}
.TagClassName
{
border-color: #9D9A70;
}
</style>