#8E9657

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

Shades of Avocado #8E9657

Tints of Avocado #8E9657

Color information

#8E9657 (or 0x8E9657) is unknown color: approx Avocado. HEX triplet: 8E, 96 and 57. RGB value is (142,150,87). Sum of RGB (Red+Green+Blue) = 142+150+87=379 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.47% from 379); Green value is 150 (58.98% from 255 or 39.58% from 379); Blue value is 87 (34.38% from 255 or 22.96% from 379); Max value from RGB is 150 - color contains mainly: green. Hex color #8E9657 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9657 is #7169A8. Grayscale: #8C8C8C. Windows color (decimal): -7432617 or 5740174. OLE color: 5740174.

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

Color convert

RGB14215087-
CMYK0.0500.420.41
HSL67.62º26.58%46.47%-
HSV(B)67.62º42%58.82%-
XYZ23.7828.2513.22-
YUV140.4397.85129.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.47%
GREEN value IS 150 (58.98% from 255) = 39.58%
BLUE value IS 87 (34.38% from 255) = 22.96%
R=37.47%
G=39.58%
B=22.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal142150870.0500.420.4167.6226.5846.47
Hex8E9657502A29441b2e
Octal2162261275052511043356
Binary100011101001011010101111010101010101001100010011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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