Shades of Malachite Green #959379
Tints of Malachite Green #959379
RGB
CMYK
RGB Variations
Color information
#959379 (or 0x959379) is known color: Malachite Green. HEX triplet: 95, 93 and 79. RGB value is (149,147,121). Sum of RGB (Red+Green+Blue) = 149+147+121=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 121 (47.66% from 255 or 29.02% from 417); Max value from RGB is 149 - color contains mainly: red. Hex color #959379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959379 is #6A6C86. Grayscale: #909090. Windows color (decimal): -6974599 or 7967637. OLE color: 7967637.
HSL color Cylindrical-coordinate representation of color #959379: hue angle of 55.71º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #959379 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 147 | 121 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.42 |
| HSL | 55.71º | 0.12% | 0.53% | - |
| HSV(B) | 55.71º | 0.19% | 0.58% | - |
| XYZ | 26.28 | 28.64 | 22.23 | - |
| YUV | 144.63 | 114.66 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 147 | 121 | 0 | 0.01 | 0.19 | 0.42 | 55.71 | 0.12 | 0.53 |
| Hex | 95 | 93 | 79 | 0 | 1 | 13 | 2A | 38 | C | 35 |
| Octal | 225 | 223 | 171 | 0 | 1 | 23 | 52 | 70 | 14 | 65 |
| Binary | 10010101 | 10010011 | 1111001 | 0 | 1 | 10011 | 101010 | 111000 | 1100 | 110101 |
Color Harmonies of #959379
Complementary color
Monochromatic Colors of #959379
Black with #959379
Text Example
Text Example
White with #959379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959379; }
p { color: rgb(149,147,121); }
H1.HeaderClassName
{
color: #959379;
}
.AnyTagClassName
{
color: #959379;
}
</style>
background-color css
<style>
a { background-color: #959379; }
a { background-color: rgb(149,147,121); }
div.DivClassName
{
background-color: #959379;
}
.BgClassName
{
background-color: #959379;
}
</style>
border-color css
<style>
span { border-color: #959379; }
span { border-color: rgb(149,147,121); }
td.TdClassName
{
border-color: #959379;
}
.TagClassName
{
border-color: #959379;
}
</style>