Shades of Malachite Green #949064
Tints of Malachite Green #949064
RGB
CMYK
RGB Variations
Color information
#949064 (or 0x949064) is known color: Malachite Green. HEX triplet: 94, 90 and 64. RGB value is (148,144,100). Sum of RGB (Red+Green+Blue) = 148+144+100=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 100 (39.45% from 255 or 25.51% from 392); Max value from RGB is 148 - color contains mainly: red. Hex color #949064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949064 is #6B6F9B. Grayscale: #8C8C8C. Windows color (decimal): -7040924 or 6590612. OLE color: 6590612.
HSL color Cylindrical-coordinate representation of color #949064: hue angle of 55º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #949064 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 144 | 100 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.42 |
| HSL | 55º | 0.19% | 0.49% | - |
| HSV(B) | 55º | 0.32% | 0.58% | - |
| XYZ | 24.49 | 27.16 | 16.01 | - |
| YUV | 140.18 | 105.33 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 144 | 100 | 0 | 0.03 | 0.32 | 0.42 | 55 | 0.19 | 0.49 |
| Hex | 94 | 90 | 64 | 0 | 3 | 20 | 2A | 37 | 13 | 31 |
| Octal | 224 | 220 | 144 | 0 | 3 | 40 | 52 | 67 | 23 | 61 |
| Binary | 10010100 | 10010000 | 1100100 | 0 | 11 | 100000 | 101010 | 110111 | 10011 | 110001 |
Color Harmonies of #949064
Complementary color
Monochromatic Colors of #949064
Black with #949064
Text Example
Text Example
White with #949064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949064; }
p { color: rgb(148,144,100); }
H1.HeaderClassName
{
color: #949064;
}
.AnyTagClassName
{
color: #949064;
}
</style>
background-color css
<style>
a { background-color: #949064; }
a { background-color: rgb(148,144,100); }
div.DivClassName
{
background-color: #949064;
}
.BgClassName
{
background-color: #949064;
}
</style>
border-color css
<style>
span { border-color: #949064; }
span { border-color: rgb(148,144,100); }
td.TdClassName
{
border-color: #949064;
}
.TagClassName
{
border-color: #949064;
}
</style>