Shades of Malachite Green #999866
Tints of Malachite Green #999866
RGB
CMYK
RGB Variations
Color information
#999866 (or 0x999866) is known color: Malachite Green. HEX triplet: 99, 98 and 66. RGB value is (153,152,102). Sum of RGB (Red+Green+Blue) = 153+152+102=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 102 (40.23% from 255 or 25.06% from 407); Max value from RGB is 153 - color contains mainly: red. Hex color #999866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999866 is #666799. Grayscale: #929292. Windows color (decimal): -6711194 or 6723737. OLE color: 6723737.
HSL color Cylindrical-coordinate representation of color #999866: hue angle of 58.82º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #999866 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 152 | 102 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.4 |
| HSL | 58.82º | 0.2% | 0.5% | - |
| HSV(B) | 58.82º | 0.33% | 0.6% | - |
| XYZ | 26.76 | 30.19 | 16.99 | - |
| YUV | 146.6 | 102.83 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 152 | 102 | 0 | 0.01 | 0.33 | 0.4 | 58.82 | 0.2 | 0.5 |
| Hex | 99 | 98 | 66 | 0 | 1 | 21 | 28 | 3B | 14 | 32 |
| Octal | 231 | 230 | 146 | 0 | 1 | 41 | 50 | 73 | 24 | 62 |
| Binary | 10011001 | 10011000 | 1100110 | 0 | 1 | 100001 | 101000 | 111011 | 10100 | 110010 |
Color Harmonies of #999866
Complementary color
Monochromatic Colors of #999866
Black with #999866
Text Example
Text Example
White with #999866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999866; }
p { color: rgb(153,152,102); }
H1.HeaderClassName
{
color: #999866;
}
.AnyTagClassName
{
color: #999866;
}
</style>
background-color css
<style>
a { background-color: #999866; }
a { background-color: rgb(153,152,102); }
div.DivClassName
{
background-color: #999866;
}
.BgClassName
{
background-color: #999866;
}
</style>
border-color css
<style>
span { border-color: #999866; }
span { border-color: rgb(153,152,102); }
td.TdClassName
{
border-color: #999866;
}
.TagClassName
{
border-color: #999866;
}
</style>