Shades of Malachite Green #93916B
Tints of Malachite Green #93916B
RGB
CMYK
RGB Variations
Color information
#93916B (or 0x93916B) is known color: Malachite Green. HEX triplet: 93, 91 and 6B. RGB value is (147,145,107). Sum of RGB (Red+Green+Blue) = 147+145+107=399 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.84% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 147 - color contains mainly: red. Hex color #93916B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93916B is #6C6E94. Grayscale: #8D8D8D. Windows color (decimal): -7106197 or 7049619. OLE color: 7049619.
HSL color Cylindrical-coordinate representation of color #93916B: hue angle of 57º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93916B is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 145 | 107 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.42 |
| HSL | 57º | 0.16% | 0.5% | - |
| HSV(B) | 57º | 0.27% | 0.58% | - |
| XYZ | 24.81 | 27.52 | 17.91 | - |
| YUV | 141.27 | 108.66 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 145 | 107 | 0 | 0.01 | 0.27 | 0.42 | 57 | 0.16 | 0.5 |
| Hex | 93 | 91 | 6B | 0 | 1 | 1B | 2A | 39 | 10 | 32 |
| Octal | 223 | 221 | 153 | 0 | 1 | 33 | 52 | 71 | 20 | 62 |
| Binary | 10010011 | 10010001 | 1101011 | 0 | 1 | 11011 | 101010 | 111001 | 10000 | 110010 |
Color Harmonies of #93916B
Complementary color
Monochromatic Colors of #93916B
Black with #93916B
Text Example
Text Example
White with #93916B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93916B; }
p { color: rgb(147,145,107); }
H1.HeaderClassName
{
color: #93916B;
}
.AnyTagClassName
{
color: #93916B;
}
</style>
background-color css
<style>
a { background-color: #93916B; }
a { background-color: rgb(147,145,107); }
div.DivClassName
{
background-color: #93916B;
}
.BgClassName
{
background-color: #93916B;
}
</style>
border-color css
<style>
span { border-color: #93916B; }
span { border-color: rgb(147,145,107); }
td.TdClassName
{
border-color: #93916B;
}
.TagClassName
{
border-color: #93916B;
}
</style>