Shades of Malachite Green #9A9D72
Tints of Malachite Green #9A9D72
RGB
CMYK
RGB Variations
Color information
#9A9D72 (or 0x9A9D72) is known color: Malachite Green. HEX triplet: 9A, 9D and 72. RGB value is (154,157,114). Sum of RGB (Red+Green+Blue) = 154+157+114=425 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.24% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 157 - color contains mainly: green. Hex color #9A9D72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9D72 is #65628D. Grayscale: #979797. Windows color (decimal): -6644366 or 7511450. OLE color: 7511450.
HSL color Cylindrical-coordinate representation of color #9A9D72: hue angle of 64.19º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9A9D72 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 157 | 114 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.38 |
| HSL | 64.19º | 0.18% | 0.53% | - |
| HSV(B) | 64.19º | 0.27% | 0.62% | - |
| XYZ | 28.42 | 32.2 | 20.64 | - |
| YUV | 151.2 | 107.01 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 157 | 114 | 0.02 | 0 | 0.27 | 0.38 | 64.19 | 0.18 | 0.53 |
| Hex | 9A | 9D | 72 | 2 | 0 | 1B | 26 | 40 | 12 | 35 |
| Octal | 232 | 235 | 162 | 2 | 0 | 33 | 46 | 100 | 22 | 65 |
| Binary | 10011010 | 10011101 | 1110010 | 10 | 0 | 11011 | 100110 | 1000000 | 10010 | 110101 |
Color Harmonies of #9A9D72
Complementary color
Monochromatic Colors of #9A9D72
Black with #9A9D72
Text Example
Text Example
White with #9A9D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9D72; }
p { color: rgb(154,157,114); }
H1.HeaderClassName
{
color: #9A9D72;
}
.AnyTagClassName
{
color: #9A9D72;
}
</style>
background-color css
<style>
a { background-color: #9A9D72; }
a { background-color: rgb(154,157,114); }
div.DivClassName
{
background-color: #9A9D72;
}
.BgClassName
{
background-color: #9A9D72;
}
</style>
border-color css
<style>
span { border-color: #9A9D72; }
span { border-color: rgb(154,157,114); }
td.TdClassName
{
border-color: #9A9D72;
}
.TagClassName
{
border-color: #9A9D72;
}
</style>