#969264

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

Shades of Malachite Green #969264

Tints of Malachite Green #969264

Color information

#969264 (or 0x969264) is unknown color: approx Malachite Green. HEX triplet: 96, 92 and 64. RGB value is (150,146,100). Sum of RGB (Red+Green+Blue) = 150+146+100=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 100 (39.45% from 255 or 25.25% from 396); Max value from RGB is 150 - color contains mainly: red. Hex color #969264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969264 is #696D9B. Grayscale: #8E8E8E. Windows color (decimal): -6909340 or 6591126. OLE color: 6591126.

HSL color Cylindrical-coordinate representation of color #969264: hue angle of 55.2º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #969264 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB150146100-
CMYK00.030.330.41
HSL55.2º20%49.02%-
HSV(B)55.2º33.33%58.82%-
XYZ25.1627.9616.13-
YUV141.95104.33133.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.88%
GREEN value IS 146 (57.42% from 255) = 36.87%
BLUE value IS 100 (39.45% from 255) = 25.25%
R=37.88%
G=36.87%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014610000.030.330.4155.22049.02
Hex969264032129371431
Octal226222144034151672461
Binary1001011010010010110010001110000110100111011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969264; }

 p { color: rgb(150,146,100); }

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

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

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

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

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

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

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