#8E9466

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

Shades of Avocado #8E9466

Tints of Avocado #8E9466

Color information

#8E9466 (or 0x8E9466) is unknown color: approx Avocado. HEX triplet: 8E, 94 and 66. RGB value is (142,148,102). Sum of RGB (Red+Green+Blue) = 142+148+102=392 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.22% from 392); Green value is 148 (58.20% from 255 or 37.76% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 148 - color contains mainly: green. Hex color #8E9466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9466 is #716B99. Grayscale: #8D8D8D. Windows color (decimal): -7433114 or 6722702. OLE color: 6722702.

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

Color convert

RGB142148102-
CMYK0.0400.310.42
HSL67.83º18.4%49.02%-
HSV(B)67.83º31.08%58.04%-
XYZ24.1427.8916.68-
YUV140.96106.01128.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.22%
GREEN value IS 148 (58.20% from 255) = 37.76%
BLUE value IS 102 (40.23% from 255) = 26.02%
R=36.22%
G=37.76%
B=26.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1421481020.0400.310.4267.8318.449.02
Hex8E9466401F2A441231
Octal2162241464037521042261
Binary10001110100101001100110100011111101010100010010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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