Shades of Malachite Green #949168
Tints of Malachite Green #949168
RGB
CMYK
RGB Variations
Color information
#949168 (or 0x949168) is known color: Malachite Green. HEX triplet: 94, 91 and 68. RGB value is (148,145,104). Sum of RGB (Red+Green+Blue) = 148+145+104=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 148 - color contains mainly: red. Hex color #949168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949168 is #6B6E97. Grayscale: #8D8D8D. Windows color (decimal): -7040664 or 6853012. OLE color: 6853012.
HSL color Cylindrical-coordinate representation of color #949168: hue angle of 55.91º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #949168 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 145 | 104 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.42 |
| HSL | 55.91º | 0.17% | 0.49% | - |
| HSV(B) | 55.91º | 0.3% | 0.58% | - |
| XYZ | 24.84 | 27.55 | 17.1 | - |
| YUV | 141.22 | 106.99 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 145 | 104 | 0 | 0.02 | 0.30 | 0.42 | 55.91 | 0.17 | 0.49 |
| Hex | 94 | 91 | 68 | 0 | 2 | 1E | 2A | 38 | 11 | 31 |
| Octal | 224 | 221 | 150 | 0 | 2 | 36 | 52 | 70 | 21 | 61 |
| Binary | 10010100 | 10010001 | 1101000 | 0 | 10 | 11110 | 101010 | 111000 | 10001 | 110001 |
Color Harmonies of #949168
Complementary color
Monochromatic Colors of #949168
Black with #949168
Text Example
Text Example
White with #949168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949168; }
p { color: rgb(148,145,104); }
H1.HeaderClassName
{
color: #949168;
}
.AnyTagClassName
{
color: #949168;
}
</style>
background-color css
<style>
a { background-color: #949168; }
a { background-color: rgb(148,145,104); }
div.DivClassName
{
background-color: #949168;
}
.BgClassName
{
background-color: #949168;
}
</style>
border-color css
<style>
span { border-color: #949168; }
span { border-color: rgb(148,145,104); }
td.TdClassName
{
border-color: #949168;
}
.TagClassName
{
border-color: #949168;
}
</style>