#969370

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

Shades of Malachite Green #969370

Tints of Malachite Green #969370

Color information

#969370 (or 0x969370) is unknown color: approx Malachite Green. HEX triplet: 96, 93 and 70. RGB value is (150,147,112). Sum of RGB (Red+Green+Blue) = 150+147+112=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 150 - color contains mainly: red. Hex color #969370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969370 is #696C8F. Grayscale: #909090. Windows color (decimal): -6909072 or 7377814. OLE color: 7377814.

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

Color convert

RGB150147112-
CMYK00.020.250.41
HSL55.26º15.32%51.37%-
HSV(B)55.26º25.33%58.82%-
XYZ25.9428.5219.47-
YUV143.91109.99132.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.67%
GREEN value IS 147 (57.81% from 255) = 35.94%
BLUE value IS 112 (44.14% from 255) = 27.38%
R=36.67%
G=35.94%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014711200.020.250.4155.2615.3251.37
Hex96937002192937f33
Octal226223160023151671763
Binary10010110100100111110000010110011010011101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969370; }

 p { color: rgb(150,147,112); }

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

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

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

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

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

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

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