Shades of Malachite Green #9C996C
Tints of Malachite Green #9C996C
RGB
CMYK
RGB Variations
Color information
#9C996C (or 0x9C996C) is known color: Malachite Green. HEX triplet: 9C, 99 and 6C. RGB value is (156,153,108). Sum of RGB (Red+Green+Blue) = 156+153+108=417 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.41% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 156 - color contains mainly: red. Hex color #9C996C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C996C is #636693. Grayscale: #949494. Windows color (decimal): -6514324 or 7117212. OLE color: 7117212.
HSL color Cylindrical-coordinate representation of color #9C996C: hue angle of 56.25º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9C996C is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 153 | 108 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.39 |
| HSL | 56.25º | 0.2% | 0.52% | - |
| HSV(B) | 56.25º | 0.31% | 0.61% | - |
| XYZ | 27.81 | 30.93 | 18.69 | - |
| YUV | 148.77 | 104.99 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 153 | 108 | 0 | 0.02 | 0.31 | 0.39 | 56.25 | 0.2 | 0.52 |
| Hex | 9C | 99 | 6C | 0 | 2 | 1F | 27 | 38 | 14 | 34 |
| Octal | 234 | 231 | 154 | 0 | 2 | 37 | 47 | 70 | 24 | 64 |
| Binary | 10011100 | 10011001 | 1101100 | 0 | 10 | 11111 | 100111 | 111000 | 10100 | 110100 |
Color Harmonies of #9C996C
Complementary color
Monochromatic Colors of #9C996C
Black with #9C996C
Text Example
Text Example
White with #9C996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C996C; }
p { color: rgb(156,153,108); }
H1.HeaderClassName
{
color: #9C996C;
}
.AnyTagClassName
{
color: #9C996C;
}
</style>
background-color css
<style>
a { background-color: #9C996C; }
a { background-color: rgb(156,153,108); }
div.DivClassName
{
background-color: #9C996C;
}
.BgClassName
{
background-color: #9C996C;
}
</style>
border-color css
<style>
span { border-color: #9C996C; }
span { border-color: rgb(156,153,108); }
td.TdClassName
{
border-color: #9C996C;
}
.TagClassName
{
border-color: #9C996C;
}
</style>