#919070

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

Shades of Malachite Green #919070

Tints of Malachite Green #919070

Color information

#919070 (or 0x919070) is unknown color: approx Malachite Green. HEX triplet: 91, 90 and 70. RGB value is (145,144,112). Sum of RGB (Red+Green+Blue) = 145+144+112=401 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.16% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 145 - color contains mainly: red. Hex color #919070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919070 is #6E6F8F. Grayscale: #8C8C8C. Windows color (decimal): -7237520 or 7377041. OLE color: 7377041.

HSL color Cylindrical-coordinate representation of color #919070: hue angle of 58.18º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #919070 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB145144112-
CMYK00.010.230.43
HSL58.18º13.04%50.39%-
HSV(B)58.18º22.76%56.86%-
XYZ24.5727.1419.27-
YUV140.65111.83131.1-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.16%
GREEN value IS 144 (56.64% from 255) = 35.91%
BLUE value IS 112 (44.14% from 255) = 27.93%
R=36.16%
G=35.91%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14514411200.010.230.4358.1813.0450.39
Hex91907001172B3ad32
Octal221220160012753721562
Binary1001000110010000111000001101111010111110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919070; }

 p { color: rgb(145,144,112); }

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

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

 a { background-color: rgb(145,144,112); }

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

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

 span { border-color: rgb(145,144,112); }

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