Shades of Malachite Green #939268
Tints of Malachite Green #939268
RGB
CMYK
RGB Variations
Color information
#939268 (or 0x939268) is known color: Malachite Green. HEX triplet: 93, 92 and 68. RGB value is (147,146,104). Sum of RGB (Red+Green+Blue) = 147+146+104=397 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.03% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 147 - color contains mainly: red. Hex color #939268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939268 is #6C6D97. Grayscale: #8D8D8D. Windows color (decimal): -7105944 or 6853267. OLE color: 6853267.
HSL color Cylindrical-coordinate representation of color #939268: hue angle of 58.6º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #939268 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 146 | 104 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.42 |
| HSL | 58.6º | 0.17% | 0.49% | - |
| HSV(B) | 58.6º | 0.29% | 0.58% | - |
| XYZ | 24.81 | 27.76 | 17.15 | - |
| YUV | 141.51 | 106.83 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 146 | 104 | 0 | 0.01 | 0.29 | 0.42 | 58.6 | 0.17 | 0.49 |
| Hex | 93 | 92 | 68 | 0 | 1 | 1D | 2A | 3B | 11 | 31 |
| Octal | 223 | 222 | 150 | 0 | 1 | 35 | 52 | 73 | 21 | 61 |
| Binary | 10010011 | 10010010 | 1101000 | 0 | 1 | 11101 | 101010 | 111011 | 10001 | 110001 |
Color Harmonies of #939268
Complementary color
Monochromatic Colors of #939268
Black with #939268
Text Example
Text Example
White with #939268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939268; }
p { color: rgb(147,146,104); }
H1.HeaderClassName
{
color: #939268;
}
.AnyTagClassName
{
color: #939268;
}
</style>
background-color css
<style>
a { background-color: #939268; }
a { background-color: rgb(147,146,104); }
div.DivClassName
{
background-color: #939268;
}
.BgClassName
{
background-color: #939268;
}
</style>
border-color css
<style>
span { border-color: #939268; }
span { border-color: rgb(147,146,104); }
td.TdClassName
{
border-color: #939268;
}
.TagClassName
{
border-color: #939268;
}
</style>