#8E995F

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

Shades of Avocado #8E995F

Tints of Avocado #8E995F

Color information

#8E995F (or 0x8E995F) is unknown color: approx Avocado. HEX triplet: 8E, 99 and 5F. RGB value is (142,153,95). Sum of RGB (Red+Green+Blue) = 142+153+95=390 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.41% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 95 (37.5% from 255 or 24.36% from 390); Max value from RGB is 153 - color contains mainly: green. Hex color #8E995F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E995F is #7166A0. Grayscale: #8F8F8F. Windows color (decimal): -7431841 or 6265230. OLE color: 6265230.

HSL color Cylindrical-coordinate representation of color #8E995F: hue angle of 71.38º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8E995F is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB14215395-
CMYK0.0700.380.4
HSL71.38º23.39%48.63%-
HSV(B)71.38º37.91%60%-
XYZ24.6129.3615.2-
YUV143.1100.86127.22-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.41%
GREEN value IS 153 (60.16% from 255) = 39.23%
BLUE value IS 95 (37.5% from 255) = 24.36%
R=36.41%
G=39.23%
B=24.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal142153950.0700.380.471.3823.3948.63
Hex8E995F702628471731
Octal2162311377046501072761
Binary100011101001100110111111110100110101000100011110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E995F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,153,95); }

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

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

 a { background-color: rgb(142,153,95); }

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

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

 span { border-color: rgb(142,153,95); }

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