#969672

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

Shades of Malachite Green #969672

Tints of Malachite Green #969672

Color information

#969672 (or 0x969672) is unknown color: approx Malachite Green. HEX triplet: 96, 96 and 72. RGB value is (150,150,114). Sum of RGB (Red+Green+Blue) = 150+150+114=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 150 - color contains mainly: red, green. Hex color #969672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969672 is #69698D. Grayscale: #929292. Windows color (decimal): -6908302 or 7509654. OLE color: 7509654.

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

Color convert

RGB150150114-
CMYK000.240.41
HSL60º14.63%51.76%-
HSV(B)60º24%58.82%-
XYZ26.5229.5120.22-
YUV145.9110130.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.23%
GREEN value IS 150 (58.98% from 255) = 36.23%
BLUE value IS 114 (44.92% from 255) = 27.54%
R=36.23%
G=36.23%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150150114000.240.416014.6351.76
Hex9696720018293cf34
Octal226226162003051741764
Binary1001011010010110111001000110001010011111001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969672; }

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

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

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

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

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

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

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

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