Shades of Malachite Green #9A996E
Tints of Malachite Green #9A996E
RGB
CMYK
RGB Variations
Color information
#9A996E (or 0x9A996E) is known color: Malachite Green. HEX triplet: 9A, 99 and 6E. RGB value is (154,153,110). Sum of RGB (Red+Green+Blue) = 154+153+110=417 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.93% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 154 - color contains mainly: red. Hex color #9A996E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A996E is #656691. Grayscale: #949494. Windows color (decimal): -6645394 or 7248282. OLE color: 7248282.
HSL color Cylindrical-coordinate representation of color #9A996E: hue angle of 58.64º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9A996E is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 153 | 110 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.40 |
| HSL | 58.64º | 0.18% | 0.52% | - |
| HSV(B) | 58.64º | 0.29% | 0.6% | - |
| XYZ | 27.53 | 30.78 | 19.24 | - |
| YUV | 148.4 | 106.33 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 153 | 110 | 0 | 0.01 | 0.29 | 0.40 | 58.64 | 0.18 | 0.52 |
| Hex | 9A | 99 | 6E | 0 | 1 | 1D | 28 | 3B | 12 | 34 |
| Octal | 232 | 231 | 156 | 0 | 1 | 35 | 50 | 73 | 22 | 64 |
| Binary | 10011010 | 10011001 | 1101110 | 0 | 1 | 11101 | 101000 | 111011 | 10010 | 110100 |
Color Harmonies of #9A996E
Complementary color
Monochromatic Colors of #9A996E
Black with #9A996E
Text Example
Text Example
White with #9A996E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A996E; }
p { color: rgb(154,153,110); }
H1.HeaderClassName
{
color: #9A996E;
}
.AnyTagClassName
{
color: #9A996E;
}
</style>
background-color css
<style>
a { background-color: #9A996E; }
a { background-color: rgb(154,153,110); }
div.DivClassName
{
background-color: #9A996E;
}
.BgClassName
{
background-color: #9A996E;
}
</style>
border-color css
<style>
span { border-color: #9A996E; }
span { border-color: rgb(154,153,110); }
td.TdClassName
{
border-color: #9A996E;
}
.TagClassName
{
border-color: #9A996E;
}
</style>