Shades of Malachite Green #999971
Tints of Malachite Green #999971
RGB
CMYK
RGB Variations
Color information
#999971 (or 0x999971) is known color: Malachite Green. HEX triplet: 99, 99 and 71. RGB value is (153,153,113). Sum of RGB (Red+Green+Blue) = 153+153+113=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 113 (44.53% from 255 or 26.97% from 419); Max value from RGB is 153 - color contains mainly: red, green. Hex color #999971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999971 is #66668E. Grayscale: #949494. Windows color (decimal): -6710927 or 7444889. OLE color: 7444889.
HSL color Cylindrical-coordinate representation of color #999971: hue angle of 60º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #999971 is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 153 | 113 | - |
| CMYK | 0 | 0 | 0.26 | 0.4 |
| HSL | 60º | 0.16% | 0.52% | - |
| HSV(B) | 60º | 0.26% | 0.6% | - |
| XYZ | 27.51 | 30.75 | 20.11 | - |
| YUV | 148.44 | 108 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 153 | 113 | 0 | 0 | 0.26 | 0.4 | 60 | 0.16 | 0.52 |
| Hex | 99 | 99 | 71 | 0 | 0 | 1A | 28 | 3C | 10 | 34 |
| Octal | 231 | 231 | 161 | 0 | 0 | 32 | 50 | 74 | 20 | 64 |
| Binary | 10011001 | 10011001 | 1110001 | 0 | 0 | 11010 | 101000 | 111100 | 10000 | 110100 |
Color Harmonies of #999971
Complementary color
Monochromatic Colors of #999971
Black with #999971
Text Example
Text Example
White with #999971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999971; }
p { color: rgb(153,153,113); }
H1.HeaderClassName
{
color: #999971;
}
.AnyTagClassName
{
color: #999971;
}
</style>
background-color css
<style>
a { background-color: #999971; }
a { background-color: rgb(153,153,113); }
div.DivClassName
{
background-color: #999971;
}
.BgClassName
{
background-color: #999971;
}
</style>
border-color css
<style>
span { border-color: #999971; }
span { border-color: rgb(153,153,113); }
td.TdClassName
{
border-color: #999971;
}
.TagClassName
{
border-color: #999971;
}
</style>