#8E9869

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

Shades of Avocado #8E9869

Tints of Avocado #8E9869

Color information

#8E9869 (or 0x8E9869) is unknown color: approx Avocado. HEX triplet: 8E, 98 and 69. RGB value is (142,152,105). Sum of RGB (Red+Green+Blue) = 142+152+105=399 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.59% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 152 - color contains mainly: green. Hex color #8E9869 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9869 is #716796. Grayscale: #8F8F8F. Windows color (decimal): -7432087 or 6920334. OLE color: 6920334.

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

Color convert

RGB142152105-
CMYK0.0700.310.40
HSL72.77º18.58%50.39%-
HSV(B)72.77º30.92%59.61%-
XYZ24.9329.2317.69-
YUV143.65106.19126.82-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.59%
GREEN value IS 152 (59.77% from 255) = 38.10%
BLUE value IS 105 (41.41% from 255) = 26.32%
R=35.59%
G=38.10%
B=26.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1421521050.0700.310.4072.7718.5850.39
Hex8E9869701F28491332
Octal2162301517037501112362
Binary10001110100110001101001111011111101000100100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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