Shades of Malachite Green #9FA06C
Tints of Malachite Green #9FA06C
RGB
CMYK
RGB Variations
Color information
#9FA06C (or 0x9FA06C) is known color: Malachite Green. HEX triplet: 9F, A0 and 6C. RGB value is (159,160,108). Sum of RGB (Red+Green+Blue) = 159+160+108=427 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.24% from 427); Green value is 160 (62.89% from 255 or 37.47% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 160 - color contains mainly: green. Hex color #9FA06C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA06C is #605F93. Grayscale: #999999. Windows color (decimal): -6315924 or 7119007. OLE color: 7119007.
HSL color Cylindrical-coordinate representation of color #9FA06C: hue angle of 61.15º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FA06C is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 160 | 108 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.37 |
| HSL | 61.15º | 0.21% | 0.53% | - |
| HSV(B) | 61.15º | 0.33% | 0.63% | - |
| XYZ | 29.58 | 33.6 | 19.11 | - |
| YUV | 153.77 | 102.17 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 160 | 108 | 0.01 | 0 | 0.32 | 0.37 | 61.15 | 0.21 | 0.53 |
| Hex | 9F | A0 | 6C | 1 | 0 | 20 | 25 | 3D | 15 | 35 |
| Octal | 237 | 240 | 154 | 1 | 0 | 40 | 45 | 75 | 25 | 65 |
| Binary | 10011111 | 10100000 | 1101100 | 1 | 0 | 100000 | 100101 | 111101 | 10101 | 110101 |
Color Harmonies of #9FA06C
Complementary color
Monochromatic Colors of #9FA06C
Black with #9FA06C
Text Example
Text Example
White with #9FA06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA06C; }
p { color: rgb(159,160,108); }
H1.HeaderClassName
{
color: #9FA06C;
}
.AnyTagClassName
{
color: #9FA06C;
}
</style>
background-color css
<style>
a { background-color: #9FA06C; }
a { background-color: rgb(159,160,108); }
div.DivClassName
{
background-color: #9FA06C;
}
.BgClassName
{
background-color: #9FA06C;
}
</style>
border-color css
<style>
span { border-color: #9FA06C; }
span { border-color: rgb(159,160,108); }
td.TdClassName
{
border-color: #9FA06C;
}
.TagClassName
{
border-color: #9FA06C;
}
</style>