Shades of Malachite Green #96966C
Tints of Malachite Green #96966C
RGB
CMYK
RGB Variations
Color information
#96966C (or 0x96966C) is known color: Malachite Green. HEX triplet: 96, 96 and 6C. RGB value is (150,150,108). Sum of RGB (Red+Green+Blue) = 150+150+108=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 150 - color contains mainly: red, green. Hex color #96966C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96966C is #696993. Grayscale: #919191. Windows color (decimal): -6908308 or 7116438. OLE color: 7116438.
HSL color Cylindrical-coordinate representation of color #96966C: hue angle of 60º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96966C is Cyan = 0, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 150 | 108 | - |
| CMYK | 0 | 0 | 0.28 | 0.41 |
| HSL | 60º | 0.17% | 0.51% | - |
| HSV(B) | 60º | 0.28% | 0.59% | - |
| XYZ | 26.19 | 29.38 | 18.48 | - |
| YUV | 145.21 | 107 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 150 | 108 | 0 | 0 | 0.28 | 0.41 | 60 | 0.17 | 0.51 |
| Hex | 96 | 96 | 6C | 0 | 0 | 1C | 29 | 3C | 11 | 33 |
| Octal | 226 | 226 | 154 | 0 | 0 | 34 | 51 | 74 | 21 | 63 |
| Binary | 10010110 | 10010110 | 1101100 | 0 | 0 | 11100 | 101001 | 111100 | 10001 | 110011 |
Color Harmonies of #96966C
Complementary color
Monochromatic Colors of #96966C
Black with #96966C
Text Example
Text Example
White with #96966C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96966C; }
p { color: rgb(150,150,108); }
H1.HeaderClassName
{
color: #96966C;
}
.AnyTagClassName
{
color: #96966C;
}
</style>
background-color css
<style>
a { background-color: #96966C; }
a { background-color: rgb(150,150,108); }
div.DivClassName
{
background-color: #96966C;
}
.BgClassName
{
background-color: #96966C;
}
</style>
border-color css
<style>
span { border-color: #96966C; }
span { border-color: rgb(150,150,108); }
td.TdClassName
{
border-color: #96966C;
}
.TagClassName
{
border-color: #96966C;
}
</style>