Shades of Malachite Green #94916A
Tints of Malachite Green #94916A
RGB
CMYK
RGB Variations
Color information
#94916A (or 0x94916A) is known color: Malachite Green. HEX triplet: 94, 91 and 6A. RGB value is (148,145,106). Sum of RGB (Red+Green+Blue) = 148+145+106=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 148 - color contains mainly: red. Hex color #94916A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94916A is #6B6E95. Grayscale: #8D8D8D. Windows color (decimal): -7040662 or 6984084. OLE color: 6984084.
HSL color Cylindrical-coordinate representation of color #94916A: hue angle of 55.71º 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 #94916A is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 145 | 106 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.42 |
| HSL | 55.71º | 0.17% | 0.5% | - |
| HSV(B) | 55.71º | 0.28% | 0.58% | - |
| XYZ | 24.94 | 27.59 | 17.65 | - |
| YUV | 141.45 | 107.99 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 145 | 106 | 0 | 0.02 | 0.28 | 0.42 | 55.71 | 0.17 | 0.5 |
| Hex | 94 | 91 | 6A | 0 | 2 | 1C | 2A | 38 | 11 | 32 |
| Octal | 224 | 221 | 152 | 0 | 2 | 34 | 52 | 70 | 21 | 62 |
| Binary | 10010100 | 10010001 | 1101010 | 0 | 10 | 11100 | 101010 | 111000 | 10001 | 110010 |
Color Harmonies of #94916A
Complementary color
Monochromatic Colors of #94916A
Black with #94916A
Text Example
Text Example
White with #94916A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94916A; }
p { color: rgb(148,145,106); }
H1.HeaderClassName
{
color: #94916A;
}
.AnyTagClassName
{
color: #94916A;
}
</style>
background-color css
<style>
a { background-color: #94916A; }
a { background-color: rgb(148,145,106); }
div.DivClassName
{
background-color: #94916A;
}
.BgClassName
{
background-color: #94916A;
}
</style>
border-color css
<style>
span { border-color: #94916A; }
span { border-color: rgb(148,145,106); }
td.TdClassName
{
border-color: #94916A;
}
.TagClassName
{
border-color: #94916A;
}
</style>