#919076

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

Shades of Malachite Green #919076

Tints of Malachite Green #919076

Color information

#919076 (or 0x919076) is unknown color: approx Malachite Green. HEX triplet: 91, 90 and 76. RGB value is (145,144,118). Sum of RGB (Red+Green+Blue) = 145+144+118=407 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.63% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 145 - color contains mainly: red. Hex color #919076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919076 is #6E6F89. Grayscale: #8D8D8D. Windows color (decimal): -7237514 or 7770257. OLE color: 7770257.

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

Color convert

RGB145144118-
CMYK00.010.190.43
HSL57.78º10.93%51.57%-
HSV(B)57.78º18.62%56.86%-
XYZ24.9227.2721.09-
YUV141.33114.83130.61-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.63%
GREEN value IS 144 (56.64% from 255) = 35.38%
BLUE value IS 118 (46.48% from 255) = 28.99%
R=35.63%
G=35.38%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14514411800.010.190.4357.7810.9351.57
Hex91907601132B3ab34
Octal221220166012353721364
Binary1001000110010000111011001100111010111110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919076; }

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

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

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

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

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

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

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

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