Shades of Malachite Green #999561
Tints of Malachite Green #999561
RGB
CMYK
RGB Variations
Color information
#999561 (or 0x999561) is known color: Malachite Green. HEX triplet: 99, 95 and 61. RGB value is (153,149,97). Sum of RGB (Red+Green+Blue) = 153+149+97=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 97 (38.28% from 255 or 24.31% from 399); Max value from RGB is 153 - color contains mainly: red. Hex color #999561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999561 is #666A9E. Grayscale: #909090. Windows color (decimal): -6711967 or 6395289. OLE color: 6395289.
HSL color Cylindrical-coordinate representation of color #999561: hue angle of 55.71º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #999561 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 149 | 97 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.4 |
| HSL | 55.71º | 0.22% | 0.49% | - |
| HSV(B) | 55.71º | 0.37% | 0.6% | - |
| XYZ | 26.04 | 29.13 | 15.56 | - |
| YUV | 144.27 | 101.33 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 149 | 97 | 0 | 0.03 | 0.37 | 0.4 | 55.71 | 0.22 | 0.49 |
| Hex | 99 | 95 | 61 | 0 | 3 | 25 | 28 | 38 | 16 | 31 |
| Octal | 231 | 225 | 141 | 0 | 3 | 45 | 50 | 70 | 26 | 61 |
| Binary | 10011001 | 10010101 | 1100001 | 0 | 11 | 100101 | 101000 | 111000 | 10110 | 110001 |
Color Harmonies of #999561
Complementary color
Monochromatic Colors of #999561
Black with #999561
Text Example
Text Example
White with #999561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999561; }
p { color: rgb(153,149,97); }
H1.HeaderClassName
{
color: #999561;
}
.AnyTagClassName
{
color: #999561;
}
</style>
background-color css
<style>
a { background-color: #999561; }
a { background-color: rgb(153,149,97); }
div.DivClassName
{
background-color: #999561;
}
.BgClassName
{
background-color: #999561;
}
</style>
border-color css
<style>
span { border-color: #999561; }
span { border-color: rgb(153,149,97); }
td.TdClassName
{
border-color: #999561;
}
.TagClassName
{
border-color: #999561;
}
</style>