Shades of Malachite Green #969873
Tints of Malachite Green #969873
RGB
CMYK
RGB Variations
Color information
#969873 (or 0x969873) is known color: Malachite Green. HEX triplet: 96, 98 and 73. RGB value is (150,152,115). Sum of RGB (Red+Green+Blue) = 150+152+115=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 152 - color contains mainly: green. Hex color #969873 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969873 is #69678C. Grayscale: #939393. Windows color (decimal): -6907789 or 7575702. OLE color: 7575702.
HSL color Cylindrical-coordinate representation of color #969873: hue angle of 63.24º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #969873 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 152 | 115 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.40 |
| HSL | 63.24º | 0.15% | 0.52% | - |
| HSV(B) | 63.24º | 0.24% | 0.6% | - |
| XYZ | 26.9 | 30.18 | 20.63 | - |
| YUV | 147.18 | 109.84 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 152 | 115 | 0.01 | 0 | 0.24 | 0.40 | 63.24 | 0.15 | 0.52 |
| Hex | 96 | 98 | 73 | 1 | 0 | 18 | 28 | 3F | F | 34 |
| Octal | 226 | 230 | 163 | 1 | 0 | 30 | 50 | 77 | 17 | 64 |
| Binary | 10010110 | 10011000 | 1110011 | 1 | 0 | 11000 | 101000 | 111111 | 1111 | 110100 |
Color Harmonies of #969873
Complementary color
Monochromatic Colors of #969873
Black with #969873
Text Example
Text Example
White with #969873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969873; }
p { color: rgb(150,152,115); }
H1.HeaderClassName
{
color: #969873;
}
.AnyTagClassName
{
color: #969873;
}
</style>
background-color css
<style>
a { background-color: #969873; }
a { background-color: rgb(150,152,115); }
div.DivClassName
{
background-color: #969873;
}
.BgClassName
{
background-color: #969873;
}
</style>
border-color css
<style>
span { border-color: #969873; }
span { border-color: rgb(150,152,115); }
td.TdClassName
{
border-color: #969873;
}
.TagClassName
{
border-color: #969873;
}
</style>