Shades of Malachite Green #9F9A70
Tints of Malachite Green #9F9A70
RGB
CMYK
RGB Variations
Color information
#9F9A70 (or 0x9F9A70) is known color: Malachite Green. HEX triplet: 9F, 9A and 70. RGB value is (159,154,112). Sum of RGB (Red+Green+Blue) = 159+154+112=425 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.41% from 425); Green value is 154 (60.55% from 255 or 36.24% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9A70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9A70 is #60658F. Grayscale: #969696. Windows color (decimal): -6317456 or 7379615. OLE color: 7379615.
HSL color Cylindrical-coordinate representation of color #9F9A70: hue angle of 53.62º 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 #9F9A70 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 154 | 112 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.38 |
| HSL | 53.62º | 0.2% | 0.53% | - |
| HSV(B) | 53.62º | 0.3% | 0.62% | - |
| XYZ | 28.78 | 31.65 | 19.92 | - |
| YUV | 150.71 | 106.16 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 154 | 112 | 0 | 0.03 | 0.30 | 0.38 | 53.62 | 0.2 | 0.53 |
| Hex | 9F | 9A | 70 | 0 | 3 | 1E | 26 | 36 | 14 | 35 |
| Octal | 237 | 232 | 160 | 0 | 3 | 36 | 46 | 66 | 24 | 65 |
| Binary | 10011111 | 10011010 | 1110000 | 0 | 11 | 11110 | 100110 | 110110 | 10100 | 110101 |
Color Harmonies of #9F9A70
Complementary color
Monochromatic Colors of #9F9A70
Black with #9F9A70
Text Example
Text Example
White with #9F9A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9A70; }
p { color: rgb(159,154,112); }
H1.HeaderClassName
{
color: #9F9A70;
}
.AnyTagClassName
{
color: #9F9A70;
}
</style>
background-color css
<style>
a { background-color: #9F9A70; }
a { background-color: rgb(159,154,112); }
div.DivClassName
{
background-color: #9F9A70;
}
.BgClassName
{
background-color: #9F9A70;
}
</style>
border-color css
<style>
span { border-color: #9F9A70; }
span { border-color: rgb(159,154,112); }
td.TdClassName
{
border-color: #9F9A70;
}
.TagClassName
{
border-color: #9F9A70;
}
</style>