Shades of Malachite Green #969263
Tints of Malachite Green #969263
RGB
CMYK
RGB Variations
Color information
#969263 (or 0x969263) is known color: Malachite Green. HEX triplet: 96, 92 and 63. RGB value is (150,146,99). Sum of RGB (Red+Green+Blue) = 150+146+99=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 99 (39.06% from 255 or 25.06% from 395); Max value from RGB is 150 - color contains mainly: red. Hex color #969263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969263 is #696D9C. Grayscale: #8E8E8E. Windows color (decimal): -6909341 or 6525590. OLE color: 6525590.
HSL color Cylindrical-coordinate representation of color #969263: hue angle of 55.29º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #969263 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 146 | 99 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.41 |
| HSL | 55.29º | 0.2% | 0.49% | - |
| HSV(B) | 55.29º | 0.34% | 0.59% | - |
| XYZ | 25.11 | 27.94 | 15.87 | - |
| YUV | 141.84 | 103.83 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 146 | 99 | 0 | 0.03 | 0.34 | 0.41 | 55.29 | 0.2 | 0.49 |
| Hex | 96 | 92 | 63 | 0 | 3 | 22 | 29 | 37 | 14 | 31 |
| Octal | 226 | 222 | 143 | 0 | 3 | 42 | 51 | 67 | 24 | 61 |
| Binary | 10010110 | 10010010 | 1100011 | 0 | 11 | 100010 | 101001 | 110111 | 10100 | 110001 |
Color Harmonies of #969263
Complementary color
Monochromatic Colors of #969263
Black with #969263
Text Example
Text Example
White with #969263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969263; }
p { color: rgb(150,146,99); }
H1.HeaderClassName
{
color: #969263;
}
.AnyTagClassName
{
color: #969263;
}
</style>
background-color css
<style>
a { background-color: #969263; }
a { background-color: rgb(150,146,99); }
div.DivClassName
{
background-color: #969263;
}
.BgClassName
{
background-color: #969263;
}
</style>
border-color css
<style>
span { border-color: #969263; }
span { border-color: rgb(150,146,99); }
td.TdClassName
{
border-color: #969263;
}
.TagClassName
{
border-color: #969263;
}
</style>