Shades of Malachite Green #918F70
Tints of Malachite Green #918F70
RGB
CMYK
RGB Variations
Color information
#918F70 (or 0x918F70) is known color: Malachite Green. HEX triplet: 91, 8F and 70. RGB value is (145,143,112). Sum of RGB (Red+Green+Blue) = 145+143+112=400 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.25% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 145 - color contains mainly: red. Hex color #918F70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918F70 is #6E708F. Grayscale: #8C8C8C. Windows color (decimal): -7237776 or 7376785. OLE color: 7376785.
HSL color Cylindrical-coordinate representation of color #918F70: hue angle of 56.36º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #918F70 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 143 | 112 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.43 |
| HSL | 56.36º | 0.13% | 0.5% | - |
| HSV(B) | 56.36º | 0.23% | 0.57% | - |
| XYZ | 24.42 | 26.83 | 19.22 | - |
| YUV | 140.06 | 112.16 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 143 | 112 | 0 | 0.01 | 0.23 | 0.43 | 56.36 | 0.13 | 0.5 |
| Hex | 91 | 8F | 70 | 0 | 1 | 17 | 2B | 38 | D | 32 |
| Octal | 221 | 217 | 160 | 0 | 1 | 27 | 53 | 70 | 15 | 62 |
| Binary | 10010001 | 10001111 | 1110000 | 0 | 1 | 10111 | 101011 | 111000 | 1101 | 110010 |
Color Harmonies of #918F70
Complementary color
Monochromatic Colors of #918F70
Black with #918F70
Text Example
Text Example
White with #918F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918F70; }
p { color: rgb(145,143,112); }
H1.HeaderClassName
{
color: #918F70;
}
.AnyTagClassName
{
color: #918F70;
}
</style>
background-color css
<style>
a { background-color: #918F70; }
a { background-color: rgb(145,143,112); }
div.DivClassName
{
background-color: #918F70;
}
.BgClassName
{
background-color: #918F70;
}
</style>
border-color css
<style>
span { border-color: #918F70; }
span { border-color: rgb(145,143,112); }
td.TdClassName
{
border-color: #918F70;
}
.TagClassName
{
border-color: #918F70;
}
</style>