Shades of Malachite Green #96987A
Tints of Malachite Green #96987A
RGB
CMYK
RGB Variations
Color information
#96987A (or 0x96987A) is known color: Malachite Green. HEX triplet: 96, 98 and 7A. RGB value is (150,152,122). Sum of RGB (Red+Green+Blue) = 150+152+122=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 152 - color contains mainly: green. Hex color #96987A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96987A is #696785. Grayscale: #949494. Windows color (decimal): -6907782 or 8034454. OLE color: 8034454.
HSL color Cylindrical-coordinate representation of color #96987A: hue angle of 64º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96987A is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 152 | 122 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.40 |
| HSL | 64º | 0.13% | 0.54% | - |
| HSV(B) | 64º | 0.2% | 0.6% | - |
| XYZ | 27.32 | 30.35 | 22.83 | - |
| YUV | 147.98 | 113.34 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 152 | 122 | 0.01 | 0 | 0.20 | 0.40 | 64 | 0.13 | 0.54 |
| Hex | 96 | 98 | 7A | 1 | 0 | 14 | 28 | 40 | D | 36 |
| Octal | 226 | 230 | 172 | 1 | 0 | 24 | 50 | 100 | 15 | 66 |
| Binary | 10010110 | 10011000 | 1111010 | 1 | 0 | 10100 | 101000 | 1000000 | 1101 | 110110 |
Color Harmonies of #96987A
Complementary color
Monochromatic Colors of #96987A
Black with #96987A
Text Example
Text Example
White with #96987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96987A; }
p { color: rgb(150,152,122); }
H1.HeaderClassName
{
color: #96987A;
}
.AnyTagClassName
{
color: #96987A;
}
</style>
background-color css
<style>
a { background-color: #96987A; }
a { background-color: rgb(150,152,122); }
div.DivClassName
{
background-color: #96987A;
}
.BgClassName
{
background-color: #96987A;
}
</style>
border-color css
<style>
span { border-color: #96987A; }
span { border-color: rgb(150,152,122); }
td.TdClassName
{
border-color: #96987A;
}
.TagClassName
{
border-color: #96987A;
}
</style>