Shades of Malachite Green #9C996A
Tints of Malachite Green #9C996A
RGB
CMYK
RGB Variations
Color information
#9C996A (or 0x9C996A) is known color: Malachite Green. HEX triplet: 9C, 99 and 6A. RGB value is (156,153,106). Sum of RGB (Red+Green+Blue) = 156+153+106=415 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.59% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 106 (41.80% from 255 or 25.54% from 415); Max value from RGB is 156 - color contains mainly: red. Hex color #9C996A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C996A is #636695. Grayscale: #949494. Windows color (decimal): -6514326 or 6986140. OLE color: 6986140.
HSL color Cylindrical-coordinate representation of color #9C996A: hue angle of 56.4º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9C996A is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 153 | 106 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.39 |
| HSL | 56.4º | 0.2% | 0.51% | - |
| HSV(B) | 56.4º | 0.32% | 0.61% | - |
| XYZ | 27.7 | 30.89 | 18.14 | - |
| YUV | 148.54 | 103.99 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 153 | 106 | 0 | 0.02 | 0.32 | 0.39 | 56.4 | 0.2 | 0.51 |
| Hex | 9C | 99 | 6A | 0 | 2 | 20 | 27 | 38 | 14 | 33 |
| Octal | 234 | 231 | 152 | 0 | 2 | 40 | 47 | 70 | 24 | 63 |
| Binary | 10011100 | 10011001 | 1101010 | 0 | 10 | 100000 | 100111 | 111000 | 10100 | 110011 |
Color Harmonies of #9C996A
Complementary color
Monochromatic Colors of #9C996A
Black with #9C996A
Text Example
Text Example
White with #9C996A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C996A; }
p { color: rgb(156,153,106); }
H1.HeaderClassName
{
color: #9C996A;
}
.AnyTagClassName
{
color: #9C996A;
}
</style>
background-color css
<style>
a { background-color: #9C996A; }
a { background-color: rgb(156,153,106); }
div.DivClassName
{
background-color: #9C996A;
}
.BgClassName
{
background-color: #9C996A;
}
</style>
border-color css
<style>
span { border-color: #9C996A; }
span { border-color: rgb(156,153,106); }
td.TdClassName
{
border-color: #9C996A;
}
.TagClassName
{
border-color: #9C996A;
}
</style>