Shades of Malachite Green #969371
Tints of Malachite Green #969371
RGB
CMYK
RGB Variations
Color information
#969371 (or 0x969371) is known color: Malachite Green. HEX triplet: 96, 93 and 71. RGB value is (150,147,113). Sum of RGB (Red+Green+Blue) = 150+147+113=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 113 (44.53% from 255 or 27.56% from 410); Max value from RGB is 150 - color contains mainly: red. Hex color #969371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969371 is #696C8E. Grayscale: #909090. Windows color (decimal): -6909071 or 7443350. OLE color: 7443350.
HSL color Cylindrical-coordinate representation of color #969371: hue angle of 55.14º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #969371 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 147 | 113 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.41 |
| HSL | 55.14º | 0.15% | 0.52% | - |
| HSV(B) | 55.14º | 0.25% | 0.59% | - |
| XYZ | 25.99 | 28.54 | 19.76 | - |
| YUV | 144.02 | 110.49 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 147 | 113 | 0 | 0.02 | 0.25 | 0.41 | 55.14 | 0.15 | 0.52 |
| Hex | 96 | 93 | 71 | 0 | 2 | 19 | 29 | 37 | F | 34 |
| Octal | 226 | 223 | 161 | 0 | 2 | 31 | 51 | 67 | 17 | 64 |
| Binary | 10010110 | 10010011 | 1110001 | 0 | 10 | 11001 | 101001 | 110111 | 1111 | 110100 |
Color Harmonies of #969371
Complementary color
Monochromatic Colors of #969371
Black with #969371
Text Example
Text Example
White with #969371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969371; }
p { color: rgb(150,147,113); }
H1.HeaderClassName
{
color: #969371;
}
.AnyTagClassName
{
color: #969371;
}
</style>
background-color css
<style>
a { background-color: #969371; }
a { background-color: rgb(150,147,113); }
div.DivClassName
{
background-color: #969371;
}
.BgClassName
{
background-color: #969371;
}
</style>
border-color css
<style>
span { border-color: #969371; }
span { border-color: rgb(150,147,113); }
td.TdClassName
{
border-color: #969371;
}
.TagClassName
{
border-color: #969371;
}
</style>