#8E936A

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

Shades of Avocado #8E936A

Tints of Avocado #8E936A

Color information

#8E936A (or 0x8E936A) is unknown color: approx Avocado. HEX triplet: 8E, 93 and 6A. RGB value is (142,147,106). Sum of RGB (Red+Green+Blue) = 142+147+106=395 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.95% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 147 - color contains mainly: green. Hex color #8E936A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E936A is #716C95. Grayscale: #8C8C8C. Windows color (decimal): -7433366 or 6984590. OLE color: 6984590.

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

Color convert

RGB142147106-
CMYK0.0300.280.42
HSL67.32º16.21%49.61%-
HSV(B)67.32º27.89%57.65%-
XYZ24.1927.6617.7-
YUV140.83108.34128.83-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.95%
GREEN value IS 147 (57.81% from 255) = 37.22%
BLUE value IS 106 (41.80% from 255) = 26.84%
R=35.95%
G=37.22%
B=26.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1421471060.0300.280.4267.3216.2149.61
Hex8E936A301C2A431032
Octal2162231523034521032062
Binary1000111010010011110101011011100101010100001110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E936A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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