#8E9568

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

Shades of Avocado #8E9568

Tints of Avocado #8E9568

Color information

#8E9568 (or 0x8E9568) is unknown color: approx Avocado. HEX triplet: 8E, 95 and 68. RGB value is (142,149,104). Sum of RGB (Red+Green+Blue) = 142+149+104=395 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.95% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 149 - color contains mainly: green. Hex color #8E9568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9568 is #716A97. Grayscale: #8D8D8D. Windows color (decimal): -7432856 or 6854030. OLE color: 6854030.

HSL color Cylindrical-coordinate representation of color #8E9568: hue angle of 69.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E9568 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB142149104-
CMYK0.0500.300.42
HSL69.33º17.79%49.61%-
HSV(B)69.33º30.2%58.43%-
XYZ24.428.2517.26-
YUV141.78106.68128.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.95%
GREEN value IS 149 (58.59% from 255) = 37.72%
BLUE value IS 104 (41.02% from 255) = 26.33%
R=35.95%
G=37.72%
B=26.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1421491040.0500.300.4269.3317.7949.61
Hex8E9568501E2A451232
Octal2162251505036521052262
Binary10001110100101011101000101011110101010100010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,149,104); }

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

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

 a { background-color: rgb(142,149,104); }

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

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

 span { border-color: rgb(142,149,104); }

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