Shades of Malachite Green #939575
Tints of Malachite Green #939575
RGB
CMYK
RGB Variations
Color information
#939575 (or 0x939575) is known color: Malachite Green. HEX triplet: 93, 95 and 75. RGB value is (147,149,117). Sum of RGB (Red+Green+Blue) = 147+149+117=413 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.59% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 149 - color contains mainly: green. Hex color #939575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939575 is #6C6A8A. Grayscale: #909090. Windows color (decimal): -7105163 or 7706003. OLE color: 7706003.
HSL color Cylindrical-coordinate representation of color #939575: hue angle of 63.75º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #939575 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 149 | 117 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.42 |
| HSL | 63.75º | 0.13% | 0.52% | - |
| HSV(B) | 63.75º | 0.21% | 0.58% | - |
| XYZ | 25.99 | 28.98 | 21.05 | - |
| YUV | 144.75 | 112.34 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 149 | 117 | 0.01 | 0 | 0.21 | 0.42 | 63.75 | 0.13 | 0.52 |
| Hex | 93 | 95 | 75 | 1 | 0 | 15 | 2A | 40 | D | 34 |
| Octal | 223 | 225 | 165 | 1 | 0 | 25 | 52 | 100 | 15 | 64 |
| Binary | 10010011 | 10010101 | 1110101 | 1 | 0 | 10101 | 101010 | 1000000 | 1101 | 110100 |
Color Harmonies of #939575
Complementary color
Monochromatic Colors of #939575
Black with #939575
Text Example
Text Example
White with #939575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939575; }
p { color: rgb(147,149,117); }
H1.HeaderClassName
{
color: #939575;
}
.AnyTagClassName
{
color: #939575;
}
</style>
background-color css
<style>
a { background-color: #939575; }
a { background-color: rgb(147,149,117); }
div.DivClassName
{
background-color: #939575;
}
.BgClassName
{
background-color: #939575;
}
</style>
border-color css
<style>
span { border-color: #939575; }
span { border-color: rgb(147,149,117); }
td.TdClassName
{
border-color: #939575;
}
.TagClassName
{
border-color: #939575;
}
</style>