Shades of Malachite Green #99966B
Tints of Malachite Green #99966B
RGB
CMYK
RGB Variations
Color information
#99966B (or 0x99966B) is known color: Malachite Green. HEX triplet: 99, 96 and 6B. RGB value is (153,150,107). Sum of RGB (Red+Green+Blue) = 153+150+107=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 153 - color contains mainly: red. Hex color #99966B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99966B is #666994. Grayscale: #929292. Windows color (decimal): -6711701 or 7050905. OLE color: 7050905.
HSL color Cylindrical-coordinate representation of color #99966B: hue angle of 56.09º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99966B is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 150 | 107 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.4 |
| HSL | 56.09º | 0.18% | 0.51% | - |
| HSV(B) | 56.09º | 0.3% | 0.6% | - |
| XYZ | 26.7 | 29.65 | 18.23 | - |
| YUV | 146 | 105.99 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 150 | 107 | 0 | 0.02 | 0.30 | 0.4 | 56.09 | 0.18 | 0.51 |
| Hex | 99 | 96 | 6B | 0 | 2 | 1E | 28 | 38 | 12 | 33 |
| Octal | 231 | 226 | 153 | 0 | 2 | 36 | 50 | 70 | 22 | 63 |
| Binary | 10011001 | 10010110 | 1101011 | 0 | 10 | 11110 | 101000 | 111000 | 10010 | 110011 |
Color Harmonies of #99966B
Complementary color
Monochromatic Colors of #99966B
Black with #99966B
Text Example
Text Example
White with #99966B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99966B; }
p { color: rgb(153,150,107); }
H1.HeaderClassName
{
color: #99966B;
}
.AnyTagClassName
{
color: #99966B;
}
</style>
background-color css
<style>
a { background-color: #99966B; }
a { background-color: rgb(153,150,107); }
div.DivClassName
{
background-color: #99966B;
}
.BgClassName
{
background-color: #99966B;
}
</style>
border-color css
<style>
span { border-color: #99966B; }
span { border-color: rgb(153,150,107); }
td.TdClassName
{
border-color: #99966B;
}
.TagClassName
{
border-color: #99966B;
}
</style>