Shades of Malachite Green #9FA06A
Tints of Malachite Green #9FA06A
RGB
CMYK
RGB Variations
Color information
#9FA06A (or 0x9FA06A) is known color: Malachite Green. HEX triplet: 9F, A0 and 6A. RGB value is (159,160,106). Sum of RGB (Red+Green+Blue) = 159+160+106=425 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.41% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 106 (41.80% from 255 or 24.94% from 425); Max value from RGB is 160 - color contains mainly: green. Hex color #9FA06A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA06A is #605F95. Grayscale: #999999. Windows color (decimal): -6315926 or 6987935. OLE color: 6987935.
HSL color Cylindrical-coordinate representation of color #9FA06A: hue angle of 61.11º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FA06A is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 160 | 106 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.37 |
| HSL | 61.11º | 0.22% | 0.52% | - |
| HSV(B) | 61.11º | 0.34% | 0.63% | - |
| XYZ | 29.47 | 33.55 | 18.56 | - |
| YUV | 153.55 | 101.17 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 160 | 106 | 0.01 | 0 | 0.34 | 0.37 | 61.11 | 0.22 | 0.52 |
| Hex | 9F | A0 | 6A | 1 | 0 | 22 | 25 | 3D | 16 | 34 |
| Octal | 237 | 240 | 152 | 1 | 0 | 42 | 45 | 75 | 26 | 64 |
| Binary | 10011111 | 10100000 | 1101010 | 1 | 0 | 100010 | 100101 | 111101 | 10110 | 110100 |
Color Harmonies of #9FA06A
Complementary color
Monochromatic Colors of #9FA06A
Black with #9FA06A
Text Example
Text Example
White with #9FA06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA06A; }
p { color: rgb(159,160,106); }
H1.HeaderClassName
{
color: #9FA06A;
}
.AnyTagClassName
{
color: #9FA06A;
}
</style>
background-color css
<style>
a { background-color: #9FA06A; }
a { background-color: rgb(159,160,106); }
div.DivClassName
{
background-color: #9FA06A;
}
.BgClassName
{
background-color: #9FA06A;
}
</style>
border-color css
<style>
span { border-color: #9FA06A; }
span { border-color: rgb(159,160,106); }
td.TdClassName
{
border-color: #9FA06A;
}
.TagClassName
{
border-color: #9FA06A;
}
</style>