#8E9370

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

Shades of Avocado #8E9370

Tints of Avocado #8E9370

Color information

#8E9370 (or 0x8E9370) is unknown color: approx Avocado. HEX triplet: 8E, 93 and 70. RGB value is (142,147,112). Sum of RGB (Red+Green+Blue) = 142+147+112=401 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.41% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 147 - color contains mainly: green. Hex color #8E9370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9370 is #716C8F. Grayscale: #8D8D8D. Windows color (decimal): -7433360 or 7377806. OLE color: 7377806.

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

Color convert

RGB142147112-
CMYK0.0300.240.42
HSL68.57º13.94%50.78%-
HSV(B)68.57º23.81%57.65%-
XYZ24.5127.7919.4-
YUV141.52111.34128.35-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.41%
GREEN value IS 147 (57.81% from 255) = 36.66%
BLUE value IS 112 (44.14% from 255) = 27.93%
R=35.41%
G=36.66%
B=27.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1421471120.0300.240.4268.5713.9450.78
Hex8E937030182A45e33
Octal2162231603030521051663
Binary100011101001001111100001101100010101010001011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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