#96967A

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

Shades of Malachite Green #96967A

Tints of Malachite Green #96967A

Color information

#96967A (or 0x96967A) is unknown color: approx Malachite Green. HEX triplet: 96, 96 and 7A. RGB value is (150,150,122). Sum of RGB (Red+Green+Blue) = 150+150+122=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 150 - color contains mainly: red, green. Hex color #96967A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96967A is #696985. Grayscale: #929292. Windows color (decimal): -6908294 or 8033942. OLE color: 8033942.

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

Color convert

RGB150150122-
CMYK000.190.41
HSL60º11.76%53.33%-
HSV(B)60º18.67%58.82%-
XYZ2729.722.72-
YUV146.81114130.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.55%
GREEN value IS 150 (58.98% from 255) = 35.55%
BLUE value IS 122 (48.05% from 255) = 28.91%
R=35.55%
G=35.55%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150150122000.190.416011.7653.33
Hex96967A0013293cc35
Octal226226172002351741465
Binary1001011010010110111101000100111010011111001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96967A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96967A; }

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

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

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

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

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

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

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

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