Shades of Malachite Green #9B9965
Tints of Malachite Green #9B9965
RGB
CMYK
RGB Variations
Color information
#9B9965 (or 0x9B9965) is known color: Malachite Green. HEX triplet: 9B, 99 and 65. RGB value is (155,153,101). Sum of RGB (Red+Green+Blue) = 155+153+101=409 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.90% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9965 is #64669A. Grayscale: #939393. Windows color (decimal): -6579867 or 6658459. OLE color: 6658459.
HSL color Cylindrical-coordinate representation of color #9B9965: hue angle of 57.78º degrees, saturation: 0.21, 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 #9B9965 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 153 | 101 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.39 |
| HSL | 57.78º | 0.21% | 0.5% | - |
| HSV(B) | 57.78º | 0.35% | 0.61% | - |
| XYZ | 27.26 | 30.69 | 16.8 | - |
| YUV | 147.67 | 101.66 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 153 | 101 | 0 | 0.01 | 0.35 | 0.39 | 57.78 | 0.21 | 0.5 |
| Hex | 9B | 99 | 65 | 0 | 1 | 23 | 27 | 3A | 15 | 32 |
| Octal | 233 | 231 | 145 | 0 | 1 | 43 | 47 | 72 | 25 | 62 |
| Binary | 10011011 | 10011001 | 1100101 | 0 | 1 | 100011 | 100111 | 111010 | 10101 | 110010 |
Color Harmonies of #9B9965
Complementary color
Monochromatic Colors of #9B9965
Black with #9B9965
Text Example
Text Example
White with #9B9965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9965; }
p { color: rgb(155,153,101); }
H1.HeaderClassName
{
color: #9B9965;
}
.AnyTagClassName
{
color: #9B9965;
}
</style>
background-color css
<style>
a { background-color: #9B9965; }
a { background-color: rgb(155,153,101); }
div.DivClassName
{
background-color: #9B9965;
}
.BgClassName
{
background-color: #9B9965;
}
</style>
border-color css
<style>
span { border-color: #9B9965; }
span { border-color: rgb(155,153,101); }
td.TdClassName
{
border-color: #9B9965;
}
.TagClassName
{
border-color: #9B9965;
}
</style>