#8E986F

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

Shades of Avocado #8E986F

Tints of Avocado #8E986F

Color information

#8E986F (or 0x8E986F) is unknown color: approx Avocado. HEX triplet: 8E, 98 and 6F. RGB value is (142,152,111). Sum of RGB (Red+Green+Blue) = 142+152+111=405 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.06% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 111 (43.75% from 255 or 27.41% from 405); Max value from RGB is 152 - color contains mainly: green. Hex color #8E986F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E986F is #716790. Grayscale: #909090. Windows color (decimal): -7432081 or 7313550. OLE color: 7313550.

HSL color Cylindrical-coordinate representation of color #8E986F: hue angle of 74.63º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8E986F is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB142152111-
CMYK0.0700.270.40
HSL74.63º16.6%51.57%-
HSV(B)74.63º26.97%59.61%-
XYZ25.2529.3519.37-
YUV144.34109.19126.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.06%
GREEN value IS 152 (59.77% from 255) = 37.53%
BLUE value IS 111 (43.75% from 255) = 27.41%
R=35.06%
G=37.53%
B=27.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1421521110.0700.270.4074.6316.651.57
Hex8E986F701B284b1134
Octal2162301577033501132164
Binary10001110100110001101111111011011101000100101110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E986F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,152,111); }

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

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

 a { background-color: rgb(142,152,111); }

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

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

 span { border-color: rgb(142,152,111); }

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