Shades of Malachite Green #9A9764
Tints of Malachite Green #9A9764
RGB
CMYK
RGB Variations
Color information
#9A9764 (or 0x9A9764) is known color: Malachite Green. HEX triplet: 9A, 97 and 64. RGB value is (154,151,100). Sum of RGB (Red+Green+Blue) = 154+151+100=405 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.02% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 100 (39.45% from 255 or 24.69% from 405); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9764 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9764 is #65689B. Grayscale: #929292. Windows color (decimal): -6645916 or 6592410. OLE color: 6592410.
HSL color Cylindrical-coordinate representation of color #9A9764: hue angle of 56.67º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9A9764 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 151 | 100 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.40 |
| HSL | 56.67º | 0.21% | 0.5% | - |
| HSV(B) | 56.67º | 0.35% | 0.6% | - |
| XYZ | 26.69 | 29.92 | 16.43 | - |
| YUV | 146.08 | 101.99 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 151 | 100 | 0 | 0.02 | 0.35 | 0.40 | 56.67 | 0.21 | 0.5 |
| Hex | 9A | 97 | 64 | 0 | 2 | 23 | 28 | 39 | 15 | 32 |
| Octal | 232 | 227 | 144 | 0 | 2 | 43 | 50 | 71 | 25 | 62 |
| Binary | 10011010 | 10010111 | 1100100 | 0 | 10 | 100011 | 101000 | 111001 | 10101 | 110010 |
Color Harmonies of #9A9764
Complementary color
Monochromatic Colors of #9A9764
Black with #9A9764
Text Example
Text Example
White with #9A9764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9764; }
p { color: rgb(154,151,100); }
H1.HeaderClassName
{
color: #9A9764;
}
.AnyTagClassName
{
color: #9A9764;
}
</style>
background-color css
<style>
a { background-color: #9A9764; }
a { background-color: rgb(154,151,100); }
div.DivClassName
{
background-color: #9A9764;
}
.BgClassName
{
background-color: #9A9764;
}
</style>
border-color css
<style>
span { border-color: #9A9764; }
span { border-color: rgb(154,151,100); }
td.TdClassName
{
border-color: #9A9764;
}
.TagClassName
{
border-color: #9A9764;
}
</style>