#96966F

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

Shades of Malachite Green #96966F

Tints of Malachite Green #96966F

Color information

#96966F (or 0x96966F) is unknown color: approx Malachite Green. HEX triplet: 96, 96 and 6F. RGB value is (150,150,111). Sum of RGB (Red+Green+Blue) = 150+150+111=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 111 (43.75% from 255 or 27.01% from 411); Max value from RGB is 150 - color contains mainly: red, green. Hex color #96966F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96966F is #696990. Grayscale: #919191. Windows color (decimal): -6908305 or 7313046. OLE color: 7313046.

HSL color Cylindrical-coordinate representation of color #96966F: hue angle of 60º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96966F is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB150150111-
CMYK000.260.41
HSL60º15.66%51.18%-
HSV(B)60º26%58.82%-
XYZ26.3529.4419.33-
YUV145.55108.5131.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.50%
GREEN value IS 150 (58.98% from 255) = 36.50%
BLUE value IS 111 (43.75% from 255) = 27.01%
R=36.50%
G=36.50%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150150111000.260.416015.6651.18
Hex96966F001A293c1033
Octal226226157003251742063
Binary10010110100101101101111001101010100111110010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96966F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96966F; }

 p { color: rgb(150,150,111); }

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

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

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

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

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

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

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