Shades of Malachite Green #9FA074
Tints of Malachite Green #9FA074
RGB
CMYK
RGB Variations
Color information
#9FA074 (or 0x9FA074) is known color: Malachite Green. HEX triplet: 9F, A0 and 74. RGB value is (159,160,116). Sum of RGB (Red+Green+Blue) = 159+160+116=435 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.55% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 116 (45.70% from 255 or 26.67% from 435); Max value from RGB is 160 - color contains mainly: green. Hex color #9FA074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA074 is #605F8B. Grayscale: #9A9A9A. Windows color (decimal): -6315916 or 7643295. OLE color: 7643295.
HSL color Cylindrical-coordinate representation of color #9FA074: hue angle of 61.36º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FA074 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 160 | 116 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.37 |
| HSL | 61.36º | 0.19% | 0.54% | - |
| HSV(B) | 61.36º | 0.28% | 0.63% | - |
| XYZ | 30.02 | 33.77 | 21.46 | - |
| YUV | 154.69 | 106.17 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 160 | 116 | 0.01 | 0 | 0.28 | 0.37 | 61.36 | 0.19 | 0.54 |
| Hex | 9F | A0 | 74 | 1 | 0 | 1C | 25 | 3D | 13 | 36 |
| Octal | 237 | 240 | 164 | 1 | 0 | 34 | 45 | 75 | 23 | 66 |
| Binary | 10011111 | 10100000 | 1110100 | 1 | 0 | 11100 | 100101 | 111101 | 10011 | 110110 |
Color Harmonies of #9FA074
Complementary color
Monochromatic Colors of #9FA074
Black with #9FA074
Text Example
Text Example
White with #9FA074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA074; }
p { color: rgb(159,160,116); }
H1.HeaderClassName
{
color: #9FA074;
}
.AnyTagClassName
{
color: #9FA074;
}
</style>
background-color css
<style>
a { background-color: #9FA074; }
a { background-color: rgb(159,160,116); }
div.DivClassName
{
background-color: #9FA074;
}
.BgClassName
{
background-color: #9FA074;
}
</style>
border-color css
<style>
span { border-color: #9FA074; }
span { border-color: rgb(159,160,116); }
td.TdClassName
{
border-color: #9FA074;
}
.TagClassName
{
border-color: #9FA074;
}
</style>