#8E9667

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

Shades of Avocado #8E9667

Tints of Avocado #8E9667

Color information

#8E9667 (or 0x8E9667) is unknown color: approx Avocado. HEX triplet: 8E, 96 and 67. RGB value is (142,150,103). Sum of RGB (Red+Green+Blue) = 142+150+103=395 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.95% from 395); Green value is 150 (58.98% from 255 or 37.97% from 395); Blue value is 103 (40.62% from 255 or 26.08% from 395); Max value from RGB is 150 - color contains mainly: green. Hex color #8E9667 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9667 is #716998. Grayscale: #8E8E8E. Windows color (decimal): -7432601 or 6788750. OLE color: 6788750.

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

Color convert

RGB142150103-
CMYK0.0500.310.41
HSL70.21º18.58%49.61%-
HSV(B)70.21º31.33%58.82%-
XYZ24.5128.5417.05-
YUV142.25105.85127.82-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.95%
GREEN value IS 150 (58.98% from 255) = 37.97%
BLUE value IS 103 (40.62% from 255) = 26.08%
R=35.95%
G=37.97%
B=26.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1421501030.0500.310.4170.2118.5849.61
Hex8E9667501F29461332
Octal2162261475037511062362
Binary10001110100101101100111101011111101001100011010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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