Shades of Malachite Green #9A9868
Tints of Malachite Green #9A9868
RGB
CMYK
RGB Variations
Color information
#9A9868 (or 0x9A9868) is known color: Malachite Green. HEX triplet: 9A, 98 and 68. RGB value is (154,152,104). Sum of RGB (Red+Green+Blue) = 154+152+104=410 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.56% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9868 is #656797. Grayscale: #939393. Windows color (decimal): -6645656 or 6854810. OLE color: 6854810.
HSL color Cylindrical-coordinate representation of color #9A9868: hue angle of 57.6º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9A9868 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 152 | 104 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.40 |
| HSL | 57.6º | 0.2% | 0.51% | - |
| HSV(B) | 57.6º | 0.32% | 0.6% | - |
| XYZ | 27.05 | 30.33 | 17.52 | - |
| YUV | 147.13 | 103.66 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 152 | 104 | 0 | 0.01 | 0.32 | 0.40 | 57.6 | 0.2 | 0.51 |
| Hex | 9A | 98 | 68 | 0 | 1 | 20 | 28 | 3A | 14 | 33 |
| Octal | 232 | 230 | 150 | 0 | 1 | 40 | 50 | 72 | 24 | 63 |
| Binary | 10011010 | 10011000 | 1101000 | 0 | 1 | 100000 | 101000 | 111010 | 10100 | 110011 |
Color Harmonies of #9A9868
Complementary color
Monochromatic Colors of #9A9868
Black with #9A9868
Text Example
Text Example
White with #9A9868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9868; }
p { color: rgb(154,152,104); }
H1.HeaderClassName
{
color: #9A9868;
}
.AnyTagClassName
{
color: #9A9868;
}
</style>
background-color css
<style>
a { background-color: #9A9868; }
a { background-color: rgb(154,152,104); }
div.DivClassName
{
background-color: #9A9868;
}
.BgClassName
{
background-color: #9A9868;
}
</style>
border-color css
<style>
span { border-color: #9A9868; }
span { border-color: rgb(154,152,104); }
td.TdClassName
{
border-color: #9A9868;
}
.TagClassName
{
border-color: #9A9868;
}
</style>