Shades of Malachite Green #949164
Tints of Malachite Green #949164
RGB
CMYK
RGB Variations
Color information
#949164 (or 0x949164) is known color: Malachite Green. HEX triplet: 94, 91 and 64. RGB value is (148,145,100). Sum of RGB (Red+Green+Blue) = 148+145+100=393 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.66% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 148 - color contains mainly: red. Hex color #949164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949164 is #6B6E9B. Grayscale: #8C8C8C. Windows color (decimal): -7040668 or 6590868. OLE color: 6590868.
HSL color Cylindrical-coordinate representation of color #949164: hue angle of 56.25º 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 #949164 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 145 | 100 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.42 |
| HSL | 56.25º | 0.19% | 0.49% | - |
| HSV(B) | 56.25º | 0.32% | 0.58% | - |
| XYZ | 24.64 | 27.47 | 16.06 | - |
| YUV | 140.77 | 104.99 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 145 | 100 | 0 | 0.02 | 0.32 | 0.42 | 56.25 | 0.19 | 0.49 |
| Hex | 94 | 91 | 64 | 0 | 2 | 20 | 2A | 38 | 13 | 31 |
| Octal | 224 | 221 | 144 | 0 | 2 | 40 | 52 | 70 | 23 | 61 |
| Binary | 10010100 | 10010001 | 1100100 | 0 | 10 | 100000 | 101010 | 111000 | 10011 | 110001 |
Color Harmonies of #949164
Complementary color
Monochromatic Colors of #949164
Black with #949164
Text Example
Text Example
White with #949164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949164; }
p { color: rgb(148,145,100); }
H1.HeaderClassName
{
color: #949164;
}
.AnyTagClassName
{
color: #949164;
}
</style>
background-color css
<style>
a { background-color: #949164; }
a { background-color: rgb(148,145,100); }
div.DivClassName
{
background-color: #949164;
}
.BgClassName
{
background-color: #949164;
}
</style>
border-color css
<style>
span { border-color: #949164; }
span { border-color: rgb(148,145,100); }
td.TdClassName
{
border-color: #949164;
}
.TagClassName
{
border-color: #949164;
}
</style>