Shades of Malachite Green #959166
Tints of Malachite Green #959166
RGB
CMYK
RGB Variations
Color information
#959166 (or 0x959166) is known color: Malachite Green. HEX triplet: 95, 91 and 66. RGB value is (149,145,102). Sum of RGB (Red+Green+Blue) = 149+145+102=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 102 (40.23% from 255 or 25.76% from 396); Max value from RGB is 149 - color contains mainly: red. Hex color #959166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959166 is #6A6E99. Grayscale: #8D8D8D. Windows color (decimal): -6975130 or 6721941. OLE color: 6721941.
HSL color Cylindrical-coordinate representation of color #959166: hue angle of 54.89º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #959166 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 145 | 102 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.42 |
| HSL | 54.89º | 0.19% | 0.49% | - |
| HSV(B) | 54.89º | 0.32% | 0.58% | - |
| XYZ | 24.92 | 27.6 | 16.58 | - |
| YUV | 141.29 | 105.83 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 145 | 102 | 0 | 0.03 | 0.32 | 0.42 | 54.89 | 0.19 | 0.49 |
| Hex | 95 | 91 | 66 | 0 | 3 | 20 | 2A | 37 | 13 | 31 |
| Octal | 225 | 221 | 146 | 0 | 3 | 40 | 52 | 67 | 23 | 61 |
| Binary | 10010101 | 10010001 | 1100110 | 0 | 11 | 100000 | 101010 | 110111 | 10011 | 110001 |
Color Harmonies of #959166
Complementary color
Monochromatic Colors of #959166
Black with #959166
Text Example
Text Example
White with #959166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959166; }
p { color: rgb(149,145,102); }
H1.HeaderClassName
{
color: #959166;
}
.AnyTagClassName
{
color: #959166;
}
</style>
background-color css
<style>
a { background-color: #959166; }
a { background-color: rgb(149,145,102); }
div.DivClassName
{
background-color: #959166;
}
.BgClassName
{
background-color: #959166;
}
</style>
border-color css
<style>
span { border-color: #959166; }
span { border-color: rgb(149,145,102); }
td.TdClassName
{
border-color: #959166;
}
.TagClassName
{
border-color: #959166;
}
</style>