Shades of Malachite Green #9D9974
Tints of Malachite Green #9D9974
RGB
CMYK
RGB Variations
Color information
#9D9974 (or 0x9D9974) is known color: Malachite Green. HEX triplet: 9D, 99 and 74. RGB value is (157,153,116). Sum of RGB (Red+Green+Blue) = 157+153+116=426 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.85% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 116 (45.70% from 255 or 27.23% from 426); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9974 is #62668B. Grayscale: #969696. Windows color (decimal): -6448780 or 7641501. OLE color: 7641501.
HSL color Cylindrical-coordinate representation of color #9D9974: hue angle of 54.15º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9D9974 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 153 | 116 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.38 |
| HSL | 54.15º | 0.17% | 0.54% | - |
| HSV(B) | 54.15º | 0.26% | 0.62% | - |
| XYZ | 28.45 | 31.21 | 21.05 | - |
| YUV | 149.98 | 108.83 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 153 | 116 | 0 | 0.03 | 0.26 | 0.38 | 54.15 | 0.17 | 0.54 |
| Hex | 9D | 99 | 74 | 0 | 3 | 1A | 26 | 36 | 11 | 36 |
| Octal | 235 | 231 | 164 | 0 | 3 | 32 | 46 | 66 | 21 | 66 |
| Binary | 10011101 | 10011001 | 1110100 | 0 | 11 | 11010 | 100110 | 110110 | 10001 | 110110 |
Color Harmonies of #9D9974
Complementary color
Monochromatic Colors of #9D9974
Black with #9D9974
Text Example
Text Example
White with #9D9974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9974; }
p { color: rgb(157,153,116); }
H1.HeaderClassName
{
color: #9D9974;
}
.AnyTagClassName
{
color: #9D9974;
}
</style>
background-color css
<style>
a { background-color: #9D9974; }
a { background-color: rgb(157,153,116); }
div.DivClassName
{
background-color: #9D9974;
}
.BgClassName
{
background-color: #9D9974;
}
</style>
border-color css
<style>
span { border-color: #9D9974; }
span { border-color: rgb(157,153,116); }
td.TdClassName
{
border-color: #9D9974;
}
.TagClassName
{
border-color: #9D9974;
}
</style>