Shades of Malachite Green #969567
Tints of Malachite Green #969567
RGB
CMYK
RGB Variations
Color information
#969567 (or 0x969567) is known color: Malachite Green. HEX triplet: 96, 95 and 67. RGB value is (150,149,103). Sum of RGB (Red+Green+Blue) = 150+149+103=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 103 (40.62% from 255 or 25.62% from 402); Max value from RGB is 150 - color contains mainly: red. Hex color #969567 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969567 is #696A98. Grayscale: #909090. Windows color (decimal): -6908569 or 6788502. OLE color: 6788502.
HSL color Cylindrical-coordinate representation of color #969567: hue angle of 58.72º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #969567 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 149 | 103 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.41 |
| HSL | 58.72º | 0.19% | 0.5% | - |
| HSV(B) | 58.72º | 0.31% | 0.59% | - |
| XYZ | 25.77 | 28.96 | 17.06 | - |
| YUV | 144.06 | 104.83 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 149 | 103 | 0 | 0.01 | 0.31 | 0.41 | 58.72 | 0.19 | 0.5 |
| Hex | 96 | 95 | 67 | 0 | 1 | 1F | 29 | 3B | 13 | 32 |
| Octal | 226 | 225 | 147 | 0 | 1 | 37 | 51 | 73 | 23 | 62 |
| Binary | 10010110 | 10010101 | 1100111 | 0 | 1 | 11111 | 101001 | 111011 | 10011 | 110010 |
Color Harmonies of #969567
Complementary color
Monochromatic Colors of #969567
Black with #969567
Text Example
Text Example
White with #969567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969567; }
p { color: rgb(150,149,103); }
H1.HeaderClassName
{
color: #969567;
}
.AnyTagClassName
{
color: #969567;
}
</style>
background-color css
<style>
a { background-color: #969567; }
a { background-color: rgb(150,149,103); }
div.DivClassName
{
background-color: #969567;
}
.BgClassName
{
background-color: #969567;
}
</style>
border-color css
<style>
span { border-color: #969567; }
span { border-color: rgb(150,149,103); }
td.TdClassName
{
border-color: #969567;
}
.TagClassName
{
border-color: #969567;
}
</style>