#969475

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

Shades of Malachite Green #969475

Tints of Malachite Green #969475

Color information

#969475 (or 0x969475) is unknown color: approx Malachite Green. HEX triplet: 96, 94 and 75. RGB value is (150,148,117). Sum of RGB (Red+Green+Blue) = 150+148+117=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 150 - color contains mainly: red. Hex color #969475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969475 is #696B8A. Grayscale: #919191. Windows color (decimal): -6908811 or 7705750. OLE color: 7705750.

HSL color Cylindrical-coordinate representation of color #969475: hue angle of 56.36º 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 #969475 is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB150148117-
CMYK00.010.220.41
HSL56.36º13.58%52.35%-
HSV(B)56.36º22%58.82%-
XYZ26.3828.9521.03-
YUV145.06112.16131.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.14%
GREEN value IS 148 (58.20% from 255) = 35.66%
BLUE value IS 117 (46.09% from 255) = 28.19%
R=36.14%
G=35.66%
B=28.19%

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
Decimal15014811700.010.220.4156.3613.5852.35
Hex96947501162938e34
Octal226224165012651701664
Binary1001011010010100111010101101101010011110001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969475; }

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

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

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

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

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

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

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

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