Shades of Malachite Green #999360
Tints of Malachite Green #999360
RGB
CMYK
RGB Variations
Color information
#999360 (or 0x999360) is known color: Malachite Green. HEX triplet: 99, 93 and 60. RGB value is (153,147,96). Sum of RGB (Red+Green+Blue) = 153+147+96=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 153 - color contains mainly: red. Hex color #999360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999360 is #666C9F. Grayscale: #8F8F8F. Windows color (decimal): -6712480 or 6329241. OLE color: 6329241.
HSL color Cylindrical-coordinate representation of color #999360: hue angle of 53.68º degrees, saturation: 0.23, 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 #999360 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 147 | 96 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.4 |
| HSL | 53.68º | 0.23% | 0.49% | - |
| HSV(B) | 53.68º | 0.37% | 0.6% | - |
| XYZ | 25.68 | 28.48 | 15.21 | - |
| YUV | 142.98 | 101.49 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 147 | 96 | 0 | 0.04 | 0.37 | 0.4 | 53.68 | 0.23 | 0.49 |
| Hex | 99 | 93 | 60 | 0 | 4 | 25 | 28 | 36 | 17 | 31 |
| Octal | 231 | 223 | 140 | 0 | 4 | 45 | 50 | 66 | 27 | 61 |
| Binary | 10011001 | 10010011 | 1100000 | 0 | 100 | 100101 | 101000 | 110110 | 10111 | 110001 |
Color Harmonies of #999360
Complementary color
Monochromatic Colors of #999360
Black with #999360
Text Example
Text Example
White with #999360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999360; }
p { color: rgb(153,147,96); }
H1.HeaderClassName
{
color: #999360;
}
.AnyTagClassName
{
color: #999360;
}
</style>
background-color css
<style>
a { background-color: #999360; }
a { background-color: rgb(153,147,96); }
div.DivClassName
{
background-color: #999360;
}
.BgClassName
{
background-color: #999360;
}
</style>
border-color css
<style>
span { border-color: #999360; }
span { border-color: rgb(153,147,96); }
td.TdClassName
{
border-color: #999360;
}
.TagClassName
{
border-color: #999360;
}
</style>