#8E9473

Color #8E9473 Avocado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Avocado #8E9473

Tints of Avocado #8E9473

Color information

#8E9473 (or 0x8E9473) is unknown color: approx Avocado. HEX triplet: 8E, 94 and 73. RGB value is (142,148,115). Sum of RGB (Red+Green+Blue) = 142+148+115=405 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.06% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 115 (45.31% from 255 or 28.40% from 405); Max value from RGB is 148 - color contains mainly: green. Hex color #8E9473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9473 is #716B8C. Grayscale: #8E8E8E. Windows color (decimal): -7433101 or 7574670. OLE color: 7574670.

HSL color Cylindrical-coordinate representation of color #8E9473: hue angle of 70.91º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8E9473 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB142148115-
CMYK0.0400.220.42
HSL70.91º13.36%51.57%-
HSV(B)70.91º22.3%58.04%-
XYZ24.8428.1720.35-
YUV142.44112.51127.68-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.06%
GREEN value IS 148 (58.20% from 255) = 36.54%
BLUE value IS 115 (45.31% from 255) = 28.40%
R=35.06%
G=36.54%
B=28.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1421481150.0400.220.4270.9113.3651.57
Hex8E947340162A47d34
Octal2162241634026521071564
Binary1000111010010100111001110001011010101010001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E9473; }

 p { color: rgb(142,148,115); }

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

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

 a { background-color: rgb(142,148,115); }

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

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

 span { border-color: rgb(142,148,115); }

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