Shades of Malachite Green #96966A
Tints of Malachite Green #96966A
RGB
CMYK
RGB Variations
Color information
#96966A (or 0x96966A) is known color: Malachite Green. HEX triplet: 96, 96 and 6A. RGB value is (150,150,106). Sum of RGB (Red+Green+Blue) = 150+150+106=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 106 (41.80% from 255 or 26.11% from 406); Max value from RGB is 150 - color contains mainly: red, green. Hex color #96966A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96966A is #696995. Grayscale: #919191. Windows color (decimal): -6908310 or 6985366. OLE color: 6985366.
HSL color Cylindrical-coordinate representation of color #96966A: hue angle of 60º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96966A is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 150 | 106 | - |
| CMYK | 0 | 0 | 0.29 | 0.41 |
| HSL | 60º | 0.17% | 0.5% | - |
| HSV(B) | 60º | 0.29% | 0.59% | - |
| XYZ | 26.09 | 29.34 | 17.92 | - |
| YUV | 144.98 | 106 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 150 | 106 | 0 | 0 | 0.29 | 0.41 | 60 | 0.17 | 0.5 |
| Hex | 96 | 96 | 6A | 0 | 0 | 1D | 29 | 3C | 11 | 32 |
| Octal | 226 | 226 | 152 | 0 | 0 | 35 | 51 | 74 | 21 | 62 |
| Binary | 10010110 | 10010110 | 1101010 | 0 | 0 | 11101 | 101001 | 111100 | 10001 | 110010 |
Color Harmonies of #96966A
Complementary color
Monochromatic Colors of #96966A
Black with #96966A
Text Example
Text Example
White with #96966A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96966A; }
p { color: rgb(150,150,106); }
H1.HeaderClassName
{
color: #96966A;
}
.AnyTagClassName
{
color: #96966A;
}
</style>
background-color css
<style>
a { background-color: #96966A; }
a { background-color: rgb(150,150,106); }
div.DivClassName
{
background-color: #96966A;
}
.BgClassName
{
background-color: #96966A;
}
</style>
border-color css
<style>
span { border-color: #96966A; }
span { border-color: rgb(150,150,106); }
td.TdClassName
{
border-color: #96966A;
}
.TagClassName
{
border-color: #96966A;
}
</style>