Shades of Malachite Green #9B9A7A
Tints of Malachite Green #9B9A7A
RGB
CMYK
RGB Variations
Color information
#9B9A7A (or 0x9B9A7A) is known color: Malachite Green. HEX triplet: 9B, 9A and 7A. RGB value is (155,154,122). Sum of RGB (Red+Green+Blue) = 155+154+122=431 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.96% from 431); Green value is 154 (60.55% from 255 or 35.73% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9A7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9A7A is #646585. Grayscale: #969696. Windows color (decimal): -6579590 or 8034971. OLE color: 8034971.
HSL color Cylindrical-coordinate representation of color #9B9A7A: hue angle of 58.18º 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 #9B9A7A is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 154 | 122 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.39 |
| HSL | 58.18º | 0.14% | 0.54% | - |
| HSV(B) | 58.18º | 0.21% | 0.61% | - |
| XYZ | 28.59 | 31.48 | 22.98 | - |
| YUV | 150.65 | 111.83 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 154 | 122 | 0 | 0.01 | 0.21 | 0.39 | 58.18 | 0.14 | 0.54 |
| Hex | 9B | 9A | 7A | 0 | 1 | 15 | 27 | 3A | E | 36 |
| Octal | 233 | 232 | 172 | 0 | 1 | 25 | 47 | 72 | 16 | 66 |
| Binary | 10011011 | 10011010 | 1111010 | 0 | 1 | 10101 | 100111 | 111010 | 1110 | 110110 |
Color Harmonies of #9B9A7A
Complementary color
Monochromatic Colors of #9B9A7A
Black with #9B9A7A
Text Example
Text Example
White with #9B9A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9A7A; }
p { color: rgb(155,154,122); }
H1.HeaderClassName
{
color: #9B9A7A;
}
.AnyTagClassName
{
color: #9B9A7A;
}
</style>
background-color css
<style>
a { background-color: #9B9A7A; }
a { background-color: rgb(155,154,122); }
div.DivClassName
{
background-color: #9B9A7A;
}
.BgClassName
{
background-color: #9B9A7A;
}
</style>
border-color css
<style>
span { border-color: #9B9A7A; }
span { border-color: rgb(155,154,122); }
td.TdClassName
{
border-color: #9B9A7A;
}
.TagClassName
{
border-color: #9B9A7A;
}
</style>