Shades of Malachite Green #999969
Tints of Malachite Green #999969
RGB
CMYK
RGB Variations
Color information
#999969 (or 0x999969) is known color: Malachite Green. HEX triplet: 99, 99 and 69. RGB value is (153,153,105). Sum of RGB (Red+Green+Blue) = 153+153+105=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 105 (41.41% from 255 or 25.55% from 411); Max value from RGB is 153 - color contains mainly: red, green. Hex color #999969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999969 is #666696. Grayscale: #939393. Windows color (decimal): -6710935 or 6920601. OLE color: 6920601.
HSL color Cylindrical-coordinate representation of color #999969: 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 #999969 is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 153 | 105 | - |
| CMYK | 0 | 0 | 0.31 | 0.4 |
| HSL | 60º | 0.19% | 0.51% | - |
| HSV(B) | 60º | 0.31% | 0.6% | - |
| XYZ | 27.08 | 30.57 | 17.84 | - |
| YUV | 147.53 | 104 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 153 | 105 | 0 | 0 | 0.31 | 0.4 | 60 | 0.19 | 0.51 |
| Hex | 99 | 99 | 69 | 0 | 0 | 1F | 28 | 3C | 13 | 33 |
| Octal | 231 | 231 | 151 | 0 | 0 | 37 | 50 | 74 | 23 | 63 |
| Binary | 10011001 | 10011001 | 1101001 | 0 | 0 | 11111 | 101000 | 111100 | 10011 | 110011 |
Color Harmonies of #999969
Complementary color
Monochromatic Colors of #999969
Black with #999969
Text Example
Text Example
White with #999969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999969; }
p { color: rgb(153,153,105); }
H1.HeaderClassName
{
color: #999969;
}
.AnyTagClassName
{
color: #999969;
}
</style>
background-color css
<style>
a { background-color: #999969; }
a { background-color: rgb(153,153,105); }
div.DivClassName
{
background-color: #999969;
}
.BgClassName
{
background-color: #999969;
}
</style>
border-color css
<style>
span { border-color: #999969; }
span { border-color: rgb(153,153,105); }
td.TdClassName
{
border-color: #999969;
}
.TagClassName
{
border-color: #999969;
}
</style>