Shades of Malachite Green #9C9B70
Tints of Malachite Green #9C9B70
RGB
CMYK
RGB Variations
Color information
#9C9B70 (or 0x9C9B70) is known color: Malachite Green. HEX triplet: 9C, 9B and 70. RGB value is (156,155,112). Sum of RGB (Red+Green+Blue) = 156+155+112=423 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.88% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9B70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9B70 is #63648F. Grayscale: #969696. Windows color (decimal): -6513808 or 7379868. OLE color: 7379868.
HSL color Cylindrical-coordinate representation of color #9C9B70: hue angle of 58.64º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9C9B70 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 155 | 112 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.39 |
| HSL | 58.64º | 0.18% | 0.53% | - |
| HSV(B) | 58.64º | 0.28% | 0.61% | - |
| XYZ | 28.36 | 31.68 | 19.95 | - |
| YUV | 150.4 | 106.33 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 155 | 112 | 0 | 0.01 | 0.28 | 0.39 | 58.64 | 0.18 | 0.53 |
| Hex | 9C | 9B | 70 | 0 | 1 | 1C | 27 | 3B | 12 | 35 |
| Octal | 234 | 233 | 160 | 0 | 1 | 34 | 47 | 73 | 22 | 65 |
| Binary | 10011100 | 10011011 | 1110000 | 0 | 1 | 11100 | 100111 | 111011 | 10010 | 110101 |
Color Harmonies of #9C9B70
Complementary color
Monochromatic Colors of #9C9B70
Black with #9C9B70
Text Example
Text Example
White with #9C9B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9B70; }
p { color: rgb(156,155,112); }
H1.HeaderClassName
{
color: #9C9B70;
}
.AnyTagClassName
{
color: #9C9B70;
}
</style>
background-color css
<style>
a { background-color: #9C9B70; }
a { background-color: rgb(156,155,112); }
div.DivClassName
{
background-color: #9C9B70;
}
.BgClassName
{
background-color: #9C9B70;
}
</style>
border-color css
<style>
span { border-color: #9C9B70; }
span { border-color: rgb(156,155,112); }
td.TdClassName
{
border-color: #9C9B70;
}
.TagClassName
{
border-color: #9C9B70;
}
</style>