Shades of Malachite Green #9F9E70
Tints of Malachite Green #9F9E70
RGB
CMYK
RGB Variations
Color information
#9F9E70 (or 0x9F9E70) is known color: Malachite Green. HEX triplet: 9F, 9E and 70. RGB value is (159,158,112). Sum of RGB (Red+Green+Blue) = 159+158+112=429 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.06% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9E70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9E70 is #60618F. Grayscale: #999999. Windows color (decimal): -6316432 or 7380639. OLE color: 7380639.
HSL color Cylindrical-coordinate representation of color #9F9E70: hue angle of 58.72º 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 #9F9E70 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 158 | 112 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.38 |
| HSL | 58.72º | 0.2% | 0.53% | - |
| HSV(B) | 58.72º | 0.3% | 0.62% | - |
| XYZ | 29.45 | 32.99 | 20.15 | - |
| YUV | 153.06 | 104.83 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 158 | 112 | 0 | 0.01 | 0.30 | 0.38 | 58.72 | 0.2 | 0.53 |
| Hex | 9F | 9E | 70 | 0 | 1 | 1E | 26 | 3B | 14 | 35 |
| Octal | 237 | 236 | 160 | 0 | 1 | 36 | 46 | 73 | 24 | 65 |
| Binary | 10011111 | 10011110 | 1110000 | 0 | 1 | 11110 | 100110 | 111011 | 10100 | 110101 |
Color Harmonies of #9F9E70
Complementary color
Monochromatic Colors of #9F9E70
Black with #9F9E70
Text Example
Text Example
White with #9F9E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9E70; }
p { color: rgb(159,158,112); }
H1.HeaderClassName
{
color: #9F9E70;
}
.AnyTagClassName
{
color: #9F9E70;
}
</style>
background-color css
<style>
a { background-color: #9F9E70; }
a { background-color: rgb(159,158,112); }
div.DivClassName
{
background-color: #9F9E70;
}
.BgClassName
{
background-color: #9F9E70;
}
</style>
border-color css
<style>
span { border-color: #9F9E70; }
span { border-color: rgb(159,158,112); }
td.TdClassName
{
border-color: #9F9E70;
}
.TagClassName
{
border-color: #9F9E70;
}
</style>