Shades of Malachite Green #9B9864
Tints of Malachite Green #9B9864
RGB
CMYK
RGB Variations
Color information
#9B9864 (or 0x9B9864) is known color: Malachite Green. HEX triplet: 9B, 98 and 64. RGB value is (155,152,100). Sum of RGB (Red+Green+Blue) = 155+152+100=407 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.08% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 100 (39.45% from 255 or 24.57% from 407); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9864 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9864 is #64679B. Grayscale: #939393. Windows color (decimal): -6580124 or 6592667. OLE color: 6592667.
HSL color Cylindrical-coordinate representation of color #9B9864: hue angle of 56.73º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9B9864 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 152 | 100 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.39 |
| HSL | 56.73º | 0.22% | 0.5% | - |
| HSV(B) | 56.73º | 0.35% | 0.61% | - |
| XYZ | 27.05 | 30.35 | 16.49 | - |
| YUV | 146.97 | 101.49 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 152 | 100 | 0 | 0.02 | 0.35 | 0.39 | 56.73 | 0.22 | 0.5 |
| Hex | 9B | 98 | 64 | 0 | 2 | 23 | 27 | 39 | 16 | 32 |
| Octal | 233 | 230 | 144 | 0 | 2 | 43 | 47 | 71 | 26 | 62 |
| Binary | 10011011 | 10011000 | 1100100 | 0 | 10 | 100011 | 100111 | 111001 | 10110 | 110010 |
Color Harmonies of #9B9864
Complementary color
Monochromatic Colors of #9B9864
Black with #9B9864
Text Example
Text Example
White with #9B9864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9864; }
p { color: rgb(155,152,100); }
H1.HeaderClassName
{
color: #9B9864;
}
.AnyTagClassName
{
color: #9B9864;
}
</style>
background-color css
<style>
a { background-color: #9B9864; }
a { background-color: rgb(155,152,100); }
div.DivClassName
{
background-color: #9B9864;
}
.BgClassName
{
background-color: #9B9864;
}
</style>
border-color css
<style>
span { border-color: #9B9864; }
span { border-color: rgb(155,152,100); }
td.TdClassName
{
border-color: #9B9864;
}
.TagClassName
{
border-color: #9B9864;
}
</style>