#8E9567

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

Shades of Avocado #8E9567

Tints of Avocado #8E9567

Color information

#8E9567 (or 0x8E9567) is unknown color: approx Avocado. HEX triplet: 8E, 95 and 67. RGB value is (142,149,103). Sum of RGB (Red+Green+Blue) = 142+149+103=394 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.04% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 103 (40.62% from 255 or 26.14% from 394); Max value from RGB is 149 - color contains mainly: green. Hex color #8E9567 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9567 is #716A98. Grayscale: #8D8D8D. Windows color (decimal): -7432857 or 6788494. OLE color: 6788494.

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

Color convert

RGB142149103-
CMYK0.0500.310.42
HSL69.13º18.25%49.41%-
HSV(B)69.13º30.87%58.43%-
XYZ24.3528.2217-
YUV141.66106.18128.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.04%
GREEN value IS 149 (58.59% from 255) = 37.82%
BLUE value IS 103 (40.62% from 255) = 26.14%
R=36.04%
G=37.82%
B=26.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1421491030.0500.310.4269.1318.2549.41
Hex8E9567501F2A451231
Octal2162251475037521052261
Binary10001110100101011100111101011111101010100010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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