Shades of Malachite Green #96936B
Tints of Malachite Green #96936B
RGB
CMYK
RGB Variations
Color information
#96936B (or 0x96936B) is known color: Malachite Green. HEX triplet: 96, 93 and 6B. RGB value is (150,147,107). Sum of RGB (Red+Green+Blue) = 150+147+107=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 150 - color contains mainly: red. Hex color #96936B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96936B is #696C94. Grayscale: #8F8F8F. Windows color (decimal): -6909077 or 7050134. OLE color: 7050134.
HSL color Cylindrical-coordinate representation of color #96936B: hue angle of 55.81º 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 #96936B is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 147 | 107 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.41 |
| HSL | 55.81º | 0.17% | 0.5% | - |
| HSV(B) | 55.81º | 0.29% | 0.59% | - |
| XYZ | 25.67 | 28.41 | 18.04 | - |
| YUV | 143.34 | 107.49 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 147 | 107 | 0 | 0.02 | 0.29 | 0.41 | 55.81 | 0.17 | 0.5 |
| Hex | 96 | 93 | 6B | 0 | 2 | 1D | 29 | 38 | 11 | 32 |
| Octal | 226 | 223 | 153 | 0 | 2 | 35 | 51 | 70 | 21 | 62 |
| Binary | 10010110 | 10010011 | 1101011 | 0 | 10 | 11101 | 101001 | 111000 | 10001 | 110010 |
Color Harmonies of #96936B
Complementary color
Monochromatic Colors of #96936B
Black with #96936B
Text Example
Text Example
White with #96936B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96936B; }
p { color: rgb(150,147,107); }
H1.HeaderClassName
{
color: #96936B;
}
.AnyTagClassName
{
color: #96936B;
}
</style>
background-color css
<style>
a { background-color: #96936B; }
a { background-color: rgb(150,147,107); }
div.DivClassName
{
background-color: #96936B;
}
.BgClassName
{
background-color: #96936B;
}
</style>
border-color css
<style>
span { border-color: #96936B; }
span { border-color: rgb(150,147,107); }
td.TdClassName
{
border-color: #96936B;
}
.TagClassName
{
border-color: #96936B;
}
</style>