Shades of Malachite Green #949169
Tints of Malachite Green #949169
RGB
CMYK
RGB Variations
Color information
#949169 (or 0x949169) is known color: Malachite Green. HEX triplet: 94, 91 and 69. RGB value is (148,145,105). Sum of RGB (Red+Green+Blue) = 148+145+105=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 105 (41.41% from 255 or 26.38% from 398); Max value from RGB is 148 - color contains mainly: red. Hex color #949169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949169 is #6B6E96. Grayscale: #8D8D8D. Windows color (decimal): -7040663 or 6918548. OLE color: 6918548.
HSL color Cylindrical-coordinate representation of color #949169: hue angle of 55.81º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #949169 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 145 | 105 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.42 |
| HSL | 55.81º | 0.17% | 0.5% | - |
| HSV(B) | 55.81º | 0.29% | 0.58% | - |
| XYZ | 24.89 | 27.57 | 17.37 | - |
| YUV | 141.34 | 107.49 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 145 | 105 | 0 | 0.02 | 0.29 | 0.42 | 55.81 | 0.17 | 0.5 |
| Hex | 94 | 91 | 69 | 0 | 2 | 1D | 2A | 38 | 11 | 32 |
| Octal | 224 | 221 | 151 | 0 | 2 | 35 | 52 | 70 | 21 | 62 |
| Binary | 10010100 | 10010001 | 1101001 | 0 | 10 | 11101 | 101010 | 111000 | 10001 | 110010 |
Color Harmonies of #949169
Complementary color
Monochromatic Colors of #949169
Black with #949169
Text Example
Text Example
White with #949169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949169; }
p { color: rgb(148,145,105); }
H1.HeaderClassName
{
color: #949169;
}
.AnyTagClassName
{
color: #949169;
}
</style>
background-color css
<style>
a { background-color: #949169; }
a { background-color: rgb(148,145,105); }
div.DivClassName
{
background-color: #949169;
}
.BgClassName
{
background-color: #949169;
}
</style>
border-color css
<style>
span { border-color: #949169; }
span { border-color: rgb(148,145,105); }
td.TdClassName
{
border-color: #949169;
}
.TagClassName
{
border-color: #949169;
}
</style>