Shades of Malachite Green #919068
Tints of Malachite Green #919068
RGB
CMYK
RGB Variations
Color information
#919068 (or 0x919068) is known color: Malachite Green. HEX triplet: 91, 90 and 68. RGB value is (145,144,104). Sum of RGB (Red+Green+Blue) = 145+144+104=393 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.90% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 145 - color contains mainly: red. Hex color #919068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919068 is #6E6F97. Grayscale: #8B8B8B. Windows color (decimal): -7237528 or 6852753. OLE color: 6852753.
HSL color Cylindrical-coordinate representation of color #919068: hue angle of 58.54º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #919068 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 144 | 104 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.43 |
| HSL | 58.54º | 0.16% | 0.49% | - |
| HSV(B) | 58.54º | 0.28% | 0.57% | - |
| XYZ | 24.15 | 26.97 | 17.03 | - |
| YUV | 139.74 | 107.83 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 144 | 104 | 0 | 0.01 | 0.28 | 0.43 | 58.54 | 0.16 | 0.49 |
| Hex | 91 | 90 | 68 | 0 | 1 | 1C | 2B | 3B | 10 | 31 |
| Octal | 221 | 220 | 150 | 0 | 1 | 34 | 53 | 73 | 20 | 61 |
| Binary | 10010001 | 10010000 | 1101000 | 0 | 1 | 11100 | 101011 | 111011 | 10000 | 110001 |
Color Harmonies of #919068
Complementary color
Monochromatic Colors of #919068
Black with #919068
Text Example
Text Example
White with #919068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919068; }
p { color: rgb(145,144,104); }
H1.HeaderClassName
{
color: #919068;
}
.AnyTagClassName
{
color: #919068;
}
</style>
background-color css
<style>
a { background-color: #919068; }
a { background-color: rgb(145,144,104); }
div.DivClassName
{
background-color: #919068;
}
.BgClassName
{
background-color: #919068;
}
</style>
border-color css
<style>
span { border-color: #919068; }
span { border-color: rgb(145,144,104); }
td.TdClassName
{
border-color: #919068;
}
.TagClassName
{
border-color: #919068;
}
</style>