#8E9056

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

Shades of Avocado #8E9056

Tints of Avocado #8E9056

Color information

#8E9056 (or 0x8E9056) is unknown color: approx Avocado. HEX triplet: 8E, 90 and 56. RGB value is (142,144,86). Sum of RGB (Red+Green+Blue) = 142+144+86=372 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.17% from 372); Green value is 144 (56.64% from 255 or 38.71% from 372); Blue value is 86 (33.98% from 255 or 23.12% from 372); Max value from RGB is 144 - color contains mainly: green. Hex color #8E9056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9056 is #716FA9. Grayscale: #898989. Windows color (decimal): -7434154 or 5673102. OLE color: 5673102.

HSL color Cylindrical-coordinate representation of color #8E9056: hue angle of 62.07º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E9056 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.44.

Color convert

RGB14214486-
CMYK0.0100.400.44
HSL62.07º25.22%45.1%-
HSV(B)62.07º40.28%56.47%-
XYZ22.8126.3712.69-
YUV136.7999.34131.72-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.17%
GREEN value IS 144 (56.64% from 255) = 38.71%
BLUE value IS 86 (33.98% from 255) = 23.12%
R=38.17%
G=38.71%
B=23.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142144860.0100.400.4462.0725.2245.1
Hex8E905610282C3e192d
Octal216220126105054763155
Binary100011101001000010101101010100010110011111011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,144,86); }

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

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

 a { background-color: rgb(142,144,86); }

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

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

 span { border-color: rgb(142,144,86); }

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