Shades of Malachite Green #959270
Tints of Malachite Green #959270
RGB
CMYK
RGB Variations
Color information
#959270 (or 0x959270) is known color: Malachite Green. HEX triplet: 95, 92 and 70. RGB value is (149,146,112). Sum of RGB (Red+Green+Blue) = 149+146+112=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 149 - color contains mainly: red. Hex color #959270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959270 is #6A6D8F. Grayscale: #8F8F8F. Windows color (decimal): -6974864 or 7377557. OLE color: 7377557.
HSL color Cylindrical-coordinate representation of color #959270: hue angle of 55.14º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #959270 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 146 | 112 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.42 |
| HSL | 55.14º | 0.15% | 0.51% | - |
| HSV(B) | 55.14º | 0.25% | 0.58% | - |
| XYZ | 25.6 | 28.12 | 19.41 | - |
| YUV | 143.02 | 110.49 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 146 | 112 | 0 | 0.02 | 0.25 | 0.42 | 55.14 | 0.15 | 0.51 |
| Hex | 95 | 92 | 70 | 0 | 2 | 19 | 2A | 37 | F | 33 |
| Octal | 225 | 222 | 160 | 0 | 2 | 31 | 52 | 67 | 17 | 63 |
| Binary | 10010101 | 10010010 | 1110000 | 0 | 10 | 11001 | 101010 | 110111 | 1111 | 110011 |
Color Harmonies of #959270
Complementary color
Monochromatic Colors of #959270
Black with #959270
Text Example
Text Example
White with #959270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959270; }
p { color: rgb(149,146,112); }
H1.HeaderClassName
{
color: #959270;
}
.AnyTagClassName
{
color: #959270;
}
</style>
background-color css
<style>
a { background-color: #959270; }
a { background-color: rgb(149,146,112); }
div.DivClassName
{
background-color: #959270;
}
.BgClassName
{
background-color: #959270;
}
</style>
border-color css
<style>
span { border-color: #959270; }
span { border-color: rgb(149,146,112); }
td.TdClassName
{
border-color: #959270;
}
.TagClassName
{
border-color: #959270;
}
</style>