#959575

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

Shades of Malachite Green #959575

Tints of Malachite Green #959575

Color information

#959575 (or 0x959575) is unknown color: approx Malachite Green. HEX triplet: 95, 95 and 75. RGB value is (149,149,117). Sum of RGB (Red+Green+Blue) = 149+149+117=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 149 - color contains mainly: red, green. Hex color #959575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959575 is #6A6A8A. Grayscale: #919191. Windows color (decimal): -6974091 or 7706005. OLE color: 7706005.

HSL color Cylindrical-coordinate representation of color #959575: hue angle of 60º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #959575 is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB149149117-
CMYK000.210.42
HSL60º13.11%52.16%-
HSV(B)60º21.48%58.43%-
XYZ26.3529.1721.07-
YUV145.35112130.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.90%
GREEN value IS 149 (58.59% from 255) = 35.90%
BLUE value IS 117 (46.09% from 255) = 28.19%
R=35.90%
G=35.90%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149149117000.210.426013.1152.16
Hex95957500152A3cd34
Octal225225165002552741564
Binary1001010110010101111010100101011010101111001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959575; }

 p { color: rgb(149,149,117); }

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

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

 a { background-color: rgb(149,149,117); }

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

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

 span { border-color: rgb(149,149,117); }

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