#8E9468

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

Shades of Avocado #8E9468

Tints of Avocado #8E9468

Color information

#8E9468 (or 0x8E9468) is unknown color: approx Avocado. HEX triplet: 8E, 94 and 68. RGB value is (142,148,104). Sum of RGB (Red+Green+Blue) = 142+148+104=394 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.04% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 148 - color contains mainly: green. Hex color #8E9468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9468 is #716B97. Grayscale: #8D8D8D. Windows color (decimal): -7433112 or 6853774. OLE color: 6853774.

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

Color convert

RGB142148104-
CMYK0.0400.300.42
HSL68.18º17.46%49.41%-
HSV(B)68.18º29.73%58.04%-
XYZ24.2427.9317.21-
YUV141.19107.01128.58-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.04%
GREEN value IS 148 (58.20% from 255) = 37.56%
BLUE value IS 104 (41.02% from 255) = 26.40%
R=36.04%
G=37.56%
B=26.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1421481040.0400.300.4268.1817.4649.41
Hex8E9468401E2A441131
Octal2162241504036521042161
Binary10001110100101001101000100011110101010100010010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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