Shades of Malachite Green #9E965C
Tints of Malachite Green #9E965C
RGB
CMYK
RGB Variations
Color information
#9E965C (or 0x9E965C) is known color: Malachite Green. HEX triplet: 9E, 96 and 5C. RGB value is (158,150,92). Sum of RGB (Red+Green+Blue) = 158+150+92=400 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.5% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 158 - color contains mainly: red. Hex color #9E965C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E965C is #6169A3. Grayscale: #929292. Windows color (decimal): -6384036 or 6067870. OLE color: 6067870.
HSL color Cylindrical-coordinate representation of color #9E965C: hue angle of 52.73º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9E965C is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 150 | 92 | - |
| CMYK | 0 | 0.05 | 0.42 | 0.38 |
| HSL | 52.73º | 0.26% | 0.49% | - |
| HSV(B) | 52.73º | 0.42% | 0.62% | - |
| XYZ | 26.94 | 29.85 | 14.47 | - |
| YUV | 145.78 | 97.65 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 150 | 92 | 0 | 0.05 | 0.42 | 0.38 | 52.73 | 0.26 | 0.49 |
| Hex | 9E | 96 | 5C | 0 | 5 | 2A | 26 | 35 | 1A | 31 |
| Octal | 236 | 226 | 134 | 0 | 5 | 52 | 46 | 65 | 32 | 61 |
| Binary | 10011110 | 10010110 | 1011100 | 0 | 101 | 101010 | 100110 | 110101 | 11010 | 110001 |
Color Harmonies of #9E965C
Complementary color
Monochromatic Colors of #9E965C
Black with #9E965C
Text Example
Text Example
White with #9E965C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E965C; }
p { color: rgb(158,150,92); }
H1.HeaderClassName
{
color: #9E965C;
}
.AnyTagClassName
{
color: #9E965C;
}
</style>
background-color css
<style>
a { background-color: #9E965C; }
a { background-color: rgb(158,150,92); }
div.DivClassName
{
background-color: #9E965C;
}
.BgClassName
{
background-color: #9E965C;
}
</style>
border-color css
<style>
span { border-color: #9E965C; }
span { border-color: rgb(158,150,92); }
td.TdClassName
{
border-color: #9E965C;
}
.TagClassName
{
border-color: #9E965C;
}
</style>