Shades of Malachite Green #959168
Tints of Malachite Green #959168
RGB
CMYK
RGB Variations
Color information
#959168 (or 0x959168) is known color: Malachite Green. HEX triplet: 95, 91 and 68. RGB value is (149,145,104). Sum of RGB (Red+Green+Blue) = 149+145+104=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 149 - color contains mainly: red. Hex color #959168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959168 is #6A6E97. Grayscale: #8D8D8D. Windows color (decimal): -6975128 or 6853013. OLE color: 6853013.
HSL color Cylindrical-coordinate representation of color #959168: hue angle of 54.67º degrees, saturation: 0.18, 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 #959168 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 145 | 104 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.42 |
| HSL | 54.67º | 0.18% | 0.5% | - |
| HSV(B) | 54.67º | 0.3% | 0.58% | - |
| XYZ | 25.02 | 27.64 | 17.11 | - |
| YUV | 141.52 | 106.83 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 145 | 104 | 0 | 0.03 | 0.30 | 0.42 | 54.67 | 0.18 | 0.5 |
| Hex | 95 | 91 | 68 | 0 | 3 | 1E | 2A | 37 | 12 | 32 |
| Octal | 225 | 221 | 150 | 0 | 3 | 36 | 52 | 67 | 22 | 62 |
| Binary | 10010101 | 10010001 | 1101000 | 0 | 11 | 11110 | 101010 | 110111 | 10010 | 110010 |
Color Harmonies of #959168
Complementary color
Monochromatic Colors of #959168
Black with #959168
Text Example
Text Example
White with #959168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959168; }
p { color: rgb(149,145,104); }
H1.HeaderClassName
{
color: #959168;
}
.AnyTagClassName
{
color: #959168;
}
</style>
background-color css
<style>
a { background-color: #959168; }
a { background-color: rgb(149,145,104); }
div.DivClassName
{
background-color: #959168;
}
.BgClassName
{
background-color: #959168;
}
</style>
border-color css
<style>
span { border-color: #959168; }
span { border-color: rgb(149,145,104); }
td.TdClassName
{
border-color: #959168;
}
.TagClassName
{
border-color: #959168;
}
</style>