Shades of Malachite Green #96946B
Tints of Malachite Green #96946B
RGB
CMYK
RGB Variations
Color information
#96946B (or 0x96946B) is known color: Malachite Green. HEX triplet: 96, 94 and 6B. RGB value is (150,148,107). Sum of RGB (Red+Green+Blue) = 150+148+107=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 107 (42.19% from 255 or 26.42% from 405); Max value from RGB is 150 - color contains mainly: red. Hex color #96946B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96946B is #696B94. Grayscale: #909090. Windows color (decimal): -6908821 or 7050390. OLE color: 7050390.
HSL color Cylindrical-coordinate representation of color #96946B: hue angle of 57.21º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96946B is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 148 | 107 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.41 |
| HSL | 57.21º | 0.17% | 0.5% | - |
| HSV(B) | 57.21º | 0.29% | 0.59% | - |
| XYZ | 25.82 | 28.73 | 18.09 | - |
| YUV | 143.92 | 107.16 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 148 | 107 | 0 | 0.01 | 0.29 | 0.41 | 57.21 | 0.17 | 0.5 |
| Hex | 96 | 94 | 6B | 0 | 1 | 1D | 29 | 39 | 11 | 32 |
| Octal | 226 | 224 | 153 | 0 | 1 | 35 | 51 | 71 | 21 | 62 |
| Binary | 10010110 | 10010100 | 1101011 | 0 | 1 | 11101 | 101001 | 111001 | 10001 | 110010 |
Color Harmonies of #96946B
Complementary color
Monochromatic Colors of #96946B
Black with #96946B
Text Example
Text Example
White with #96946B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96946B; }
p { color: rgb(150,148,107); }
H1.HeaderClassName
{
color: #96946B;
}
.AnyTagClassName
{
color: #96946B;
}
</style>
background-color css
<style>
a { background-color: #96946B; }
a { background-color: rgb(150,148,107); }
div.DivClassName
{
background-color: #96946B;
}
.BgClassName
{
background-color: #96946B;
}
</style>
border-color css
<style>
span { border-color: #96946B; }
span { border-color: rgb(150,148,107); }
td.TdClassName
{
border-color: #96946B;
}
.TagClassName
{
border-color: #96946B;
}
</style>