Shades of Malachite Green #99996D
Tints of Malachite Green #99996D
RGB
CMYK
RGB Variations
Color information
#99996D (or 0x99996D) is known color: Malachite Green. HEX triplet: 99, 99 and 6D. RGB value is (153,153,109). Sum of RGB (Red+Green+Blue) = 153+153+109=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 109 (42.97% from 255 or 26.27% from 415); Max value from RGB is 153 - color contains mainly: red, green. Hex color #99996D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99996D is #666692. Grayscale: #949494. Windows color (decimal): -6710931 or 7182745. OLE color: 7182745.
HSL color Cylindrical-coordinate representation of color #99996D: hue angle of 60º 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 #99996D is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 153 | 109 | - |
| CMYK | 0 | 0 | 0.29 | 0.4 |
| HSL | 60º | 0.18% | 0.51% | - |
| HSV(B) | 60º | 0.29% | 0.6% | - |
| XYZ | 27.29 | 30.66 | 18.95 | - |
| YUV | 147.98 | 106 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 153 | 109 | 0 | 0 | 0.29 | 0.4 | 60 | 0.18 | 0.51 |
| Hex | 99 | 99 | 6D | 0 | 0 | 1D | 28 | 3C | 12 | 33 |
| Octal | 231 | 231 | 155 | 0 | 0 | 35 | 50 | 74 | 22 | 63 |
| Binary | 10011001 | 10011001 | 1101101 | 0 | 0 | 11101 | 101000 | 111100 | 10010 | 110011 |
Color Harmonies of #99996D
Complementary color
Monochromatic Colors of #99996D
Black with #99996D
Text Example
Text Example
White with #99996D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99996D; }
p { color: rgb(153,153,109); }
H1.HeaderClassName
{
color: #99996D;
}
.AnyTagClassName
{
color: #99996D;
}
</style>
background-color css
<style>
a { background-color: #99996D; }
a { background-color: rgb(153,153,109); }
div.DivClassName
{
background-color: #99996D;
}
.BgClassName
{
background-color: #99996D;
}
</style>
border-color css
<style>
span { border-color: #99996D; }
span { border-color: rgb(153,153,109); }
td.TdClassName
{
border-color: #99996D;
}
.TagClassName
{
border-color: #99996D;
}
</style>