Shades of Malachite Green #989665
Tints of Malachite Green #989665
RGB
CMYK
RGB Variations
Color information
#989665 (or 0x989665) is known color: Malachite Green. HEX triplet: 98, 96 and 65. RGB value is (152,150,101). Sum of RGB (Red+Green+Blue) = 152+150+101=403 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.72% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 152 - color contains mainly: red. Hex color #989665 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989665 is #67699A. Grayscale: #919191. Windows color (decimal): -6777243 or 6657688. OLE color: 6657688.
HSL color Cylindrical-coordinate representation of color #989665: hue angle of 57.65º 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 #989665 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 150 | 101 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.40 |
| HSL | 57.65º | 0.2% | 0.5% | - |
| HSV(B) | 57.65º | 0.34% | 0.6% | - |
| XYZ | 26.2 | 29.43 | 16.61 | - |
| YUV | 145.01 | 103.16 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 150 | 101 | 0 | 0.01 | 0.34 | 0.40 | 57.65 | 0.2 | 0.5 |
| Hex | 98 | 96 | 65 | 0 | 1 | 22 | 28 | 3A | 14 | 32 |
| Octal | 230 | 226 | 145 | 0 | 1 | 42 | 50 | 72 | 24 | 62 |
| Binary | 10011000 | 10010110 | 1100101 | 0 | 1 | 100010 | 101000 | 111010 | 10100 | 110010 |
Color Harmonies of #989665
Complementary color
Monochromatic Colors of #989665
Black with #989665
Text Example
Text Example
White with #989665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989665; }
p { color: rgb(152,150,101); }
H1.HeaderClassName
{
color: #989665;
}
.AnyTagClassName
{
color: #989665;
}
</style>
background-color css
<style>
a { background-color: #989665; }
a { background-color: rgb(152,150,101); }
div.DivClassName
{
background-color: #989665;
}
.BgClassName
{
background-color: #989665;
}
</style>
border-color css
<style>
span { border-color: #989665; }
span { border-color: rgb(152,150,101); }
td.TdClassName
{
border-color: #989665;
}
.TagClassName
{
border-color: #989665;
}
</style>