#9E995F

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

Shades of Malachite Green #9E995F

Tints of Malachite Green #9E995F

Color information

#9E995F (or 0x9E995F) is unknown color: approx Malachite Green. HEX triplet: 9E, 99 and 5F. RGB value is (158,153,95). Sum of RGB (Red+Green+Blue) = 158+153+95=406 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.92% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 158 - color contains mainly: red. Hex color #9E995F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E995F is #6166A0. Grayscale: #949494. Windows color (decimal): -6383265 or 6265246. OLE color: 6265246.

HSL color Cylindrical-coordinate representation of color #9E995F: hue angle of 55.24º 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 #9E995F is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB15815395-
CMYK00.030.400.38
HSL55.24º24.9%49.61%-
HSV(B)55.24º39.87%61.96%-
XYZ27.5630.8815.33-
YUV147.8898.16135.22-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.92%
GREEN value IS 153 (60.16% from 255) = 37.68%
BLUE value IS 95 (37.5% from 255) = 23.40%
R=38.92%
G=37.68%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581539500.030.400.3855.2424.949.61
Hex9E995F032826371932
Octal236231137035046673162
Binary1001111010011001101111101110100010011011011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E995F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,153,95); }

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

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

 a { background-color: rgb(158,153,95); }

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

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

 span { border-color: rgb(158,153,95); }

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