Shades of Malachite Green #9E9A5F
Tints of Malachite Green #9E9A5F
RGB
CMYK
RGB Variations
Color information
#9E9A5F (or 0x9E9A5F) is known color: Malachite Green. HEX triplet: 9E, 9A and 5F. RGB value is (158,154,95). Sum of RGB (Red+Green+Blue) = 158+154+95=407 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.82% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 95 (37.5% from 255 or 23.34% from 407); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9A5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9A5F is #6165A0. Grayscale: #949494. Windows color (decimal): -6383009 or 6265502. OLE color: 6265502.
HSL color Cylindrical-coordinate representation of color #9E9A5F: hue angle of 56.19º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9E9A5F is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 154 | 95 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.38 |
| HSL | 56.19º | 0.25% | 0.5% | - |
| HSV(B) | 56.19º | 0.4% | 0.62% | - |
| XYZ | 27.72 | 31.21 | 15.39 | - |
| YUV | 148.47 | 97.83 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 154 | 95 | 0 | 0.03 | 0.40 | 0.38 | 56.19 | 0.25 | 0.5 |
| Hex | 9E | 9A | 5F | 0 | 3 | 28 | 26 | 38 | 19 | 32 |
| Octal | 236 | 232 | 137 | 0 | 3 | 50 | 46 | 70 | 31 | 62 |
| Binary | 10011110 | 10011010 | 1011111 | 0 | 11 | 101000 | 100110 | 111000 | 11001 | 110010 |
Color Harmonies of #9E9A5F
Complementary color
Monochromatic Colors of #9E9A5F
Black with #9E9A5F
Text Example
Text Example
White with #9E9A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9A5F; }
p { color: rgb(158,154,95); }
H1.HeaderClassName
{
color: #9E9A5F;
}
.AnyTagClassName
{
color: #9E9A5F;
}
</style>
background-color css
<style>
a { background-color: #9E9A5F; }
a { background-color: rgb(158,154,95); }
div.DivClassName
{
background-color: #9E9A5F;
}
.BgClassName
{
background-color: #9E9A5F;
}
</style>
border-color css
<style>
span { border-color: #9E9A5F; }
span { border-color: rgb(158,154,95); }
td.TdClassName
{
border-color: #9E9A5F;
}
.TagClassName
{
border-color: #9E9A5F;
}
</style>