Shades of Malachite Green #969579
Tints of Malachite Green #969579
RGB
CMYK
RGB Variations
Color information
#969579 (or 0x969579) is known color: Malachite Green. HEX triplet: 96, 95 and 79. RGB value is (150,149,121). Sum of RGB (Red+Green+Blue) = 150+149+121=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 121 (47.66% from 255 or 28.81% from 420); Max value from RGB is 150 - color contains mainly: red. Hex color #969579 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969579 is #696A86. Grayscale: #929292. Windows color (decimal): -6908551 or 7968150. OLE color: 7968150.
HSL color Cylindrical-coordinate representation of color #969579: hue angle of 57.93º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #969579 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 149 | 121 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.41 |
| HSL | 57.93º | 0.12% | 0.53% | - |
| HSV(B) | 57.93º | 0.19% | 0.59% | - |
| XYZ | 26.78 | 29.36 | 22.34 | - |
| YUV | 146.11 | 113.83 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 149 | 121 | 0 | 0.01 | 0.19 | 0.41 | 57.93 | 0.12 | 0.53 |
| Hex | 96 | 95 | 79 | 0 | 1 | 13 | 29 | 3A | C | 35 |
| Octal | 226 | 225 | 171 | 0 | 1 | 23 | 51 | 72 | 14 | 65 |
| Binary | 10010110 | 10010101 | 1111001 | 0 | 1 | 10011 | 101001 | 111010 | 1100 | 110101 |
Color Harmonies of #969579
Complementary color
Monochromatic Colors of #969579
Black with #969579
Text Example
Text Example
White with #969579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969579; }
p { color: rgb(150,149,121); }
H1.HeaderClassName
{
color: #969579;
}
.AnyTagClassName
{
color: #969579;
}
</style>
background-color css
<style>
a { background-color: #969579; }
a { background-color: rgb(150,149,121); }
div.DivClassName
{
background-color: #969579;
}
.BgClassName
{
background-color: #969579;
}
</style>
border-color css
<style>
span { border-color: #969579; }
span { border-color: rgb(150,149,121); }
td.TdClassName
{
border-color: #969579;
}
.TagClassName
{
border-color: #969579;
}
</style>