Shades of Malachite Green #99996A
Tints of Malachite Green #99996A
RGB
CMYK
RGB Variations
Color information
#99996A (or 0x99996A) is known color: Malachite Green. HEX triplet: 99, 99 and 6A. RGB value is (153,153,106). Sum of RGB (Red+Green+Blue) = 153+153+106=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 106 (41.80% from 255 or 25.73% from 412); Max value from RGB is 153 - color contains mainly: red, green. Hex color #99996A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99996A is #666695. Grayscale: #939393. Windows color (decimal): -6710934 or 6986137. OLE color: 6986137.
HSL color Cylindrical-coordinate representation of color #99996A: hue angle of 60º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99996A is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 153 | 106 | - |
| CMYK | 0 | 0 | 0.31 | 0.4 |
| HSL | 60º | 0.19% | 0.51% | - |
| HSV(B) | 60º | 0.31% | 0.6% | - |
| XYZ | 27.13 | 30.6 | 18.11 | - |
| YUV | 147.64 | 104.5 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 153 | 106 | 0 | 0 | 0.31 | 0.4 | 60 | 0.19 | 0.51 |
| Hex | 99 | 99 | 6A | 0 | 0 | 1F | 28 | 3C | 13 | 33 |
| Octal | 231 | 231 | 152 | 0 | 0 | 37 | 50 | 74 | 23 | 63 |
| Binary | 10011001 | 10011001 | 1101010 | 0 | 0 | 11111 | 101000 | 111100 | 10011 | 110011 |
Color Harmonies of #99996A
Complementary color
Monochromatic Colors of #99996A
Black with #99996A
Text Example
Text Example
White with #99996A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99996A; }
p { color: rgb(153,153,106); }
H1.HeaderClassName
{
color: #99996A;
}
.AnyTagClassName
{
color: #99996A;
}
</style>
background-color css
<style>
a { background-color: #99996A; }
a { background-color: rgb(153,153,106); }
div.DivClassName
{
background-color: #99996A;
}
.BgClassName
{
background-color: #99996A;
}
</style>
border-color css
<style>
span { border-color: #99996A; }
span { border-color: rgb(153,153,106); }
td.TdClassName
{
border-color: #99996A;
}
.TagClassName
{
border-color: #99996A;
}
</style>