Shades of Malachite Green #9B976A
Tints of Malachite Green #9B976A
RGB
CMYK
RGB Variations
Color information
#9B976A (or 0x9B976A) is known color: Malachite Green. HEX triplet: 9B, 97 and 6A. RGB value is (155,151,106). Sum of RGB (Red+Green+Blue) = 155+151+106=412 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.62% from 412); Green value is 151 (59.38% from 255 or 36.65% from 412); Blue value is 106 (41.80% from 255 or 25.73% from 412); Max value from RGB is 155 - color contains mainly: red. Hex color #9B976A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B976A is #646895. Grayscale: #939393. Windows color (decimal): -6580374 or 6985627. OLE color: 6985627.
HSL color Cylindrical-coordinate representation of color #9B976A: hue angle of 55.1º 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 #9B976A is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 151 | 106 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.39 |
| HSL | 55.1º | 0.2% | 0.51% | - |
| HSV(B) | 55.1º | 0.32% | 0.61% | - |
| XYZ | 27.19 | 30.14 | 18.02 | - |
| YUV | 147.07 | 104.83 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 151 | 106 | 0 | 0.03 | 0.32 | 0.39 | 55.1 | 0.2 | 0.51 |
| Hex | 9B | 97 | 6A | 0 | 3 | 20 | 27 | 37 | 14 | 33 |
| Octal | 233 | 227 | 152 | 0 | 3 | 40 | 47 | 67 | 24 | 63 |
| Binary | 10011011 | 10010111 | 1101010 | 0 | 11 | 100000 | 100111 | 110111 | 10100 | 110011 |
Color Harmonies of #9B976A
Complementary color
Monochromatic Colors of #9B976A
Black with #9B976A
Text Example
Text Example
White with #9B976A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B976A; }
p { color: rgb(155,151,106); }
H1.HeaderClassName
{
color: #9B976A;
}
.AnyTagClassName
{
color: #9B976A;
}
</style>
background-color css
<style>
a { background-color: #9B976A; }
a { background-color: rgb(155,151,106); }
div.DivClassName
{
background-color: #9B976A;
}
.BgClassName
{
background-color: #9B976A;
}
</style>
border-color css
<style>
span { border-color: #9B976A; }
span { border-color: rgb(155,151,106); }
td.TdClassName
{
border-color: #9B976A;
}
.TagClassName
{
border-color: #9B976A;
}
</style>