Shades of Malachite Green #969669
Tints of Malachite Green #969669
RGB
CMYK
RGB Variations
Color information
#969669 (or 0x969669) is known color: Malachite Green. HEX triplet: 96, 96 and 69. RGB value is (150,150,105). Sum of RGB (Red+Green+Blue) = 150+150+105=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 105 (41.41% from 255 or 25.93% from 405); Max value from RGB is 150 - color contains mainly: red, green. Hex color #969669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969669 is #696996. Grayscale: #919191. Windows color (decimal): -6908311 or 6919830. OLE color: 6919830.
HSL color Cylindrical-coordinate representation of color #969669: hue angle of 60º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #969669 is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 150 | 105 | - |
| CMYK | 0 | 0 | 0.30 | 0.41 |
| HSL | 60º | 0.18% | 0.5% | - |
| HSV(B) | 60º | 0.3% | 0.59% | - |
| XYZ | 26.03 | 29.32 | 17.65 | - |
| YUV | 144.87 | 105.5 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 150 | 105 | 0 | 0 | 0.30 | 0.41 | 60 | 0.18 | 0.5 |
| Hex | 96 | 96 | 69 | 0 | 0 | 1E | 29 | 3C | 12 | 32 |
| Octal | 226 | 226 | 151 | 0 | 0 | 36 | 51 | 74 | 22 | 62 |
| Binary | 10010110 | 10010110 | 1101001 | 0 | 0 | 11110 | 101001 | 111100 | 10010 | 110010 |
Color Harmonies of #969669
Complementary color
Monochromatic Colors of #969669
Black with #969669
Text Example
Text Example
White with #969669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969669; }
p { color: rgb(150,150,105); }
H1.HeaderClassName
{
color: #969669;
}
.AnyTagClassName
{
color: #969669;
}
</style>
background-color css
<style>
a { background-color: #969669; }
a { background-color: rgb(150,150,105); }
div.DivClassName
{
background-color: #969669;
}
.BgClassName
{
background-color: #969669;
}
</style>
border-color css
<style>
span { border-color: #969669; }
span { border-color: rgb(150,150,105); }
td.TdClassName
{
border-color: #969669;
}
.TagClassName
{
border-color: #969669;
}
</style>