Shades of Malachite Green #979872
Tints of Malachite Green #979872
RGB
CMYK
RGB Variations
Color information
#979872 (or 0x979872) is known color: Malachite Green. HEX triplet: 97, 98 and 72. RGB value is (151,152,114). Sum of RGB (Red+Green+Blue) = 151+152+114=417 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.21% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 152 - color contains mainly: green. Hex color #979872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979872 is #68678D. Grayscale: #939393. Windows color (decimal): -6842254 or 7510167. OLE color: 7510167.
HSL color Cylindrical-coordinate representation of color #979872: hue angle of 61.58º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #979872 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 151 | 152 | 114 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.40 |
| HSL | 61.58º | 0.16% | 0.52% | - |
| HSV(B) | 61.58º | 0.25% | 0.6% | - |
| XYZ | 27.03 | 30.25 | 20.33 | - |
| YUV | 147.37 | 109.17 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 152 | 114 | 0.01 | 0 | 0.25 | 0.40 | 61.58 | 0.16 | 0.52 |
| Hex | 97 | 98 | 72 | 1 | 0 | 19 | 28 | 3E | 10 | 34 |
| Octal | 227 | 230 | 162 | 1 | 0 | 31 | 50 | 76 | 20 | 64 |
| Binary | 10010111 | 10011000 | 1110010 | 1 | 0 | 11001 | 101000 | 111110 | 10000 | 110100 |
Color Harmonies of #979872
Complementary color
Monochromatic Colors of #979872
Black with #979872
Text Example
Text Example
White with #979872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979872; }
p { color: rgb(151,152,114); }
H1.HeaderClassName
{
color: #979872;
}
.AnyTagClassName
{
color: #979872;
}
</style>
background-color css
<style>
a { background-color: #979872; }
a { background-color: rgb(151,152,114); }
div.DivClassName
{
background-color: #979872;
}
.BgClassName
{
background-color: #979872;
}
</style>
border-color css
<style>
span { border-color: #979872; }
span { border-color: rgb(151,152,114); }
td.TdClassName
{
border-color: #979872;
}
.TagClassName
{
border-color: #979872;
}
</style>