Shades of Malachite Green #95966C
Tints of Malachite Green #95966C
RGB
CMYK
RGB Variations
Color information
#95966C (or 0x95966C) is known color: Malachite Green. HEX triplet: 95, 96 and 6C. RGB value is (149,150,108). Sum of RGB (Red+Green+Blue) = 149+150+108=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 150 - color contains mainly: green. Hex color #95966C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95966C is #6A6993. Grayscale: #919191. Windows color (decimal): -6973844 or 7116437. OLE color: 7116437.
HSL color Cylindrical-coordinate representation of color #95966C: hue angle of 61.43º 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 #95966C is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 149 | 150 | 108 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.41 |
| HSL | 61.43º | 0.17% | 0.51% | - |
| HSV(B) | 61.43º | 0.28% | 0.59% | - |
| XYZ | 26.01 | 29.28 | 18.47 | - |
| YUV | 144.91 | 107.17 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 150 | 108 | 0.01 | 0 | 0.28 | 0.41 | 61.43 | 0.17 | 0.51 |
| Hex | 95 | 96 | 6C | 1 | 0 | 1C | 29 | 3D | 11 | 33 |
| Octal | 225 | 226 | 154 | 1 | 0 | 34 | 51 | 75 | 21 | 63 |
| Binary | 10010101 | 10010110 | 1101100 | 1 | 0 | 11100 | 101001 | 111101 | 10001 | 110011 |
Color Harmonies of #95966C
Complementary color
Monochromatic Colors of #95966C
Black with #95966C
Text Example
Text Example
White with #95966C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95966C; }
p { color: rgb(149,150,108); }
H1.HeaderClassName
{
color: #95966C;
}
.AnyTagClassName
{
color: #95966C;
}
</style>
background-color css
<style>
a { background-color: #95966C; }
a { background-color: rgb(149,150,108); }
div.DivClassName
{
background-color: #95966C;
}
.BgClassName
{
background-color: #95966C;
}
</style>
border-color css
<style>
span { border-color: #95966C; }
span { border-color: rgb(149,150,108); }
td.TdClassName
{
border-color: #95966C;
}
.TagClassName
{
border-color: #95966C;
}
</style>