Shades of Malachite Green #9F9B66
Tints of Malachite Green #9F9B66
RGB
CMYK
RGB Variations
Color information
#9F9B66 (or 0x9F9B66) is known color: Malachite Green. HEX triplet: 9F, 9B and 66. RGB value is (159,155,102). Sum of RGB (Red+Green+Blue) = 159+155+102=416 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.22% from 416); Green value is 155 (60.94% from 255 or 37.26% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9B66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9B66 is #606499. Grayscale: #969696. Windows color (decimal): -6317210 or 6724511. OLE color: 6724511.
HSL color Cylindrical-coordinate representation of color #9F9B66: hue angle of 55.79º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F9B66 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 155 | 102 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.38 |
| HSL | 55.79º | 0.23% | 0.51% | - |
| HSV(B) | 55.79º | 0.36% | 0.62% | - |
| XYZ | 28.42 | 31.77 | 17.21 | - |
| YUV | 150.15 | 100.83 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 155 | 102 | 0 | 0.03 | 0.36 | 0.38 | 55.79 | 0.23 | 0.51 |
| Hex | 9F | 9B | 66 | 0 | 3 | 24 | 26 | 38 | 17 | 33 |
| Octal | 237 | 233 | 146 | 0 | 3 | 44 | 46 | 70 | 27 | 63 |
| Binary | 10011111 | 10011011 | 1100110 | 0 | 11 | 100100 | 100110 | 111000 | 10111 | 110011 |
Color Harmonies of #9F9B66
Complementary color
Monochromatic Colors of #9F9B66
Black with #9F9B66
Text Example
Text Example
White with #9F9B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9B66; }
p { color: rgb(159,155,102); }
H1.HeaderClassName
{
color: #9F9B66;
}
.AnyTagClassName
{
color: #9F9B66;
}
</style>
background-color css
<style>
a { background-color: #9F9B66; }
a { background-color: rgb(159,155,102); }
div.DivClassName
{
background-color: #9F9B66;
}
.BgClassName
{
background-color: #9F9B66;
}
</style>
border-color css
<style>
span { border-color: #9F9B66; }
span { border-color: rgb(159,155,102); }
td.TdClassName
{
border-color: #9F9B66;
}
.TagClassName
{
border-color: #9F9B66;
}
</style>