Shades of Malachite Green #9A9666
Tints of Malachite Green #9A9666
RGB
CMYK
RGB Variations
Color information
#9A9666 (or 0x9A9666) is known color: Malachite Green. HEX triplet: 9A, 96 and 66. RGB value is (154,150,102). Sum of RGB (Red+Green+Blue) = 154+150+102=406 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.93% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 102 (40.23% from 255 or 25.12% from 406); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9666 is #656999. Grayscale: #919191. Windows color (decimal): -6646170 or 6723226. OLE color: 6723226.
HSL color Cylindrical-coordinate representation of color #9A9666: hue angle of 55.38º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9A9666 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 150 | 102 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.40 |
| HSL | 55.38º | 0.2% | 0.5% | - |
| HSV(B) | 55.38º | 0.34% | 0.6% | - |
| XYZ | 26.63 | 29.64 | 16.89 | - |
| YUV | 145.72 | 103.33 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 150 | 102 | 0 | 0.03 | 0.34 | 0.40 | 55.38 | 0.2 | 0.5 |
| Hex | 9A | 96 | 66 | 0 | 3 | 22 | 28 | 37 | 14 | 32 |
| Octal | 232 | 226 | 146 | 0 | 3 | 42 | 50 | 67 | 24 | 62 |
| Binary | 10011010 | 10010110 | 1100110 | 0 | 11 | 100010 | 101000 | 110111 | 10100 | 110010 |
Color Harmonies of #9A9666
Complementary color
Monochromatic Colors of #9A9666
Black with #9A9666
Text Example
Text Example
White with #9A9666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9666; }
p { color: rgb(154,150,102); }
H1.HeaderClassName
{
color: #9A9666;
}
.AnyTagClassName
{
color: #9A9666;
}
</style>
background-color css
<style>
a { background-color: #9A9666; }
a { background-color: rgb(154,150,102); }
div.DivClassName
{
background-color: #9A9666;
}
.BgClassName
{
background-color: #9A9666;
}
</style>
border-color css
<style>
span { border-color: #9A9666; }
span { border-color: rgb(154,150,102); }
td.TdClassName
{
border-color: #9A9666;
}
.TagClassName
{
border-color: #9A9666;
}
</style>