Shades of Malachite Green #9F995D
Tints of Malachite Green #9F995D
RGB
CMYK
RGB Variations
Color information
#9F995D (or 0x9F995D) is known color: Malachite Green. HEX triplet: 9F, 99 and 5D. RGB value is (159,153,93). Sum of RGB (Red+Green+Blue) = 159+153+93=405 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.26% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 159 - color contains mainly: red. Hex color #9F995D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F995D is #6066A2. Grayscale: #949494. Windows color (decimal): -6317731 or 6134175. OLE color: 6134175.
HSL color Cylindrical-coordinate representation of color #9F995D: hue angle of 54.55º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9F995D is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 153 | 93 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.38 |
| HSL | 54.55º | 0.26% | 0.49% | - |
| HSV(B) | 54.55º | 0.42% | 0.62% | - |
| XYZ | 27.67 | 30.94 | 14.87 | - |
| YUV | 147.95 | 96.99 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 153 | 93 | 0 | 0.04 | 0.42 | 0.38 | 54.55 | 0.26 | 0.49 |
| Hex | 9F | 99 | 5D | 0 | 4 | 2A | 26 | 37 | 1A | 31 |
| Octal | 237 | 231 | 135 | 0 | 4 | 52 | 46 | 67 | 32 | 61 |
| Binary | 10011111 | 10011001 | 1011101 | 0 | 100 | 101010 | 100110 | 110111 | 11010 | 110001 |
Color Harmonies of #9F995D
Complementary color
Monochromatic Colors of #9F995D
Black with #9F995D
Text Example
Text Example
White with #9F995D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F995D; }
p { color: rgb(159,153,93); }
H1.HeaderClassName
{
color: #9F995D;
}
.AnyTagClassName
{
color: #9F995D;
}
</style>
background-color css
<style>
a { background-color: #9F995D; }
a { background-color: rgb(159,153,93); }
div.DivClassName
{
background-color: #9F995D;
}
.BgClassName
{
background-color: #9F995D;
}
</style>
border-color css
<style>
span { border-color: #9F995D; }
span { border-color: rgb(159,153,93); }
td.TdClassName
{
border-color: #9F995D;
}
.TagClassName
{
border-color: #9F995D;
}
</style>