Shades of Malachite Green #98976C
Tints of Malachite Green #98976C
RGB
CMYK
RGB Variations
Color information
#98976C (or 0x98976C) is known color: Malachite Green. HEX triplet: 98, 97 and 6C. RGB value is (152,151,108). Sum of RGB (Red+Green+Blue) = 152+151+108=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 151 (59.38% from 255 or 36.74% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 152 - color contains mainly: red. Hex color #98976C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98976C is #676893. Grayscale: #929292. Windows color (decimal): -6776980 or 7116696. OLE color: 7116696.
HSL color Cylindrical-coordinate representation of color #98976C: hue angle of 58.64º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98976C is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 151 | 108 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.40 |
| HSL | 58.64º | 0.18% | 0.51% | - |
| HSV(B) | 58.64º | 0.29% | 0.6% | - |
| XYZ | 26.72 | 29.89 | 18.55 | - |
| YUV | 146.4 | 106.33 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 151 | 108 | 0 | 0.01 | 0.29 | 0.40 | 58.64 | 0.18 | 0.51 |
| Hex | 98 | 97 | 6C | 0 | 1 | 1D | 28 | 3B | 12 | 33 |
| Octal | 230 | 227 | 154 | 0 | 1 | 35 | 50 | 73 | 22 | 63 |
| Binary | 10011000 | 10010111 | 1101100 | 0 | 1 | 11101 | 101000 | 111011 | 10010 | 110011 |
Color Harmonies of #98976C
Complementary color
Monochromatic Colors of #98976C
Black with #98976C
Text Example
Text Example
White with #98976C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98976C; }
p { color: rgb(152,151,108); }
H1.HeaderClassName
{
color: #98976C;
}
.AnyTagClassName
{
color: #98976C;
}
</style>
background-color css
<style>
a { background-color: #98976C; }
a { background-color: rgb(152,151,108); }
div.DivClassName
{
background-color: #98976C;
}
.BgClassName
{
background-color: #98976C;
}
</style>
border-color css
<style>
span { border-color: #98976C; }
span { border-color: rgb(152,151,108); }
td.TdClassName
{
border-color: #98976C;
}
.TagClassName
{
border-color: #98976C;
}
</style>