Shades of Malachite Green #969466
Tints of Malachite Green #969466
RGB
CMYK
RGB Variations
Color information
#969466 (or 0x969466) is known color: Malachite Green. HEX triplet: 96, 94 and 66. RGB value is (150,148,102). Sum of RGB (Red+Green+Blue) = 150+148+102=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 102 (40.23% from 255 or 25.5% from 400); Max value from RGB is 150 - color contains mainly: red. Hex color #969466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969466 is #696B99. Grayscale: #8F8F8F. Windows color (decimal): -6908826 or 6722710. OLE color: 6722710.
HSL color Cylindrical-coordinate representation of color #969466: hue angle of 57.5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #969466 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 148 | 102 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.41 |
| HSL | 57.5º | 0.19% | 0.49% | - |
| HSV(B) | 57.5º | 0.32% | 0.59% | - |
| XYZ | 25.57 | 28.62 | 16.75 | - |
| YUV | 143.35 | 104.66 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 148 | 102 | 0 | 0.01 | 0.32 | 0.41 | 57.5 | 0.19 | 0.49 |
| Hex | 96 | 94 | 66 | 0 | 1 | 20 | 29 | 3A | 13 | 31 |
| Octal | 226 | 224 | 146 | 0 | 1 | 40 | 51 | 72 | 23 | 61 |
| Binary | 10010110 | 10010100 | 1100110 | 0 | 1 | 100000 | 101001 | 111010 | 10011 | 110001 |
Color Harmonies of #969466
Complementary color
Monochromatic Colors of #969466
Black with #969466
Text Example
Text Example
White with #969466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969466; }
p { color: rgb(150,148,102); }
H1.HeaderClassName
{
color: #969466;
}
.AnyTagClassName
{
color: #969466;
}
</style>
background-color css
<style>
a { background-color: #969466; }
a { background-color: rgb(150,148,102); }
div.DivClassName
{
background-color: #969466;
}
.BgClassName
{
background-color: #969466;
}
</style>
border-color css
<style>
span { border-color: #969466; }
span { border-color: rgb(150,148,102); }
td.TdClassName
{
border-color: #969466;
}
.TagClassName
{
border-color: #969466;
}
</style>