Shades of Malachite Green #9A966F
Tints of Malachite Green #9A966F
RGB
CMYK
RGB Variations
Color information
#9A966F (or 0x9A966F) is known color: Malachite Green. HEX triplet: 9A, 96 and 6F. RGB value is (154,150,111). Sum of RGB (Red+Green+Blue) = 154+150+111=415 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.11% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 111 (43.75% from 255 or 26.75% from 415); Max value from RGB is 154 - color contains mainly: red. Hex color #9A966F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A966F is #656990. Grayscale: #929292. Windows color (decimal): -6646161 or 7313050. OLE color: 7313050.
HSL color Cylindrical-coordinate representation of color #9A966F: hue angle of 54.42º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9A966F is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 150 | 111 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.40 |
| HSL | 54.42º | 0.18% | 0.52% | - |
| HSV(B) | 54.42º | 0.28% | 0.6% | - |
| XYZ | 27.1 | 29.83 | 19.37 | - |
| YUV | 146.75 | 107.83 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 150 | 111 | 0 | 0.03 | 0.28 | 0.40 | 54.42 | 0.18 | 0.52 |
| Hex | 9A | 96 | 6F | 0 | 3 | 1C | 28 | 36 | 12 | 34 |
| Octal | 232 | 226 | 157 | 0 | 3 | 34 | 50 | 66 | 22 | 64 |
| Binary | 10011010 | 10010110 | 1101111 | 0 | 11 | 11100 | 101000 | 110110 | 10010 | 110100 |
Color Harmonies of #9A966F
Complementary color
Monochromatic Colors of #9A966F
Black with #9A966F
Text Example
Text Example
White with #9A966F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A966F; }
p { color: rgb(154,150,111); }
H1.HeaderClassName
{
color: #9A966F;
}
.AnyTagClassName
{
color: #9A966F;
}
</style>
background-color css
<style>
a { background-color: #9A966F; }
a { background-color: rgb(154,150,111); }
div.DivClassName
{
background-color: #9A966F;
}
.BgClassName
{
background-color: #9A966F;
}
</style>
border-color css
<style>
span { border-color: #9A966F; }
span { border-color: rgb(154,150,111); }
td.TdClassName
{
border-color: #9A966F;
}
.TagClassName
{
border-color: #9A966F;
}
</style>