Shades of Malachite Green #969464
Tints of Malachite Green #969464
RGB
CMYK
RGB Variations
Color information
#969464 (or 0x969464) is known color: Malachite Green. HEX triplet: 96, 94 and 64. RGB value is (150,148,100). Sum of RGB (Red+Green+Blue) = 150+148+100=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 100 (39.45% from 255 or 25.13% from 398); Max value from RGB is 150 - color contains mainly: red. Hex color #969464 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969464 is #696B9B. Grayscale: #8F8F8F. Windows color (decimal): -6908828 or 6591638. OLE color: 6591638.
HSL color Cylindrical-coordinate representation of color #969464: hue angle of 57.6º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #969464 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 148 | 100 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.41 |
| HSL | 57.6º | 0.2% | 0.49% | - |
| HSV(B) | 57.6º | 0.33% | 0.59% | - |
| XYZ | 25.47 | 28.58 | 16.23 | - |
| YUV | 143.13 | 103.66 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 148 | 100 | 0 | 0.01 | 0.33 | 0.41 | 57.6 | 0.2 | 0.49 |
| Hex | 96 | 94 | 64 | 0 | 1 | 21 | 29 | 3A | 14 | 31 |
| Octal | 226 | 224 | 144 | 0 | 1 | 41 | 51 | 72 | 24 | 61 |
| Binary | 10010110 | 10010100 | 1100100 | 0 | 1 | 100001 | 101001 | 111010 | 10100 | 110001 |
Color Harmonies of #969464
Complementary color
Monochromatic Colors of #969464
Black with #969464
Text Example
Text Example
White with #969464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969464; }
p { color: rgb(150,148,100); }
H1.HeaderClassName
{
color: #969464;
}
.AnyTagClassName
{
color: #969464;
}
</style>
background-color css
<style>
a { background-color: #969464; }
a { background-color: rgb(150,148,100); }
div.DivClassName
{
background-color: #969464;
}
.BgClassName
{
background-color: #969464;
}
</style>
border-color css
<style>
span { border-color: #969464; }
span { border-color: rgb(150,148,100); }
td.TdClassName
{
border-color: #969464;
}
.TagClassName
{
border-color: #969464;
}
</style>