Shades of Malachite Green #9B9A65
Tints of Malachite Green #9B9A65
RGB
CMYK
RGB Variations
Color information
#9B9A65 (or 0x9B9A65) is known color: Malachite Green. HEX triplet: 9B, 9A and 65. RGB value is (155,154,101). Sum of RGB (Red+Green+Blue) = 155+154+101=410 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.80% from 410); Green value is 154 (60.55% from 255 or 37.56% from 410); Blue value is 101 (39.84% from 255 or 24.63% from 410); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9A65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9A65 is #64659A. Grayscale: #949494. Windows color (decimal): -6579611 or 6658715. OLE color: 6658715.
HSL color Cylindrical-coordinate representation of color #9B9A65: hue angle of 58.89º 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 #9B9A65 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 154 | 101 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.39 |
| HSL | 58.89º | 0.21% | 0.5% | - |
| HSV(B) | 58.89º | 0.35% | 0.61% | - |
| XYZ | 27.42 | 31.02 | 16.85 | - |
| YUV | 148.26 | 101.33 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 154 | 101 | 0 | 0.01 | 0.35 | 0.39 | 58.89 | 0.21 | 0.5 |
| Hex | 9B | 9A | 65 | 0 | 1 | 23 | 27 | 3B | 15 | 32 |
| Octal | 233 | 232 | 145 | 0 | 1 | 43 | 47 | 73 | 25 | 62 |
| Binary | 10011011 | 10011010 | 1100101 | 0 | 1 | 100011 | 100111 | 111011 | 10101 | 110010 |
Color Harmonies of #9B9A65
Complementary color
Monochromatic Colors of #9B9A65
Black with #9B9A65
Text Example
Text Example
White with #9B9A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9A65; }
p { color: rgb(155,154,101); }
H1.HeaderClassName
{
color: #9B9A65;
}
.AnyTagClassName
{
color: #9B9A65;
}
</style>
background-color css
<style>
a { background-color: #9B9A65; }
a { background-color: rgb(155,154,101); }
div.DivClassName
{
background-color: #9B9A65;
}
.BgClassName
{
background-color: #9B9A65;
}
</style>
border-color css
<style>
span { border-color: #9B9A65; }
span { border-color: rgb(155,154,101); }
td.TdClassName
{
border-color: #9B9A65;
}
.TagClassName
{
border-color: #9B9A65;
}
</style>