Shades of Malachite Green #969365
Tints of Malachite Green #969365
RGB
CMYK
RGB Variations
Color information
#969365 (or 0x969365) is known color: Malachite Green. HEX triplet: 96, 93 and 65. RGB value is (150,147,101). Sum of RGB (Red+Green+Blue) = 150+147+101=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 150 - color contains mainly: red. Hex color #969365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969365 is #696C9A. Grayscale: #8E8E8E. Windows color (decimal): -6909083 or 6656918. OLE color: 6656918.
HSL color Cylindrical-coordinate representation of color #969365: hue angle of 56.33º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #969365 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 147 | 101 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.41 |
| HSL | 56.33º | 0.2% | 0.49% | - |
| HSV(B) | 56.33º | 0.33% | 0.59% | - |
| XYZ | 25.36 | 28.29 | 16.44 | - |
| YUV | 142.65 | 104.49 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 147 | 101 | 0 | 0.02 | 0.33 | 0.41 | 56.33 | 0.2 | 0.49 |
| Hex | 96 | 93 | 65 | 0 | 2 | 21 | 29 | 38 | 14 | 31 |
| Octal | 226 | 223 | 145 | 0 | 2 | 41 | 51 | 70 | 24 | 61 |
| Binary | 10010110 | 10010011 | 1100101 | 0 | 10 | 100001 | 101001 | 111000 | 10100 | 110001 |
Color Harmonies of #969365
Complementary color
Monochromatic Colors of #969365
Black with #969365
Text Example
Text Example
White with #969365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969365; }
p { color: rgb(150,147,101); }
H1.HeaderClassName
{
color: #969365;
}
.AnyTagClassName
{
color: #969365;
}
</style>
background-color css
<style>
a { background-color: #969365; }
a { background-color: rgb(150,147,101); }
div.DivClassName
{
background-color: #969365;
}
.BgClassName
{
background-color: #969365;
}
</style>
border-color css
<style>
span { border-color: #969365; }
span { border-color: rgb(150,147,101); }
td.TdClassName
{
border-color: #969365;
}
.TagClassName
{
border-color: #969365;
}
</style>