Shades of Malachite Green #9C9966
Tints of Malachite Green #9C9966
RGB
CMYK
RGB Variations
Color information
#9C9966 (or 0x9C9966) is known color: Malachite Green. HEX triplet: 9C, 99 and 66. RGB value is (156,153,102). Sum of RGB (Red+Green+Blue) = 156+153+102=411 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.96% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 102 (40.23% from 255 or 24.82% from 411); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9966 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9966 is #636699. Grayscale: #949494. Windows color (decimal): -6514330 or 6723996. OLE color: 6723996.
HSL color Cylindrical-coordinate representation of color #9C9966: hue angle of 56.67º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C9966 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 153 | 102 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.39 |
| HSL | 56.67º | 0.21% | 0.51% | - |
| HSV(B) | 56.67º | 0.35% | 0.61% | - |
| XYZ | 27.5 | 30.81 | 17.07 | - |
| YUV | 148.08 | 101.99 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 153 | 102 | 0 | 0.02 | 0.35 | 0.39 | 56.67 | 0.21 | 0.51 |
| Hex | 9C | 99 | 66 | 0 | 2 | 23 | 27 | 39 | 15 | 33 |
| Octal | 234 | 231 | 146 | 0 | 2 | 43 | 47 | 71 | 25 | 63 |
| Binary | 10011100 | 10011001 | 1100110 | 0 | 10 | 100011 | 100111 | 111001 | 10101 | 110011 |
Color Harmonies of #9C9966
Complementary color
Monochromatic Colors of #9C9966
Black with #9C9966
Text Example
Text Example
White with #9C9966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9966; }
p { color: rgb(156,153,102); }
H1.HeaderClassName
{
color: #9C9966;
}
.AnyTagClassName
{
color: #9C9966;
}
</style>
background-color css
<style>
a { background-color: #9C9966; }
a { background-color: rgb(156,153,102); }
div.DivClassName
{
background-color: #9C9966;
}
.BgClassName
{
background-color: #9C9966;
}
</style>
border-color css
<style>
span { border-color: #9C9966; }
span { border-color: rgb(156,153,102); }
td.TdClassName
{
border-color: #9C9966;
}
.TagClassName
{
border-color: #9C9966;
}
</style>