Shades of Malachite Green #9F9C70
Tints of Malachite Green #9F9C70
RGB
CMYK
RGB Variations
Color information
#9F9C70 (or 0x9F9C70) is known color: Malachite Green. HEX triplet: 9F, 9C and 70. RGB value is (159,156,112). Sum of RGB (Red+Green+Blue) = 159+156+112=427 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.24% from 427); Green value is 156 (61.33% from 255 or 36.53% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9C70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9C70 is #60638F. Grayscale: #989898. Windows color (decimal): -6316944 or 7380127. OLE color: 7380127.
HSL color Cylindrical-coordinate representation of color #9F9C70: hue angle of 56.17º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F9C70 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 156 | 112 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.38 |
| HSL | 56.17º | 0.2% | 0.53% | - |
| HSV(B) | 56.17º | 0.3% | 0.62% | - |
| XYZ | 29.11 | 32.32 | 20.03 | - |
| YUV | 151.88 | 105.49 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 156 | 112 | 0 | 0.02 | 0.30 | 0.38 | 56.17 | 0.2 | 0.53 |
| Hex | 9F | 9C | 70 | 0 | 2 | 1E | 26 | 38 | 14 | 35 |
| Octal | 237 | 234 | 160 | 0 | 2 | 36 | 46 | 70 | 24 | 65 |
| Binary | 10011111 | 10011100 | 1110000 | 0 | 10 | 11110 | 100110 | 111000 | 10100 | 110101 |
Color Harmonies of #9F9C70
Complementary color
Monochromatic Colors of #9F9C70
Black with #9F9C70
Text Example
Text Example
White with #9F9C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9C70; }
p { color: rgb(159,156,112); }
H1.HeaderClassName
{
color: #9F9C70;
}
.AnyTagClassName
{
color: #9F9C70;
}
</style>
background-color css
<style>
a { background-color: #9F9C70; }
a { background-color: rgb(159,156,112); }
div.DivClassName
{
background-color: #9F9C70;
}
.BgClassName
{
background-color: #9F9C70;
}
</style>
border-color css
<style>
span { border-color: #9F9C70; }
span { border-color: rgb(159,156,112); }
td.TdClassName
{
border-color: #9F9C70;
}
.TagClassName
{
border-color: #9F9C70;
}
</style>