Shades of Malachite Green #949065
Tints of Malachite Green #949065
RGB
CMYK
RGB Variations
Color information
#949065 (or 0x949065) is known color: Malachite Green. HEX triplet: 94, 90 and 65. RGB value is (148,144,101). Sum of RGB (Red+Green+Blue) = 148+144+101=393 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.66% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 148 - color contains mainly: red. Hex color #949065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949065 is #6B6F9A. Grayscale: #8C8C8C. Windows color (decimal): -7040923 or 6656148. OLE color: 6656148.
HSL color Cylindrical-coordinate representation of color #949065: hue angle of 54.89º 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 #949065 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 144 | 101 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.42 |
| HSL | 54.89º | 0.19% | 0.49% | - |
| HSV(B) | 54.89º | 0.32% | 0.58% | - |
| XYZ | 24.53 | 27.18 | 16.27 | - |
| YUV | 140.29 | 105.83 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 144 | 101 | 0 | 0.03 | 0.32 | 0.42 | 54.89 | 0.19 | 0.49 |
| Hex | 94 | 90 | 65 | 0 | 3 | 20 | 2A | 37 | 13 | 31 |
| Octal | 224 | 220 | 145 | 0 | 3 | 40 | 52 | 67 | 23 | 61 |
| Binary | 10010100 | 10010000 | 1100101 | 0 | 11 | 100000 | 101010 | 110111 | 10011 | 110001 |
Color Harmonies of #949065
Complementary color
Monochromatic Colors of #949065
Black with #949065
Text Example
Text Example
White with #949065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949065; }
p { color: rgb(148,144,101); }
H1.HeaderClassName
{
color: #949065;
}
.AnyTagClassName
{
color: #949065;
}
</style>
background-color css
<style>
a { background-color: #949065; }
a { background-color: rgb(148,144,101); }
div.DivClassName
{
background-color: #949065;
}
.BgClassName
{
background-color: #949065;
}
</style>
border-color css
<style>
span { border-color: #949065; }
span { border-color: rgb(148,144,101); }
td.TdClassName
{
border-color: #949065;
}
.TagClassName
{
border-color: #949065;
}
</style>