#8E9467

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

Shades of Avocado #8E9467

Tints of Avocado #8E9467

Color information

#8E9467 (or 0x8E9467) is unknown color: approx Avocado. HEX triplet: 8E, 94 and 67. RGB value is (142,148,103). Sum of RGB (Red+Green+Blue) = 142+148+103=393 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.13% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 103 (40.62% from 255 or 26.21% from 393); Max value from RGB is 148 - color contains mainly: green. Hex color #8E9467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9467 is #716B98. Grayscale: #8D8D8D. Windows color (decimal): -7433113 or 6788238. OLE color: 6788238.

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

Color convert

RGB142148103-
CMYK0.0400.300.42
HSL68º17.93%49.22%-
HSV(B)68º30.41%58.04%-
XYZ24.1927.9116.94-
YUV141.08106.51128.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.13%
GREEN value IS 148 (58.20% from 255) = 37.66%
BLUE value IS 103 (40.62% from 255) = 26.21%
R=36.13%
G=37.66%
B=26.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1421481030.0400.300.426817.9349.22
Hex8E9467401E2A441231
Octal2162241474036521042261
Binary10001110100101001100111100011110101010100010010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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