#8E9374

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

Shades of Avocado #8E9374

Tints of Avocado #8E9374

Color information

#8E9374 (or 0x8E9374) is unknown color: approx Avocado. HEX triplet: 8E, 93 and 74. RGB value is (142,147,116). Sum of RGB (Red+Green+Blue) = 142+147+116=405 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.06% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 116 (45.70% from 255 or 28.64% from 405); Max value from RGB is 147 - color contains mainly: green. Hex color #8E9374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9374 is #716C8B. Grayscale: #8E8E8E. Windows color (decimal): -7433356 or 7639950. OLE color: 7639950.

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

Color convert

RGB142147116-
CMYK0.0300.210.42
HSL69.68º12.55%51.57%-
HSV(B)69.68º21.09%57.65%-
XYZ24.7427.8820.6-
YUV141.97113.34128.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.06%
GREEN value IS 147 (57.81% from 255) = 36.30%
BLUE value IS 116 (45.70% from 255) = 28.64%
R=35.06%
G=36.30%
B=28.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1421471160.0300.210.4269.6812.5551.57
Hex8E937430152A46d34
Octal2162231643025521061564
Binary100011101001001111101001101010110101010001101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,147,116); }

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

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

 a { background-color: rgb(142,147,116); }

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

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

 span { border-color: rgb(142,147,116); }

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