Shades of Malachite Green #9B9964
Tints of Malachite Green #9B9964
RGB
CMYK
RGB Variations
Color information
#9B9964 (or 0x9B9964) is known color: Malachite Green. HEX triplet: 9B, 99 and 64. RGB value is (155,153,100). Sum of RGB (Red+Green+Blue) = 155+153+100=408 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.99% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 100 (39.45% from 255 or 24.51% from 408); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9964 is #64669B. Grayscale: #939393. Windows color (decimal): -6579868 or 6592923. OLE color: 6592923.
HSL color Cylindrical-coordinate representation of color #9B9964: hue angle of 57.82º 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 #9B9964 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 153 | 100 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.39 |
| HSL | 57.82º | 0.22% | 0.5% | - |
| HSV(B) | 57.82º | 0.35% | 0.61% | - |
| XYZ | 27.21 | 30.67 | 16.54 | - |
| YUV | 147.56 | 101.16 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 153 | 100 | 0 | 0.01 | 0.35 | 0.39 | 57.82 | 0.22 | 0.5 |
| Hex | 9B | 99 | 64 | 0 | 1 | 23 | 27 | 3A | 16 | 32 |
| Octal | 233 | 231 | 144 | 0 | 1 | 43 | 47 | 72 | 26 | 62 |
| Binary | 10011011 | 10011001 | 1100100 | 0 | 1 | 100011 | 100111 | 111010 | 10110 | 110010 |
Color Harmonies of #9B9964
Complementary color
Monochromatic Colors of #9B9964
Black with #9B9964
Text Example
Text Example
White with #9B9964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9964; }
p { color: rgb(155,153,100); }
H1.HeaderClassName
{
color: #9B9964;
}
.AnyTagClassName
{
color: #9B9964;
}
</style>
background-color css
<style>
a { background-color: #9B9964; }
a { background-color: rgb(155,153,100); }
div.DivClassName
{
background-color: #9B9964;
}
.BgClassName
{
background-color: #9B9964;
}
</style>
border-color css
<style>
span { border-color: #9B9964; }
span { border-color: rgb(155,153,100); }
td.TdClassName
{
border-color: #9B9964;
}
.TagClassName
{
border-color: #9B9964;
}
</style>