Shades of Malachite Green #9B997A
Tints of Malachite Green #9B997A
RGB
CMYK
RGB Variations
Color information
#9B997A (or 0x9B997A) is known color: Malachite Green. HEX triplet: 9B, 99 and 7A. RGB value is (155,153,122). Sum of RGB (Red+Green+Blue) = 155+153+122=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 155 - color contains mainly: red. Hex color #9B997A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B997A is #646685. Grayscale: #969696. Windows color (decimal): -6579846 or 8034715. OLE color: 8034715.
HSL color Cylindrical-coordinate representation of color #9B997A: hue angle of 56.36º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9B997A is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 153 | 122 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.39 |
| HSL | 56.36º | 0.14% | 0.54% | - |
| HSV(B) | 56.36º | 0.21% | 0.61% | - |
| XYZ | 28.42 | 31.16 | 22.93 | - |
| YUV | 150.06 | 112.16 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 153 | 122 | 0 | 0.01 | 0.21 | 0.39 | 56.36 | 0.14 | 0.54 |
| Hex | 9B | 99 | 7A | 0 | 1 | 15 | 27 | 38 | E | 36 |
| Octal | 233 | 231 | 172 | 0 | 1 | 25 | 47 | 70 | 16 | 66 |
| Binary | 10011011 | 10011001 | 1111010 | 0 | 1 | 10101 | 100111 | 111000 | 1110 | 110110 |
Color Harmonies of #9B997A
Complementary color
Monochromatic Colors of #9B997A
Black with #9B997A
Text Example
Text Example
White with #9B997A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B997A; }
p { color: rgb(155,153,122); }
H1.HeaderClassName
{
color: #9B997A;
}
.AnyTagClassName
{
color: #9B997A;
}
</style>
background-color css
<style>
a { background-color: #9B997A; }
a { background-color: rgb(155,153,122); }
div.DivClassName
{
background-color: #9B997A;
}
.BgClassName
{
background-color: #9B997A;
}
</style>
border-color css
<style>
span { border-color: #9B997A; }
span { border-color: rgb(155,153,122); }
td.TdClassName
{
border-color: #9B997A;
}
.TagClassName
{
border-color: #9B997A;
}
</style>