#959775

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

Shades of Malachite Green #959775

Tints of Malachite Green #959775

Color information

#959775 (or 0x959775) is unknown color: approx Malachite Green. HEX triplet: 95, 97 and 75. RGB value is (149,151,117). Sum of RGB (Red+Green+Blue) = 149+151+117=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 151 (59.38% from 255 or 36.21% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 151 - color contains mainly: green. Hex color #959775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959775 is #6A688A. Grayscale: #929292. Windows color (decimal): -6973579 or 7706517. OLE color: 7706517.

HSL color Cylindrical-coordinate representation of color #959775: hue angle of 63.53º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #959775 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB149151117-
CMYK0.0100.230.41
HSL63.53º14.05%52.55%-
HSV(B)63.53º22.52%59.22%-
XYZ26.6729.8121.18-
YUV146.53111.34129.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.73%
GREEN value IS 151 (59.38% from 255) = 36.21%
BLUE value IS 117 (46.09% from 255) = 28.06%
R=35.73%
G=36.21%
B=28.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1491511170.0100.230.4163.5314.0552.55
Hex95977510172940e35
Octal2252271651027511001665
Binary10010101100101111110101101011110100110000001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959775; }

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

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

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

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

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

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

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

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