Shades of Malachite Green #99966A
Tints of Malachite Green #99966A
RGB
CMYK
RGB Variations
Color information
#99966A (or 0x99966A) is known color: Malachite Green. HEX triplet: 99, 96 and 6A. RGB value is (153,150,106). Sum of RGB (Red+Green+Blue) = 153+150+106=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 106 (41.80% from 255 or 25.92% from 409); Max value from RGB is 153 - color contains mainly: red. Hex color #99966A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99966A is #666995. Grayscale: #929292. Windows color (decimal): -6711702 or 6985369. OLE color: 6985369.
HSL color Cylindrical-coordinate representation of color #99966A: hue angle of 56.17º 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 #99966A is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 150 | 106 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.4 |
| HSL | 56.17º | 0.19% | 0.51% | - |
| HSV(B) | 56.17º | 0.31% | 0.6% | - |
| XYZ | 26.64 | 29.63 | 17.95 | - |
| YUV | 145.88 | 105.49 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 150 | 106 | 0 | 0.02 | 0.31 | 0.4 | 56.17 | 0.19 | 0.51 |
| Hex | 99 | 96 | 6A | 0 | 2 | 1F | 28 | 38 | 13 | 33 |
| Octal | 231 | 226 | 152 | 0 | 2 | 37 | 50 | 70 | 23 | 63 |
| Binary | 10011001 | 10010110 | 1101010 | 0 | 10 | 11111 | 101000 | 111000 | 10011 | 110011 |
Color Harmonies of #99966A
Complementary color
Monochromatic Colors of #99966A
Black with #99966A
Text Example
Text Example
White with #99966A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99966A; }
p { color: rgb(153,150,106); }
H1.HeaderClassName
{
color: #99966A;
}
.AnyTagClassName
{
color: #99966A;
}
</style>
background-color css
<style>
a { background-color: #99966A; }
a { background-color: rgb(153,150,106); }
div.DivClassName
{
background-color: #99966A;
}
.BgClassName
{
background-color: #99966A;
}
</style>
border-color css
<style>
span { border-color: #99966A; }
span { border-color: rgb(153,150,106); }
td.TdClassName
{
border-color: #99966A;
}
.TagClassName
{
border-color: #99966A;
}
</style>