Shades of Malachite Green #999875
Tints of Malachite Green #999875
RGB
CMYK
RGB Variations
Color information
#999875 (or 0x999875) is known color: Malachite Green. HEX triplet: 99, 98 and 75. RGB value is (153,152,117). Sum of RGB (Red+Green+Blue) = 153+152+117=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 152 (59.77% from 255 or 36.02% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 153 - color contains mainly: red. Hex color #999875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999875 is #66678A. Grayscale: #949494. Windows color (decimal): -6711179 or 7706777. OLE color: 7706777.
HSL color Cylindrical-coordinate representation of color #999875: hue angle of 58.33º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #999875 is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 152 | 117 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.4 |
| HSL | 58.33º | 0.15% | 0.53% | - |
| HSV(B) | 58.33º | 0.24% | 0.6% | - |
| XYZ | 27.58 | 30.51 | 21.27 | - |
| YUV | 148.31 | 110.33 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 152 | 117 | 0 | 0.01 | 0.24 | 0.4 | 58.33 | 0.15 | 0.53 |
| Hex | 99 | 98 | 75 | 0 | 1 | 18 | 28 | 3A | F | 35 |
| Octal | 231 | 230 | 165 | 0 | 1 | 30 | 50 | 72 | 17 | 65 |
| Binary | 10011001 | 10011000 | 1110101 | 0 | 1 | 11000 | 101000 | 111010 | 1111 | 110101 |
Color Harmonies of #999875
Complementary color
Monochromatic Colors of #999875
Black with #999875
Text Example
Text Example
White with #999875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999875; }
p { color: rgb(153,152,117); }
H1.HeaderClassName
{
color: #999875;
}
.AnyTagClassName
{
color: #999875;
}
</style>
background-color css
<style>
a { background-color: #999875; }
a { background-color: rgb(153,152,117); }
div.DivClassName
{
background-color: #999875;
}
.BgClassName
{
background-color: #999875;
}
</style>
border-color css
<style>
span { border-color: #999875; }
span { border-color: rgb(153,152,117); }
td.TdClassName
{
border-color: #999875;
}
.TagClassName
{
border-color: #999875;
}
</style>