#919074

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

Shades of Malachite Green #919074

Tints of Malachite Green #919074

Color information

#919074 (or 0x919074) is unknown color: approx Malachite Green. HEX triplet: 91, 90 and 74. RGB value is (145,144,116). Sum of RGB (Red+Green+Blue) = 145+144+116=405 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.80% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 116 (45.70% from 255 or 28.64% from 405); Max value from RGB is 145 - color contains mainly: red. Hex color #919074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919074 is #6E6F8B. Grayscale: #8D8D8D. Windows color (decimal): -7237516 or 7639185. OLE color: 7639185.

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

Color convert

RGB145144116-
CMYK00.010.20.43
HSL57.93º11.65%51.18%-
HSV(B)57.93º20%56.86%-
XYZ24.827.2320.47-
YUV141.11113.83130.78-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.80%
GREEN value IS 144 (56.64% from 255) = 35.56%
BLUE value IS 116 (45.70% from 255) = 28.64%
R=35.80%
G=35.56%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.2
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14514411600.010.20.4357.9311.6551.18
Hex91907401142B3ac33
Octal221220164012453721463
Binary1001000110010000111010001101001010111110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919074; }

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

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

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

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

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

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

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

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