#8E9270

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

Shades of Avocado #8E9270

Tints of Avocado #8E9270

Color information

#8E9270 (or 0x8E9270) is unknown color: approx Avocado. HEX triplet: 8E, 92 and 70. RGB value is (142,146,112). Sum of RGB (Red+Green+Blue) = 142+146+112=400 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.5% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 146 - color contains mainly: green. Hex color #8E9270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9270 is #716D8F. Grayscale: #8D8D8D. Windows color (decimal): -7433616 or 7377550. OLE color: 7377550.

HSL color Cylindrical-coordinate representation of color #8E9270: hue angle of 67.06º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8E9270 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB142146112-
CMYK0.0300.230.43
HSL67.06º13.49%50.59%-
HSV(B)67.06º23.29%57.25%-
XYZ24.3627.4819.35-
YUV140.93111.67128.76-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.5%
GREEN value IS 146 (57.42% from 255) = 36.5%
BLUE value IS 112 (44.14% from 255) = 28%
R=35.5%
G=36.5%
B=28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1421461120.0300.230.4367.0613.4950.59
Hex8E927030172B43d33
Octal2162221603027531031563
Binary100011101001001011100001101011110101110000111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,146,112); }

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

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

 a { background-color: rgb(142,146,112); }

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

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

 span { border-color: rgb(142,146,112); }

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