Shades of Malachite Green #9B996D
Tints of Malachite Green #9B996D
RGB
CMYK
RGB Variations
Color information
#9B996D (or 0x9B996D) is known color: Malachite Green. HEX triplet: 9B, 99 and 6D. RGB value is (155,153,109). Sum of RGB (Red+Green+Blue) = 155+153+109=417 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.17% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 155 - color contains mainly: red. Hex color #9B996D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B996D is #646692. Grayscale: #949494. Windows color (decimal): -6579859 or 7182747. OLE color: 7182747.
HSL color Cylindrical-coordinate representation of color #9B996D: hue angle of 57.39º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B996D is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 153 | 109 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.39 |
| HSL | 57.39º | 0.19% | 0.52% | - |
| HSV(B) | 57.39º | 0.3% | 0.61% | - |
| XYZ | 27.67 | 30.86 | 18.97 | - |
| YUV | 148.58 | 105.66 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 153 | 109 | 0 | 0.01 | 0.30 | 0.39 | 57.39 | 0.19 | 0.52 |
| Hex | 9B | 99 | 6D | 0 | 1 | 1E | 27 | 39 | 13 | 34 |
| Octal | 233 | 231 | 155 | 0 | 1 | 36 | 47 | 71 | 23 | 64 |
| Binary | 10011011 | 10011001 | 1101101 | 0 | 1 | 11110 | 100111 | 111001 | 10011 | 110100 |
Color Harmonies of #9B996D
Complementary color
Monochromatic Colors of #9B996D
Black with #9B996D
Text Example
Text Example
White with #9B996D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B996D; }
p { color: rgb(155,153,109); }
H1.HeaderClassName
{
color: #9B996D;
}
.AnyTagClassName
{
color: #9B996D;
}
</style>
background-color css
<style>
a { background-color: #9B996D; }
a { background-color: rgb(155,153,109); }
div.DivClassName
{
background-color: #9B996D;
}
.BgClassName
{
background-color: #9B996D;
}
</style>
border-color css
<style>
span { border-color: #9B996D; }
span { border-color: rgb(155,153,109); }
td.TdClassName
{
border-color: #9B996D;
}
.TagClassName
{
border-color: #9B996D;
}
</style>