Shades of Malachite Green #999461
Tints of Malachite Green #999461
RGB
CMYK
RGB Variations
Color information
#999461 (or 0x999461) is known color: Malachite Green. HEX triplet: 99, 94 and 61. RGB value is (153,148,97). Sum of RGB (Red+Green+Blue) = 153+148+97=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 153 - color contains mainly: red. Hex color #999461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999461 is #666B9E. Grayscale: #8F8F8F. Windows color (decimal): -6712223 or 6395033. OLE color: 6395033.
HSL color Cylindrical-coordinate representation of color #999461: hue angle of 54.64º 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 #999461 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 148 | 97 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.4 |
| HSL | 54.64º | 0.22% | 0.49% | - |
| HSV(B) | 54.64º | 0.37% | 0.6% | - |
| XYZ | 25.88 | 28.82 | 15.51 | - |
| YUV | 143.68 | 101.66 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 148 | 97 | 0 | 0.03 | 0.37 | 0.4 | 54.64 | 0.22 | 0.49 |
| Hex | 99 | 94 | 61 | 0 | 3 | 25 | 28 | 37 | 16 | 31 |
| Octal | 231 | 224 | 141 | 0 | 3 | 45 | 50 | 67 | 26 | 61 |
| Binary | 10011001 | 10010100 | 1100001 | 0 | 11 | 100101 | 101000 | 110111 | 10110 | 110001 |
Color Harmonies of #999461
Complementary color
Monochromatic Colors of #999461
Black with #999461
Text Example
Text Example
White with #999461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999461; }
p { color: rgb(153,148,97); }
H1.HeaderClassName
{
color: #999461;
}
.AnyTagClassName
{
color: #999461;
}
</style>
background-color css
<style>
a { background-color: #999461; }
a { background-color: rgb(153,148,97); }
div.DivClassName
{
background-color: #999461;
}
.BgClassName
{
background-color: #999461;
}
</style>
border-color css
<style>
span { border-color: #999461; }
span { border-color: rgb(153,148,97); }
td.TdClassName
{
border-color: #999461;
}
.TagClassName
{
border-color: #999461;
}
</style>