Shades of Malachite Green #98987A
Tints of Malachite Green #98987A
RGB
CMYK
RGB Variations
Color information
#98987A (or 0x98987A) is known color: Malachite Green. HEX triplet: 98, 98 and 7A. RGB value is (152,152,122). Sum of RGB (Red+Green+Blue) = 152+152+122=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 152 - color contains mainly: red, green. Hex color #98987A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98987A is #676785. Grayscale: #949494. Windows color (decimal): -6776710 or 8034456. OLE color: 8034456.
HSL color Cylindrical-coordinate representation of color #98987A: hue angle of 60º 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 #98987A is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 152 | 122 | - |
| CMYK | 0 | 0 | 0.20 | 0.40 |
| HSL | 60º | 0.13% | 0.54% | - |
| HSV(B) | 60º | 0.2% | 0.6% | - |
| XYZ | 27.69 | 30.54 | 22.85 | - |
| YUV | 148.58 | 113 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 152 | 122 | 0 | 0 | 0.20 | 0.40 | 60 | 0.13 | 0.54 |
| Hex | 98 | 98 | 7A | 0 | 0 | 14 | 28 | 3C | D | 36 |
| Octal | 230 | 230 | 172 | 0 | 0 | 24 | 50 | 74 | 15 | 66 |
| Binary | 10011000 | 10011000 | 1111010 | 0 | 0 | 10100 | 101000 | 111100 | 1101 | 110110 |
Color Harmonies of #98987A
Complementary color
Monochromatic Colors of #98987A
Black with #98987A
Text Example
Text Example
White with #98987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98987A; }
p { color: rgb(152,152,122); }
H1.HeaderClassName
{
color: #98987A;
}
.AnyTagClassName
{
color: #98987A;
}
</style>
background-color css
<style>
a { background-color: #98987A; }
a { background-color: rgb(152,152,122); }
div.DivClassName
{
background-color: #98987A;
}
.BgClassName
{
background-color: #98987A;
}
</style>
border-color css
<style>
span { border-color: #98987A; }
span { border-color: rgb(152,152,122); }
td.TdClassName
{
border-color: #98987A;
}
.TagClassName
{
border-color: #98987A;
}
</style>