Shades of Malachite Green #94946A
Tints of Malachite Green #94946A
RGB
CMYK
RGB Variations
Color information
#94946A (or 0x94946A) is known color: Malachite Green. HEX triplet: 94, 94 and 6A. RGB value is (148,148,106). Sum of RGB (Red+Green+Blue) = 148+148+106=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 106 (41.80% from 255 or 26.37% from 402); Max value from RGB is 148 - color contains mainly: red, green. Hex color #94946A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94946A is #6B6B95. Grayscale: #8F8F8F. Windows color (decimal): -7039894 or 6984852. OLE color: 6984852.
HSL color Cylindrical-coordinate representation of color #94946A: hue angle of 60º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94946A is Cyan = 0, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 148 | 106 | - |
| CMYK | 0 | 0 | 0.28 | 0.42 |
| HSL | 60º | 0.17% | 0.5% | - |
| HSV(B) | 60º | 0.28% | 0.58% | - |
| XYZ | 25.4 | 28.52 | 17.8 | - |
| YUV | 143.21 | 107 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 148 | 106 | 0 | 0 | 0.28 | 0.42 | 60 | 0.17 | 0.5 |
| Hex | 94 | 94 | 6A | 0 | 0 | 1C | 2A | 3C | 11 | 32 |
| Octal | 224 | 224 | 152 | 0 | 0 | 34 | 52 | 74 | 21 | 62 |
| Binary | 10010100 | 10010100 | 1101010 | 0 | 0 | 11100 | 101010 | 111100 | 10001 | 110010 |
Color Harmonies of #94946A
Complementary color
Monochromatic Colors of #94946A
Black with #94946A
Text Example
Text Example
White with #94946A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94946A; }
p { color: rgb(148,148,106); }
H1.HeaderClassName
{
color: #94946A;
}
.AnyTagClassName
{
color: #94946A;
}
</style>
background-color css
<style>
a { background-color: #94946A; }
a { background-color: rgb(148,148,106); }
div.DivClassName
{
background-color: #94946A;
}
.BgClassName
{
background-color: #94946A;
}
</style>
border-color css
<style>
span { border-color: #94946A; }
span { border-color: rgb(148,148,106); }
td.TdClassName
{
border-color: #94946A;
}
.TagClassName
{
border-color: #94946A;
}
</style>