Shades of Malachite Green #989668
Tints of Malachite Green #989668
RGB
CMYK
RGB Variations
Color information
#989668 (or 0x989668) is known color: Malachite Green. HEX triplet: 98, 96 and 68. RGB value is (152,150,104). Sum of RGB (Red+Green+Blue) = 152+150+104=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 104 (41.02% from 255 or 25.62% from 406); Max value from RGB is 152 - color contains mainly: red. Hex color #989668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989668 is #676997. Grayscale: #919191. Windows color (decimal): -6777240 or 6854296. OLE color: 6854296.
HSL color Cylindrical-coordinate representation of color #989668: hue angle of 57.5º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #989668 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 150 | 104 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.40 |
| HSL | 57.5º | 0.19% | 0.5% | - |
| HSV(B) | 57.5º | 0.32% | 0.6% | - |
| XYZ | 26.35 | 29.49 | 17.4 | - |
| YUV | 145.35 | 104.66 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 150 | 104 | 0 | 0.01 | 0.32 | 0.40 | 57.5 | 0.19 | 0.5 |
| Hex | 98 | 96 | 68 | 0 | 1 | 20 | 28 | 3A | 13 | 32 |
| Octal | 230 | 226 | 150 | 0 | 1 | 40 | 50 | 72 | 23 | 62 |
| Binary | 10011000 | 10010110 | 1101000 | 0 | 1 | 100000 | 101000 | 111010 | 10011 | 110010 |
Color Harmonies of #989668
Complementary color
Monochromatic Colors of #989668
Black with #989668
Text Example
Text Example
White with #989668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989668; }
p { color: rgb(152,150,104); }
H1.HeaderClassName
{
color: #989668;
}
.AnyTagClassName
{
color: #989668;
}
</style>
background-color css
<style>
a { background-color: #989668; }
a { background-color: rgb(152,150,104); }
div.DivClassName
{
background-color: #989668;
}
.BgClassName
{
background-color: #989668;
}
</style>
border-color css
<style>
span { border-color: #989668; }
span { border-color: rgb(152,150,104); }
td.TdClassName
{
border-color: #989668;
}
.TagClassName
{
border-color: #989668;
}
</style>