Shades of Malachite Green #989565
Tints of Malachite Green #989565
RGB
CMYK
RGB Variations
Color information
#989565 (or 0x989565) is known color: Malachite Green. HEX triplet: 98, 95 and 65. RGB value is (152,149,101). Sum of RGB (Red+Green+Blue) = 152+149+101=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 101 (39.84% from 255 or 25.12% from 402); Max value from RGB is 152 - color contains mainly: red. Hex color #989565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989565 is #676A9A. Grayscale: #909090. Windows color (decimal): -6777499 or 6657432. OLE color: 6657432.
HSL color Cylindrical-coordinate representation of color #989565: hue angle of 56.47º 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 #989565 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 149 | 101 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.40 |
| HSL | 56.47º | 0.2% | 0.5% | - |
| HSV(B) | 56.47º | 0.34% | 0.6% | - |
| XYZ | 26.05 | 29.11 | 16.56 | - |
| YUV | 144.43 | 103.49 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 149 | 101 | 0 | 0.02 | 0.34 | 0.40 | 56.47 | 0.2 | 0.5 |
| Hex | 98 | 95 | 65 | 0 | 2 | 22 | 28 | 38 | 14 | 32 |
| Octal | 230 | 225 | 145 | 0 | 2 | 42 | 50 | 70 | 24 | 62 |
| Binary | 10011000 | 10010101 | 1100101 | 0 | 10 | 100010 | 101000 | 111000 | 10100 | 110010 |
Color Harmonies of #989565
Complementary color
Monochromatic Colors of #989565
Black with #989565
Text Example
Text Example
White with #989565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989565; }
p { color: rgb(152,149,101); }
H1.HeaderClassName
{
color: #989565;
}
.AnyTagClassName
{
color: #989565;
}
</style>
background-color css
<style>
a { background-color: #989565; }
a { background-color: rgb(152,149,101); }
div.DivClassName
{
background-color: #989565;
}
.BgClassName
{
background-color: #989565;
}
</style>
border-color css
<style>
span { border-color: #989565; }
span { border-color: rgb(152,149,101); }
td.TdClassName
{
border-color: #989565;
}
.TagClassName
{
border-color: #989565;
}
</style>