Shades of Malachite Green #9FA070
Tints of Malachite Green #9FA070
RGB
CMYK
RGB Variations
Color information
#9FA070 (or 0x9FA070) is known color: Malachite Green. HEX triplet: 9F, A0 and 70. RGB value is (159,160,112). Sum of RGB (Red+Green+Blue) = 159+160+112=431 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.89% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 160 - color contains mainly: green. Hex color #9FA070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA070 is #605F8F. Grayscale: #9A9A9A. Windows color (decimal): -6315920 or 7381151. OLE color: 7381151.
HSL color Cylindrical-coordinate representation of color #9FA070: hue angle of 61.25º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FA070 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 160 | 112 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.37 |
| HSL | 61.25º | 0.2% | 0.53% | - |
| HSV(B) | 61.25º | 0.3% | 0.63% | - |
| XYZ | 29.79 | 33.68 | 20.26 | - |
| YUV | 154.23 | 104.17 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 160 | 112 | 0.01 | 0 | 0.30 | 0.37 | 61.25 | 0.2 | 0.53 |
| Hex | 9F | A0 | 70 | 1 | 0 | 1E | 25 | 3D | 14 | 35 |
| Octal | 237 | 240 | 160 | 1 | 0 | 36 | 45 | 75 | 24 | 65 |
| Binary | 10011111 | 10100000 | 1110000 | 1 | 0 | 11110 | 100101 | 111101 | 10100 | 110101 |
Color Harmonies of #9FA070
Complementary color
Monochromatic Colors of #9FA070
Black with #9FA070
Text Example
Text Example
White with #9FA070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA070; }
p { color: rgb(159,160,112); }
H1.HeaderClassName
{
color: #9FA070;
}
.AnyTagClassName
{
color: #9FA070;
}
</style>
background-color css
<style>
a { background-color: #9FA070; }
a { background-color: rgb(159,160,112); }
div.DivClassName
{
background-color: #9FA070;
}
.BgClassName
{
background-color: #9FA070;
}
</style>
border-color css
<style>
span { border-color: #9FA070; }
span { border-color: rgb(159,160,112); }
td.TdClassName
{
border-color: #9FA070;
}
.TagClassName
{
border-color: #9FA070;
}
</style>