Shades of Malachite Green #959674
Tints of Malachite Green #959674
RGB
CMYK
RGB Variations
Color information
#959674 (or 0x959674) is known color: Malachite Green. HEX triplet: 95, 96 and 74. RGB value is (149,150,116). Sum of RGB (Red+Green+Blue) = 149+150+116=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 150 - color contains mainly: green. Hex color #959674 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959674 is #6A698B. Grayscale: #919191. Windows color (decimal): -6973836 or 7640725. OLE color: 7640725.
HSL color Cylindrical-coordinate representation of color #959674: hue angle of 61.76º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #959674 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 149 | 150 | 116 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.41 |
| HSL | 61.76º | 0.14% | 0.52% | - |
| HSV(B) | 61.76º | 0.23% | 0.59% | - |
| XYZ | 26.45 | 29.46 | 20.82 | - |
| YUV | 145.83 | 111.17 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 150 | 116 | 0.01 | 0 | 0.23 | 0.41 | 61.76 | 0.14 | 0.52 |
| Hex | 95 | 96 | 74 | 1 | 0 | 17 | 29 | 3E | E | 34 |
| Octal | 225 | 226 | 164 | 1 | 0 | 27 | 51 | 76 | 16 | 64 |
| Binary | 10010101 | 10010110 | 1110100 | 1 | 0 | 10111 | 101001 | 111110 | 1110 | 110100 |
Color Harmonies of #959674
Complementary color
Monochromatic Colors of #959674
Black with #959674
Text Example
Text Example
White with #959674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959674; }
p { color: rgb(149,150,116); }
H1.HeaderClassName
{
color: #959674;
}
.AnyTagClassName
{
color: #959674;
}
</style>
background-color css
<style>
a { background-color: #959674; }
a { background-color: rgb(149,150,116); }
div.DivClassName
{
background-color: #959674;
}
.BgClassName
{
background-color: #959674;
}
</style>
border-color css
<style>
span { border-color: #959674; }
span { border-color: rgb(149,150,116); }
td.TdClassName
{
border-color: #959674;
}
.TagClassName
{
border-color: #959674;
}
</style>