Shades of Malachite Green #9B996B
Tints of Malachite Green #9B996B
RGB
CMYK
RGB Variations
Color information
#9B996B (or 0x9B996B) is known color: Malachite Green. HEX triplet: 9B, 99 and 6B. RGB value is (155,153,107). Sum of RGB (Red+Green+Blue) = 155+153+107=415 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.35% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 107 (42.19% from 255 or 25.78% from 415); Max value from RGB is 155 - color contains mainly: red. Hex color #9B996B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B996B is #646694. Grayscale: #949494. Windows color (decimal): -6579861 or 7051675. OLE color: 7051675.
HSL color Cylindrical-coordinate representation of color #9B996B: hue angle of 57.5º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9B996B is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 153 | 107 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.39 |
| HSL | 57.5º | 0.19% | 0.51% | - |
| HSV(B) | 57.5º | 0.31% | 0.61% | - |
| XYZ | 27.56 | 30.81 | 18.4 | - |
| YUV | 148.35 | 104.66 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 153 | 107 | 0 | 0.01 | 0.31 | 0.39 | 57.5 | 0.19 | 0.51 |
| Hex | 9B | 99 | 6B | 0 | 1 | 1F | 27 | 3A | 13 | 33 |
| Octal | 233 | 231 | 153 | 0 | 1 | 37 | 47 | 72 | 23 | 63 |
| Binary | 10011011 | 10011001 | 1101011 | 0 | 1 | 11111 | 100111 | 111010 | 10011 | 110011 |
Color Harmonies of #9B996B
Complementary color
Monochromatic Colors of #9B996B
Black with #9B996B
Text Example
Text Example
White with #9B996B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B996B; }
p { color: rgb(155,153,107); }
H1.HeaderClassName
{
color: #9B996B;
}
.AnyTagClassName
{
color: #9B996B;
}
</style>
background-color css
<style>
a { background-color: #9B996B; }
a { background-color: rgb(155,153,107); }
div.DivClassName
{
background-color: #9B996B;
}
.BgClassName
{
background-color: #9B996B;
}
</style>
border-color css
<style>
span { border-color: #9B996B; }
span { border-color: rgb(155,153,107); }
td.TdClassName
{
border-color: #9B996B;
}
.TagClassName
{
border-color: #9B996B;
}
</style>