#9F9860

Color #9F9860 Malachite Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite Green #9F9860

Tints of Malachite Green #9F9860

Color information

#9F9860 (or 0x9F9860) is unknown color: approx Malachite Green. HEX triplet: 9F, 98 and 60. RGB value is (159,152,96). Sum of RGB (Red+Green+Blue) = 159+152+96=407 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.07% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9860 is #60679F. Grayscale: #939393. Windows color (decimal): -6317984 or 6330527. OLE color: 6330527.

HSL color Cylindrical-coordinate representation of color #9F9860: hue angle of 53.33º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F9860 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB15915296-
CMYK00.040.400.38
HSL53.33º24.71%50%-
HSV(B)53.33º39.62%62.35%-
XYZ27.6430.6715.53-
YUV147.7198.82136.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 39.07%
GREEN value IS 152 (59.77% from 255) = 37.35%
BLUE value IS 96 (37.89% from 255) = 23.59%
R=39.07%
G=37.35%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591529600.040.400.3853.3324.7150
Hex9F9860042826351932
Octal237230140045046653162
Binary10011111100110001100000010010100010011011010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F9860; }

 p { color: rgb(159,152,96); }

 H1.HeaderClassName
 {
   color: #9F9860;
 }
 .AnyTagClassName
 {
   color: #9F9860;
 }
</style>
background-color css

<style>
 a { background-color: #9F9860; }

 a { background-color: rgb(159,152,96); }

 div.DivClassName
 {
   background-color: #9F9860;
 }
 .BgClassName
 {
   background-color: #9F9860;
 }
</style>
border-color css

<style>
 span { border-color: #9F9860; }

 span { border-color: rgb(159,152,96); }

 td.TdClassName
 {
   border-color: #9F9860;
 }
 .TagClassName
 {
   border-color: #9F9860;
 }
</style>