#96967B

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

Shades of Malachite Green #96967B

Tints of Malachite Green #96967B

Color information

#96967B (or 0x96967B) is unknown color: approx Malachite Green. HEX triplet: 96, 96 and 7B. RGB value is (150,150,123). Sum of RGB (Red+Green+Blue) = 150+150+123=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 150 - color contains mainly: red, green. Hex color #96967B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96967B is #696984. Grayscale: #939393. Windows color (decimal): -6908293 or 8099478. OLE color: 8099478.

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

Color convert

RGB150150123-
CMYK000.180.41
HSL60º11.39%53.53%-
HSV(B)60º18%58.82%-
XYZ27.0629.7323.05-
YUV146.92114.5130.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.46%
GREEN value IS 150 (58.98% from 255) = 35.46%
BLUE value IS 123 (48.44% from 255) = 29.08%
R=35.46%
G=35.46%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150150123000.180.416011.3953.53
Hex96967B0012293cb36
Octal226226173002251741366
Binary1001011010010110111101100100101010011111001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96967B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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