Shades of Malachite Green #969577
Tints of Malachite Green #969577
RGB
CMYK
RGB Variations
Color information
#969577 (or 0x969577) is known color: Malachite Green. HEX triplet: 96, 95 and 77. RGB value is (150,149,119). Sum of RGB (Red+Green+Blue) = 150+149+119=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 119 (46.88% from 255 or 28.47% from 418); Max value from RGB is 150 - color contains mainly: red. Hex color #969577 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969577 is #696A88. Grayscale: #929292. Windows color (decimal): -6908553 or 7837078. OLE color: 7837078.
HSL color Cylindrical-coordinate representation of color #969577: hue angle of 58.06º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #969577 is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 149 | 119 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.41 |
| HSL | 58.06º | 0.13% | 0.53% | - |
| HSV(B) | 58.06º | 0.21% | 0.59% | - |
| XYZ | 26.65 | 29.31 | 21.71 | - |
| YUV | 145.88 | 112.83 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 149 | 119 | 0 | 0.01 | 0.21 | 0.41 | 58.06 | 0.13 | 0.53 |
| Hex | 96 | 95 | 77 | 0 | 1 | 15 | 29 | 3A | D | 35 |
| Octal | 226 | 225 | 167 | 0 | 1 | 25 | 51 | 72 | 15 | 65 |
| Binary | 10010110 | 10010101 | 1110111 | 0 | 1 | 10101 | 101001 | 111010 | 1101 | 110101 |
Color Harmonies of #969577
Complementary color
Monochromatic Colors of #969577
Black with #969577
Text Example
Text Example
White with #969577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969577; }
p { color: rgb(150,149,119); }
H1.HeaderClassName
{
color: #969577;
}
.AnyTagClassName
{
color: #969577;
}
</style>
background-color css
<style>
a { background-color: #969577; }
a { background-color: rgb(150,149,119); }
div.DivClassName
{
background-color: #969577;
}
.BgClassName
{
background-color: #969577;
}
</style>
border-color css
<style>
span { border-color: #969577; }
span { border-color: rgb(150,149,119); }
td.TdClassName
{
border-color: #969577;
}
.TagClassName
{
border-color: #969577;
}
</style>