Shades of Malachite Green #989365
Tints of Malachite Green #989365
RGB
CMYK
RGB Variations
Color information
#989365 (or 0x989365) is known color: Malachite Green. HEX triplet: 98, 93 and 65. RGB value is (152,147,101). Sum of RGB (Red+Green+Blue) = 152+147+101=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 152 - color contains mainly: red. Hex color #989365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989365 is #676C9A. Grayscale: #8F8F8F. Windows color (decimal): -6778011 or 6656920. OLE color: 6656920.
HSL color Cylindrical-coordinate representation of color #989365: hue angle of 54.12º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #989365 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 147 | 101 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.40 |
| HSL | 54.12º | 0.2% | 0.5% | - |
| HSV(B) | 54.12º | 0.34% | 0.6% | - |
| XYZ | 25.73 | 28.48 | 16.45 | - |
| YUV | 143.25 | 104.16 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 147 | 101 | 0 | 0.03 | 0.34 | 0.40 | 54.12 | 0.2 | 0.5 |
| Hex | 98 | 93 | 65 | 0 | 3 | 22 | 28 | 36 | 14 | 32 |
| Octal | 230 | 223 | 145 | 0 | 3 | 42 | 50 | 66 | 24 | 62 |
| Binary | 10011000 | 10010011 | 1100101 | 0 | 11 | 100010 | 101000 | 110110 | 10100 | 110010 |
Color Harmonies of #989365
Complementary color
Monochromatic Colors of #989365
Black with #989365
Text Example
Text Example
White with #989365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989365; }
p { color: rgb(152,147,101); }
H1.HeaderClassName
{
color: #989365;
}
.AnyTagClassName
{
color: #989365;
}
</style>
background-color css
<style>
a { background-color: #989365; }
a { background-color: rgb(152,147,101); }
div.DivClassName
{
background-color: #989365;
}
.BgClassName
{
background-color: #989365;
}
</style>
border-color css
<style>
span { border-color: #989365; }
span { border-color: rgb(152,147,101); }
td.TdClassName
{
border-color: #989365;
}
.TagClassName
{
border-color: #989365;
}
</style>