Shades of Malachite Green #99996F
Tints of Malachite Green #99996F
RGB
CMYK
RGB Variations
Color information
#99996F (or 0x99996F) is known color: Malachite Green. HEX triplet: 99, 99 and 6F. RGB value is (153,153,111). Sum of RGB (Red+Green+Blue) = 153+153+111=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 111 (43.75% from 255 or 26.62% from 417); Max value from RGB is 153 - color contains mainly: red, green. Hex color #99996F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99996F is #666690. Grayscale: #949494. Windows color (decimal): -6710929 or 7313817. OLE color: 7313817.
HSL color Cylindrical-coordinate representation of color #99996F: hue angle of 60º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99996F is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 153 | 111 | - |
| CMYK | 0 | 0 | 0.27 | 0.4 |
| HSL | 60º | 0.17% | 0.52% | - |
| HSV(B) | 60º | 0.27% | 0.6% | - |
| XYZ | 27.4 | 30.7 | 19.52 | - |
| YUV | 148.21 | 107 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 153 | 111 | 0 | 0 | 0.27 | 0.4 | 60 | 0.17 | 0.52 |
| Hex | 99 | 99 | 6F | 0 | 0 | 1B | 28 | 3C | 11 | 34 |
| Octal | 231 | 231 | 157 | 0 | 0 | 33 | 50 | 74 | 21 | 64 |
| Binary | 10011001 | 10011001 | 1101111 | 0 | 0 | 11011 | 101000 | 111100 | 10001 | 110100 |
Color Harmonies of #99996F
Complementary color
Monochromatic Colors of #99996F
Black with #99996F
Text Example
Text Example
White with #99996F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99996F; }
p { color: rgb(153,153,111); }
H1.HeaderClassName
{
color: #99996F;
}
.AnyTagClassName
{
color: #99996F;
}
</style>
background-color css
<style>
a { background-color: #99996F; }
a { background-color: rgb(153,153,111); }
div.DivClassName
{
background-color: #99996F;
}
.BgClassName
{
background-color: #99996F;
}
</style>
border-color css
<style>
span { border-color: #99996F; }
span { border-color: rgb(153,153,111); }
td.TdClassName
{
border-color: #99996F;
}
.TagClassName
{
border-color: #99996F;
}
</style>