#9F985E

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

Shades of Malachite Green #9F985E

Tints of Malachite Green #9F985E

Color information

#9F985E (or 0x9F985E) is unknown color: approx Malachite Green. HEX triplet: 9F, 98 and 5E. RGB value is (159,152,94). Sum of RGB (Red+Green+Blue) = 159+152+94=405 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.26% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 94 (37.11% from 255 or 23.21% from 405); Max value from RGB is 159 - color contains mainly: red. Hex color #9F985E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F985E is #6067A1. Grayscale: #939393. Windows color (decimal): -6317986 or 6199455. OLE color: 6199455.

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

Color convert

RGB15915294-
CMYK00.040.410.38
HSL53.54º25.69%49.61%-
HSV(B)53.54º40.88%62.35%-
XYZ27.5530.6415.05-
YUV147.4897.82136.22-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.26%
GREEN value IS 152 (59.77% from 255) = 37.53%
BLUE value IS 94 (37.11% from 255) = 23.21%
R=39.26%
G=37.53%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591529400.040.410.3853.5425.6949.61
Hex9F985E042926361a32
Octal237230136045146663262
Binary10011111100110001011110010010100110011011011011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F985E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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