Shades of Malachite Green #999666
Tints of Malachite Green #999666
RGB
CMYK
RGB Variations
Color information
#999666 (or 0x999666) is known color: Malachite Green. HEX triplet: 99, 96 and 66. RGB value is (153,150,102). Sum of RGB (Red+Green+Blue) = 153+150+102=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 102 (40.23% from 255 or 25.19% from 405); Max value from RGB is 153 - color contains mainly: red. Hex color #999666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999666 is #666999. Grayscale: #919191. Windows color (decimal): -6711706 or 6723225. OLE color: 6723225.
HSL color Cylindrical-coordinate representation of color #999666: hue angle of 56.47º 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 #999666 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 150 | 102 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.4 |
| HSL | 56.47º | 0.2% | 0.5% | - |
| HSV(B) | 56.47º | 0.33% | 0.6% | - |
| XYZ | 26.44 | 29.54 | 16.88 | - |
| YUV | 145.43 | 103.49 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 150 | 102 | 0 | 0.02 | 0.33 | 0.4 | 56.47 | 0.2 | 0.5 |
| Hex | 99 | 96 | 66 | 0 | 2 | 21 | 28 | 38 | 14 | 32 |
| Octal | 231 | 226 | 146 | 0 | 2 | 41 | 50 | 70 | 24 | 62 |
| Binary | 10011001 | 10010110 | 1100110 | 0 | 10 | 100001 | 101000 | 111000 | 10100 | 110010 |
Color Harmonies of #999666
Complementary color
Monochromatic Colors of #999666
Black with #999666
Text Example
Text Example
White with #999666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999666; }
p { color: rgb(153,150,102); }
H1.HeaderClassName
{
color: #999666;
}
.AnyTagClassName
{
color: #999666;
}
</style>
background-color css
<style>
a { background-color: #999666; }
a { background-color: rgb(153,150,102); }
div.DivClassName
{
background-color: #999666;
}
.BgClassName
{
background-color: #999666;
}
</style>
border-color css
<style>
span { border-color: #999666; }
span { border-color: rgb(153,150,102); }
td.TdClassName
{
border-color: #999666;
}
.TagClassName
{
border-color: #999666;
}
</style>