Shades of Malachite Green #98997A
Tints of Malachite Green #98997A
RGB
CMYK
RGB Variations
Color information
#98997A (or 0x98997A) is known color: Malachite Green. HEX triplet: 98, 99 and 7A. RGB value is (152,153,122). Sum of RGB (Red+Green+Blue) = 152+153+122=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 153 (60.16% from 255 or 35.83% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 153 - color contains mainly: green. Hex color #98997A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98997A is #676685. Grayscale: #959595. Windows color (decimal): -6776454 or 8034712. OLE color: 8034712.
HSL color Cylindrical-coordinate representation of color #98997A: hue angle of 61.94º 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 #98997A is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 152 | 153 | 122 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.4 |
| HSL | 61.94º | 0.13% | 0.54% | - |
| HSV(B) | 61.94º | 0.2% | 0.6% | - |
| XYZ | 27.85 | 30.86 | 22.9 | - |
| YUV | 149.17 | 112.67 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 153 | 122 | 0.01 | 0 | 0.20 | 0.4 | 61.94 | 0.13 | 0.54 |
| Hex | 98 | 99 | 7A | 1 | 0 | 14 | 28 | 3E | D | 36 |
| Octal | 230 | 231 | 172 | 1 | 0 | 24 | 50 | 76 | 15 | 66 |
| Binary | 10011000 | 10011001 | 1111010 | 1 | 0 | 10100 | 101000 | 111110 | 1101 | 110110 |
Color Harmonies of #98997A
Complementary color
Monochromatic Colors of #98997A
Black with #98997A
Text Example
Text Example
White with #98997A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98997A; }
p { color: rgb(152,153,122); }
H1.HeaderClassName
{
color: #98997A;
}
.AnyTagClassName
{
color: #98997A;
}
</style>
background-color css
<style>
a { background-color: #98997A; }
a { background-color: rgb(152,153,122); }
div.DivClassName
{
background-color: #98997A;
}
.BgClassName
{
background-color: #98997A;
}
</style>
border-color css
<style>
span { border-color: #98997A; }
span { border-color: rgb(152,153,122); }
td.TdClassName
{
border-color: #98997A;
}
.TagClassName
{
border-color: #98997A;
}
</style>