#8E9B66

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

Shades of Avocado #8E9B66

Tints of Avocado #8E9B66

Color information

#8E9B66 (or 0x8E9B66) is unknown color: approx Avocado. HEX triplet: 8E, 9B and 66. RGB value is (142,155,102). Sum of RGB (Red+Green+Blue) = 142+155+102=399 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.59% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 102 (40.23% from 255 or 25.56% from 399); Max value from RGB is 155 - color contains mainly: green. Hex color #8E9B66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9B66 is #716499. Grayscale: #919191. Windows color (decimal): -7431322 or 6724494. OLE color: 6724494.

HSL color Cylindrical-coordinate representation of color #8E9B66: hue angle of 74.72º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8E9B66 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB142155102-
CMYK0.0800.340.39
HSL74.72º20.95%50.39%-
HSV(B)74.72º34.19%60.78%-
XYZ25.2730.1517.06-
YUV145.07103.69125.81-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.59%
GREEN value IS 155 (60.94% from 255) = 38.85%
BLUE value IS 102 (40.23% from 255) = 25.56%
R=35.59%
G=38.85%
B=25.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1421551020.0800.340.3974.7220.9550.39
Hex8E9B668022274b1532
Octal21623314610042471132562
Binary1000111010011011110011010000100010100111100101110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,155,102); }

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

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

 a { background-color: rgb(142,155,102); }

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

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

 span { border-color: rgb(142,155,102); }

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