#969472

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

Shades of Malachite Green #969472

Tints of Malachite Green #969472

Color information

#969472 (or 0x969472) is unknown color: approx Malachite Green. HEX triplet: 96, 94 and 72. RGB value is (150,148,114). Sum of RGB (Red+Green+Blue) = 150+148+114=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 150 - color contains mainly: red. Hex color #969472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969472 is #696B8D. Grayscale: #909090. Windows color (decimal): -6908814 or 7509142. OLE color: 7509142.

HSL color Cylindrical-coordinate representation of color #969472: hue angle of 56.67º 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 #969472 is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB150148114-
CMYK00.010.240.41
HSL56.67º14.63%51.76%-
HSV(B)56.67º24%58.82%-
XYZ26.228.8820.11-
YUV144.72110.66131.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.41%
GREEN value IS 148 (58.20% from 255) = 35.92%
BLUE value IS 114 (44.92% from 255) = 27.67%
R=36.41%
G=35.92%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014811400.010.240.4156.6714.6351.76
Hex96947201182939f34
Octal226224162013051711764
Binary1001011010010100111001001110001010011110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969472; }

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

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

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

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

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

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

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

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