Shades of Malachite Green #9A9976
Tints of Malachite Green #9A9976
RGB
CMYK
RGB Variations
Color information
#9A9976 (or 0x9A9976) is known color: Malachite Green. HEX triplet: 9A, 99 and 76. RGB value is (154,153,118). Sum of RGB (Red+Green+Blue) = 154+153+118=425 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.24% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 118 (46.48% from 255 or 27.76% from 425); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9976 is #656689. Grayscale: #959595. Windows color (decimal): -6645386 or 7772570. OLE color: 7772570.
HSL color Cylindrical-coordinate representation of color #9A9976: hue angle of 58.33º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9A9976 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 153 | 118 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.40 |
| HSL | 58.33º | 0.15% | 0.53% | - |
| HSV(B) | 58.33º | 0.23% | 0.6% | - |
| XYZ | 27.99 | 30.96 | 21.64 | - |
| YUV | 149.31 | 110.33 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 153 | 118 | 0 | 0.01 | 0.23 | 0.40 | 58.33 | 0.15 | 0.53 |
| Hex | 9A | 99 | 76 | 0 | 1 | 17 | 28 | 3A | F | 35 |
| Octal | 232 | 231 | 166 | 0 | 1 | 27 | 50 | 72 | 17 | 65 |
| Binary | 10011010 | 10011001 | 1110110 | 0 | 1 | 10111 | 101000 | 111010 | 1111 | 110101 |
Color Harmonies of #9A9976
Complementary color
Monochromatic Colors of #9A9976
Black with #9A9976
Text Example
Text Example
White with #9A9976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9976; }
p { color: rgb(154,153,118); }
H1.HeaderClassName
{
color: #9A9976;
}
.AnyTagClassName
{
color: #9A9976;
}
</style>
background-color css
<style>
a { background-color: #9A9976; }
a { background-color: rgb(154,153,118); }
div.DivClassName
{
background-color: #9A9976;
}
.BgClassName
{
background-color: #9A9976;
}
</style>
border-color css
<style>
span { border-color: #9A9976; }
span { border-color: rgb(154,153,118); }
td.TdClassName
{
border-color: #9A9976;
}
.TagClassName
{
border-color: #9A9976;
}
</style>