Shades of Malachite Green #9B9875
Tints of Malachite Green #9B9875
RGB
CMYK
RGB Variations
Color information
#9B9875 (or 0x9B9875) is known color: Malachite Green. HEX triplet: 9B, 98 and 75. RGB value is (155,152,117). Sum of RGB (Red+Green+Blue) = 155+152+117=424 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.56% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9875 is #64678A. Grayscale: #959595. Windows color (decimal): -6580107 or 7706779. OLE color: 7706779.
HSL color Cylindrical-coordinate representation of color #9B9875: hue angle of 55.26º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9B9875 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 152 | 117 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.39 |
| HSL | 55.26º | 0.16% | 0.53% | - |
| HSV(B) | 55.26º | 0.25% | 0.61% | - |
| XYZ | 27.96 | 30.71 | 21.28 | - |
| YUV | 148.91 | 109.99 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 152 | 117 | 0 | 0.02 | 0.25 | 0.39 | 55.26 | 0.16 | 0.53 |
| Hex | 9B | 98 | 75 | 0 | 2 | 19 | 27 | 37 | 10 | 35 |
| Octal | 233 | 230 | 165 | 0 | 2 | 31 | 47 | 67 | 20 | 65 |
| Binary | 10011011 | 10011000 | 1110101 | 0 | 10 | 11001 | 100111 | 110111 | 10000 | 110101 |
Color Harmonies of #9B9875
Complementary color
Monochromatic Colors of #9B9875
Black with #9B9875
Text Example
Text Example
White with #9B9875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9875; }
p { color: rgb(155,152,117); }
H1.HeaderClassName
{
color: #9B9875;
}
.AnyTagClassName
{
color: #9B9875;
}
</style>
background-color css
<style>
a { background-color: #9B9875; }
a { background-color: rgb(155,152,117); }
div.DivClassName
{
background-color: #9B9875;
}
.BgClassName
{
background-color: #9B9875;
}
</style>
border-color css
<style>
span { border-color: #9B9875; }
span { border-color: rgb(155,152,117); }
td.TdClassName
{
border-color: #9B9875;
}
.TagClassName
{
border-color: #9B9875;
}
</style>