Shades of Malachite Green #919375
Tints of Malachite Green #919375
RGB
CMYK
RGB Variations
Color information
#919375 (or 0x919375) is known color: Malachite Green. HEX triplet: 91, 93 and 75. RGB value is (145,147,117). Sum of RGB (Red+Green+Blue) = 145+147+117=409 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.45% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 147 - color contains mainly: green. Hex color #919375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919375 is #6E6C8A. Grayscale: #8F8F8F. Windows color (decimal): -7236747 or 7705489. OLE color: 7705489.
HSL color Cylindrical-coordinate representation of color #919375: hue angle of 64º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #919375 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 147 | 117 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.42 |
| HSL | 64º | 0.12% | 0.52% | - |
| HSV(B) | 64º | 0.2% | 0.58% | - |
| XYZ | 25.32 | 28.17 | 20.93 | - |
| YUV | 142.98 | 113.34 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 147 | 117 | 0.01 | 0 | 0.20 | 0.42 | 64 | 0.12 | 0.52 |
| Hex | 91 | 93 | 75 | 1 | 0 | 14 | 2A | 40 | C | 34 |
| Octal | 221 | 223 | 165 | 1 | 0 | 24 | 52 | 100 | 14 | 64 |
| Binary | 10010001 | 10010011 | 1110101 | 1 | 0 | 10100 | 101010 | 1000000 | 1100 | 110100 |
Color Harmonies of #919375
Complementary color
Monochromatic Colors of #919375
Black with #919375
Text Example
Text Example
White with #919375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919375; }
p { color: rgb(145,147,117); }
H1.HeaderClassName
{
color: #919375;
}
.AnyTagClassName
{
color: #919375;
}
</style>
background-color css
<style>
a { background-color: #919375; }
a { background-color: rgb(145,147,117); }
div.DivClassName
{
background-color: #919375;
}
.BgClassName
{
background-color: #919375;
}
</style>
border-color css
<style>
span { border-color: #919375; }
span { border-color: rgb(145,147,117); }
td.TdClassName
{
border-color: #919375;
}
.TagClassName
{
border-color: #919375;
}
</style>