Shades of Malachite Green #9F975C
Tints of Malachite Green #9F975C
RGB
CMYK
RGB Variations
Color information
#9F975C (or 0x9F975C) is known color: Malachite Green. HEX triplet: 9F, 97 and 5C. RGB value is (159,151,92). Sum of RGB (Red+Green+Blue) = 159+151+92=402 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.55% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 92 (36.33% from 255 or 22.89% from 402); Max value from RGB is 159 - color contains mainly: red. Hex color #9F975C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F975C is #6068A3. Grayscale: #929292. Windows color (decimal): -6318244 or 6068127. OLE color: 6068127.
HSL color Cylindrical-coordinate representation of color #9F975C: hue angle of 52.84º degrees, saturation: 0.27, 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 #9F975C is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 151 | 92 | - |
| CMYK | 0 | 0.05 | 0.42 | 0.38 |
| HSL | 52.84º | 0.27% | 0.49% | - |
| HSV(B) | 52.84º | 0.42% | 0.62% | - |
| XYZ | 27.3 | 30.28 | 14.53 | - |
| YUV | 146.67 | 97.15 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 151 | 92 | 0 | 0.05 | 0.42 | 0.38 | 52.84 | 0.27 | 0.49 |
| Hex | 9F | 97 | 5C | 0 | 5 | 2A | 26 | 35 | 1B | 31 |
| Octal | 237 | 227 | 134 | 0 | 5 | 52 | 46 | 65 | 33 | 61 |
| Binary | 10011111 | 10010111 | 1011100 | 0 | 101 | 101010 | 100110 | 110101 | 11011 | 110001 |
Color Harmonies of #9F975C
Complementary color
Monochromatic Colors of #9F975C
Black with #9F975C
Text Example
Text Example
White with #9F975C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F975C; }
p { color: rgb(159,151,92); }
H1.HeaderClassName
{
color: #9F975C;
}
.AnyTagClassName
{
color: #9F975C;
}
</style>
background-color css
<style>
a { background-color: #9F975C; }
a { background-color: rgb(159,151,92); }
div.DivClassName
{
background-color: #9F975C;
}
.BgClassName
{
background-color: #9F975C;
}
</style>
border-color css
<style>
span { border-color: #9F975C; }
span { border-color: rgb(159,151,92); }
td.TdClassName
{
border-color: #9F975C;
}
.TagClassName
{
border-color: #9F975C;
}
</style>