Shades of Malachite Green #98967C
Tints of Malachite Green #98967C
RGB
CMYK
RGB Variations
Color information
#98967C (or 0x98967C) is known color: Malachite Green. HEX triplet: 98, 96 and 7C. RGB value is (152,150,124). Sum of RGB (Red+Green+Blue) = 152+150+124=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 152 - color contains mainly: red. Hex color #98967C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98967C is #676983. Grayscale: #939393. Windows color (decimal): -6777220 or 8165016. OLE color: 8165016.
HSL color Cylindrical-coordinate representation of color #98967C: hue angle of 55.71º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #98967C is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 150 | 124 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.40 |
| HSL | 55.71º | 0.12% | 0.54% | - |
| HSV(B) | 55.71º | 0.18% | 0.6% | - |
| XYZ | 27.49 | 29.94 | 23.4 | - |
| YUV | 147.63 | 114.66 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 150 | 124 | 0 | 0.01 | 0.18 | 0.40 | 55.71 | 0.12 | 0.54 |
| Hex | 98 | 96 | 7C | 0 | 1 | 12 | 28 | 38 | C | 36 |
| Octal | 230 | 226 | 174 | 0 | 1 | 22 | 50 | 70 | 14 | 66 |
| Binary | 10011000 | 10010110 | 1111100 | 0 | 1 | 10010 | 101000 | 111000 | 1100 | 110110 |
Color Harmonies of #98967C
Complementary color
Monochromatic Colors of #98967C
Black with #98967C
Text Example
Text Example
White with #98967C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98967C; }
p { color: rgb(152,150,124); }
H1.HeaderClassName
{
color: #98967C;
}
.AnyTagClassName
{
color: #98967C;
}
</style>
background-color css
<style>
a { background-color: #98967C; }
a { background-color: rgb(152,150,124); }
div.DivClassName
{
background-color: #98967C;
}
.BgClassName
{
background-color: #98967C;
}
</style>
border-color css
<style>
span { border-color: #98967C; }
span { border-color: rgb(152,150,124); }
td.TdClassName
{
border-color: #98967C;
}
.TagClassName
{
border-color: #98967C;
}
</style>