Shades of Malachite Green #959269
Tints of Malachite Green #959269
RGB
CMYK
RGB Variations
Color information
#959269 (or 0x959269) is known color: Malachite Green. HEX triplet: 95, 92 and 69. RGB value is (149,146,105). Sum of RGB (Red+Green+Blue) = 149+146+105=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 105 (41.41% from 255 or 26.25% from 400); Max value from RGB is 149 - color contains mainly: red. Hex color #959269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959269 is #6A6D96. Grayscale: #8E8E8E. Windows color (decimal): -6974871 or 6918805. OLE color: 6918805.
HSL color Cylindrical-coordinate representation of color #959269: hue angle of 55.91º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #959269 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 146 | 105 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.42 |
| HSL | 55.91º | 0.17% | 0.5% | - |
| HSV(B) | 55.91º | 0.3% | 0.58% | - |
| XYZ | 25.22 | 27.97 | 17.43 | - |
| YUV | 142.22 | 106.99 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 146 | 105 | 0 | 0.02 | 0.30 | 0.42 | 55.91 | 0.17 | 0.5 |
| Hex | 95 | 92 | 69 | 0 | 2 | 1E | 2A | 38 | 11 | 32 |
| Octal | 225 | 222 | 151 | 0 | 2 | 36 | 52 | 70 | 21 | 62 |
| Binary | 10010101 | 10010010 | 1101001 | 0 | 10 | 11110 | 101010 | 111000 | 10001 | 110010 |
Color Harmonies of #959269
Complementary color
Monochromatic Colors of #959269
Black with #959269
Text Example
Text Example
White with #959269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959269; }
p { color: rgb(149,146,105); }
H1.HeaderClassName
{
color: #959269;
}
.AnyTagClassName
{
color: #959269;
}
</style>
background-color css
<style>
a { background-color: #959269; }
a { background-color: rgb(149,146,105); }
div.DivClassName
{
background-color: #959269;
}
.BgClassName
{
background-color: #959269;
}
</style>
border-color css
<style>
span { border-color: #959269; }
span { border-color: rgb(149,146,105); }
td.TdClassName
{
border-color: #959269;
}
.TagClassName
{
border-color: #959269;
}
</style>