Shades of Malachite Green #9D996F
Tints of Malachite Green #9D996F
RGB
CMYK
RGB Variations
Color information
#9D996F (or 0x9D996F) is known color: Malachite Green. HEX triplet: 9D, 99 and 6F. RGB value is (157,153,111). Sum of RGB (Red+Green+Blue) = 157+153+111=421 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.29% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 111 (43.75% from 255 or 26.37% from 421); Max value from RGB is 157 - color contains mainly: red. Hex color #9D996F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D996F is #626690. Grayscale: #959595. Windows color (decimal): -6448785 or 7313821. OLE color: 7313821.
HSL color Cylindrical-coordinate representation of color #9D996F: hue angle of 54.78º 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 #9D996F is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 153 | 111 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.38 |
| HSL | 54.78º | 0.19% | 0.53% | - |
| HSV(B) | 54.78º | 0.29% | 0.62% | - |
| XYZ | 28.17 | 31.1 | 19.56 | - |
| YUV | 149.41 | 106.33 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 153 | 111 | 0 | 0.03 | 0.29 | 0.38 | 54.78 | 0.19 | 0.53 |
| Hex | 9D | 99 | 6F | 0 | 3 | 1D | 26 | 37 | 13 | 35 |
| Octal | 235 | 231 | 157 | 0 | 3 | 35 | 46 | 67 | 23 | 65 |
| Binary | 10011101 | 10011001 | 1101111 | 0 | 11 | 11101 | 100110 | 110111 | 10011 | 110101 |
Color Harmonies of #9D996F
Complementary color
Monochromatic Colors of #9D996F
Black with #9D996F
Text Example
Text Example
White with #9D996F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D996F; }
p { color: rgb(157,153,111); }
H1.HeaderClassName
{
color: #9D996F;
}
.AnyTagClassName
{
color: #9D996F;
}
</style>
background-color css
<style>
a { background-color: #9D996F; }
a { background-color: rgb(157,153,111); }
div.DivClassName
{
background-color: #9D996F;
}
.BgClassName
{
background-color: #9D996F;
}
</style>
border-color css
<style>
span { border-color: #9D996F; }
span { border-color: rgb(157,153,111); }
td.TdClassName
{
border-color: #9D996F;
}
.TagClassName
{
border-color: #9D996F;
}
</style>