Shades of Malachite Green #96915E
Tints of Malachite Green #96915E
RGB
CMYK
RGB Variations
Color information
#96915E (or 0x96915E) is known color: Malachite Green. HEX triplet: 96, 91 and 5E. RGB value is (150,145,94). Sum of RGB (Red+Green+Blue) = 150+145+94=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 145 (57.03% from 255 or 37.28% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 150 - color contains mainly: red. Hex color #96915E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96915E is #696EA1. Grayscale: #8C8C8C. Windows color (decimal): -6909602 or 6197654. OLE color: 6197654.
HSL color Cylindrical-coordinate representation of color #96915E: hue angle of 54.64º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96915E is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 145 | 94 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.41 |
| HSL | 54.64º | 0.23% | 0.48% | - |
| HSV(B) | 54.64º | 0.37% | 0.59% | - |
| XYZ | 24.72 | 27.54 | 14.6 | - |
| YUV | 140.68 | 101.66 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 145 | 94 | 0 | 0.03 | 0.37 | 0.41 | 54.64 | 0.23 | 0.48 |
| Hex | 96 | 91 | 5E | 0 | 3 | 25 | 29 | 37 | 17 | 30 |
| Octal | 226 | 221 | 136 | 0 | 3 | 45 | 51 | 67 | 27 | 60 |
| Binary | 10010110 | 10010001 | 1011110 | 0 | 11 | 100101 | 101001 | 110111 | 10111 | 110000 |
Color Harmonies of #96915E
Complementary color
Monochromatic Colors of #96915E
Black with #96915E
Text Example
Text Example
White with #96915E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96915E; }
p { color: rgb(150,145,94); }
H1.HeaderClassName
{
color: #96915E;
}
.AnyTagClassName
{
color: #96915E;
}
</style>
background-color css
<style>
a { background-color: #96915E; }
a { background-color: rgb(150,145,94); }
div.DivClassName
{
background-color: #96915E;
}
.BgClassName
{
background-color: #96915E;
}
</style>
border-color css
<style>
span { border-color: #96915E; }
span { border-color: rgb(150,145,94); }
td.TdClassName
{
border-color: #96915E;
}
.TagClassName
{
border-color: #96915E;
}
</style>