Shades of Malachite Green #999968
Tints of Malachite Green #999968
RGB
CMYK
RGB Variations
Color information
#999968 (or 0x999968) is known color: Malachite Green. HEX triplet: 99, 99 and 68. RGB value is (153,153,104). Sum of RGB (Red+Green+Blue) = 153+153+104=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 153 - color contains mainly: red, green. Hex color #999968 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999968 is #666697. Grayscale: #939393. Windows color (decimal): -6710936 or 6855065. OLE color: 6855065.
HSL color Cylindrical-coordinate representation of color #999968: hue angle of 60º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #999968 is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 153 | 104 | - |
| CMYK | 0 | 0 | 0.32 | 0.4 |
| HSL | 60º | 0.19% | 0.5% | - |
| HSV(B) | 60º | 0.32% | 0.6% | - |
| XYZ | 27.03 | 30.55 | 17.57 | - |
| YUV | 147.41 | 103.5 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 153 | 104 | 0 | 0 | 0.32 | 0.4 | 60 | 0.19 | 0.5 |
| Hex | 99 | 99 | 68 | 0 | 0 | 20 | 28 | 3C | 13 | 32 |
| Octal | 231 | 231 | 150 | 0 | 0 | 40 | 50 | 74 | 23 | 62 |
| Binary | 10011001 | 10011001 | 1101000 | 0 | 0 | 100000 | 101000 | 111100 | 10011 | 110010 |
Color Harmonies of #999968
Complementary color
Monochromatic Colors of #999968
Black with #999968
Text Example
Text Example
White with #999968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999968; }
p { color: rgb(153,153,104); }
H1.HeaderClassName
{
color: #999968;
}
.AnyTagClassName
{
color: #999968;
}
</style>
background-color css
<style>
a { background-color: #999968; }
a { background-color: rgb(153,153,104); }
div.DivClassName
{
background-color: #999968;
}
.BgClassName
{
background-color: #999968;
}
</style>
border-color css
<style>
span { border-color: #999968; }
span { border-color: rgb(153,153,104); }
td.TdClassName
{
border-color: #999968;
}
.TagClassName
{
border-color: #999968;
}
</style>