Shades of Malachite Green #999A72
Tints of Malachite Green #999A72
RGB
CMYK
RGB Variations
Color information
#999A72 (or 0x999A72) is known color: Malachite Green. HEX triplet: 99, 9A and 72. RGB value is (153,154,114). Sum of RGB (Red+Green+Blue) = 153+154+114=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 154 (60.55% from 255 or 36.58% from 421); Blue value is 114 (44.92% from 255 or 27.08% from 421); Max value from RGB is 154 - color contains mainly: green. Hex color #999A72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999A72 is #66658D. Grayscale: #959595. Windows color (decimal): -6710670 or 7510681. OLE color: 7510681.
HSL color Cylindrical-coordinate representation of color #999A72: hue angle of 61.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #999A72 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 153 | 154 | 114 | - |
| CMYK | 0.01 | 0 | 0.26 | 0.40 |
| HSL | 61.5º | 0.17% | 0.53% | - |
| HSV(B) | 61.5º | 0.26% | 0.6% | - |
| XYZ | 27.73 | 31.1 | 20.46 | - |
| YUV | 149.14 | 108.17 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 154 | 114 | 0.01 | 0 | 0.26 | 0.40 | 61.5 | 0.17 | 0.53 |
| Hex | 99 | 9A | 72 | 1 | 0 | 1A | 28 | 3E | 11 | 35 |
| Octal | 231 | 232 | 162 | 1 | 0 | 32 | 50 | 76 | 21 | 65 |
| Binary | 10011001 | 10011010 | 1110010 | 1 | 0 | 11010 | 101000 | 111110 | 10001 | 110101 |
Color Harmonies of #999A72
Complementary color
Monochromatic Colors of #999A72
Black with #999A72
Text Example
Text Example
White with #999A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999A72; }
p { color: rgb(153,154,114); }
H1.HeaderClassName
{
color: #999A72;
}
.AnyTagClassName
{
color: #999A72;
}
</style>
background-color css
<style>
a { background-color: #999A72; }
a { background-color: rgb(153,154,114); }
div.DivClassName
{
background-color: #999A72;
}
.BgClassName
{
background-color: #999A72;
}
</style>
border-color css
<style>
span { border-color: #999A72; }
span { border-color: rgb(153,154,114); }
td.TdClassName
{
border-color: #999A72;
}
.TagClassName
{
border-color: #999A72;
}
</style>