#8E9B67

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

Shades of Avocado #8E9B67

Tints of Avocado #8E9B67

Color information

#8E9B67 (or 0x8E9B67) is unknown color: approx Avocado. HEX triplet: 8E, 9B and 67. RGB value is (142,155,103). Sum of RGB (Red+Green+Blue) = 142+155+103=400 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.5% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 103 (40.62% from 255 or 25.75% from 400); Max value from RGB is 155 - color contains mainly: green. Hex color #8E9B67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9B67 is #716498. Grayscale: #919191. Windows color (decimal): -7431321 or 6790030. OLE color: 6790030.

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

Color convert

RGB142155103-
CMYK0.0800.340.39
HSL75º20.63%50.59%-
HSV(B)75º33.55%60.78%-
XYZ25.3230.1717.32-
YUV145.18104.19125.73-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.5%
GREEN value IS 155 (60.94% from 255) = 38.75%
BLUE value IS 103 (40.62% from 255) = 25.75%
R=35.5%
G=38.75%
B=25.75%

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
Decimal1421551030.0800.340.397520.6350.59
Hex8E9B678022274b1533
Octal21623314710042471132563
Binary1000111010011011110011110000100010100111100101110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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