#8E9469

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

Shades of Avocado #8E9469

Tints of Avocado #8E9469

Color information

#8E9469 (or 0x8E9469) is unknown color: approx Avocado. HEX triplet: 8E, 94 and 69. RGB value is (142,148,105). Sum of RGB (Red+Green+Blue) = 142+148+105=395 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.95% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 105 (41.41% from 255 or 26.58% from 395); Max value from RGB is 148 - color contains mainly: green. Hex color #8E9469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9469 is #716B96. Grayscale: #8D8D8D. Windows color (decimal): -7433111 or 6919310. OLE color: 6919310.

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

Color convert

RGB142148105-
CMYK0.0400.290.42
HSL68.37º17%49.61%-
HSV(B)68.37º29.05%58.04%-
XYZ24.327.9517.48-
YUV141.3107.51128.5-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.95%
GREEN value IS 148 (58.20% from 255) = 37.47%
BLUE value IS 105 (41.41% from 255) = 26.58%
R=35.95%
G=37.47%
B=26.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1421481050.0400.290.4268.371749.61
Hex8E9469401D2A441132
Octal2162241514035521042162
Binary10001110100101001101001100011101101010100010010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,148,105); }

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

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

 a { background-color: rgb(142,148,105); }

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

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

 span { border-color: rgb(142,148,105); }

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