#8E9359

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

Shades of Avocado #8E9359

Tints of Avocado #8E9359

Color information

#8E9359 (or 0x8E9359) is unknown color: approx Avocado. HEX triplet: 8E, 93 and 59. RGB value is (142,147,89). Sum of RGB (Red+Green+Blue) = 142+147+89=378 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.57% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 89 (35.16% from 255 or 23.54% from 378); Max value from RGB is 147 - color contains mainly: green. Hex color #8E9359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9359 is #716CA6. Grayscale: #8B8B8B. Windows color (decimal): -7433383 or 5870478. OLE color: 5870478.

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

Color convert

RGB14214789-
CMYK0.0300.390.42
HSL65.17º24.58%46.27%-
HSV(B)65.17º39.46%57.65%-
XYZ23.3927.3413.5-
YUV138.8999.84130.22-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.57%
GREEN value IS 147 (57.81% from 255) = 38.89%
BLUE value IS 89 (35.16% from 255) = 23.54%
R=37.57%
G=38.89%
B=23.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal142147890.0300.390.4265.1724.5846.27
Hex8E935930272A41192e
Octal2162231313047521013156
Binary10001110100100111011001110100111101010100000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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