Shades of Malachite Green #96977A
Tints of Malachite Green #96977A
RGB
CMYK
RGB Variations
Color information
#96977A (or 0x96977A) is known color: Malachite Green. HEX triplet: 96, 97 and 7A. RGB value is (150,151,122). Sum of RGB (Red+Green+Blue) = 150+151+122=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 151 - color contains mainly: green. Hex color #96977A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96977A is #696885. Grayscale: #939393. Windows color (decimal): -6908038 or 8034198. OLE color: 8034198.
HSL color Cylindrical-coordinate representation of color #96977A: hue angle of 62.07º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96977A is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 151 | 122 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.41 |
| HSL | 62.07º | 0.12% | 0.54% | - |
| HSV(B) | 62.07º | 0.19% | 0.59% | - |
| XYZ | 27.16 | 30.02 | 22.78 | - |
| YUV | 147.4 | 113.67 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 151 | 122 | 0.01 | 0 | 0.19 | 0.41 | 62.07 | 0.12 | 0.54 |
| Hex | 96 | 97 | 7A | 1 | 0 | 13 | 29 | 3E | C | 36 |
| Octal | 226 | 227 | 172 | 1 | 0 | 23 | 51 | 76 | 14 | 66 |
| Binary | 10010110 | 10010111 | 1111010 | 1 | 0 | 10011 | 101001 | 111110 | 1100 | 110110 |
Color Harmonies of #96977A
Complementary color
Monochromatic Colors of #96977A
Black with #96977A
Text Example
Text Example
White with #96977A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96977A; }
p { color: rgb(150,151,122); }
H1.HeaderClassName
{
color: #96977A;
}
.AnyTagClassName
{
color: #96977A;
}
</style>
background-color css
<style>
a { background-color: #96977A; }
a { background-color: rgb(150,151,122); }
div.DivClassName
{
background-color: #96977A;
}
.BgClassName
{
background-color: #96977A;
}
</style>
border-color css
<style>
span { border-color: #96977A; }
span { border-color: rgb(150,151,122); }
td.TdClassName
{
border-color: #96977A;
}
.TagClassName
{
border-color: #96977A;
}
</style>