#8E9358

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

Shades of Avocado #8E9358

Tints of Avocado #8E9358

Color information

#8E9358 (or 0x8E9358) is unknown color: approx Avocado. HEX triplet: 8E, 93 and 58. RGB value is (142,147,88). Sum of RGB (Red+Green+Blue) = 142+147+88=377 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.67% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 147 - color contains mainly: green. Hex color #8E9358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9358 is #716CA7. Grayscale: #8B8B8B. Windows color (decimal): -7433384 or 5804942. OLE color: 5804942.

HSL color Cylindrical-coordinate representation of color #8E9358: hue angle of 65.08º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E9358 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB14214788-
CMYK0.0300.400.42
HSL65.08º25.11%46.08%-
HSV(B)65.08º40.14%57.65%-
XYZ23.3527.3213.28-
YUV138.7899.34130.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.67%
GREEN value IS 147 (57.81% from 255) = 38.99%
BLUE value IS 88 (34.77% from 255) = 23.34%
R=37.67%
G=38.99%
B=23.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal142147880.0300.400.4265.0825.1146.08
Hex8E935830282A41192e
Octal2162231303050521013156
Binary10001110100100111011000110101000101010100000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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