#969575

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

Shades of Malachite Green #969575

Tints of Malachite Green #969575

Color information

#969575 (or 0x969575) is unknown color: approx Malachite Green. HEX triplet: 96, 95 and 75. RGB value is (150,149,117). Sum of RGB (Red+Green+Blue) = 150+149+117=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 150 - color contains mainly: red. Hex color #969575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969575 is #696A8A. Grayscale: #919191. Windows color (decimal): -6908555 or 7706006. OLE color: 7706006.

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

Color convert

RGB150149117-
CMYK00.010.220.41
HSL58.18º13.58%52.35%-
HSV(B)58.18º22%58.82%-
XYZ26.5429.2621.08-
YUV145.65111.83131.1-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.06%
GREEN value IS 149 (58.59% from 255) = 35.82%
BLUE value IS 117 (46.09% from 255) = 28.12%
R=36.06%
G=35.82%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014911700.010.220.4158.1813.5852.35
Hex9695750116293ae34
Octal226225165012651721664
Binary1001011010010101111010101101101010011110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969575; }

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

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

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

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

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

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

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

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