#8E926E

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

Shades of Avocado #8E926E

Tints of Avocado #8E926E

Color information

#8E926E (or 0x8E926E) is unknown color: approx Avocado. HEX triplet: 8E, 92 and 6E. RGB value is (142,146,110). Sum of RGB (Red+Green+Blue) = 142+146+110=398 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.68% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 110 (43.36% from 255 or 27.64% from 398); Max value from RGB is 146 - color contains mainly: green. Hex color #8E926E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E926E is #716D91. Grayscale: #8C8C8C. Windows color (decimal): -7433618 or 7246478. OLE color: 7246478.

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

Color convert

RGB142146110-
CMYK0.0300.250.43
HSL66.67º14.17%50.2%-
HSV(B)66.67º24.66%57.25%-
XYZ24.2527.4318.77-
YUV140.7110.67128.93-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.68%
GREEN value IS 146 (57.42% from 255) = 36.68%
BLUE value IS 110 (43.36% from 255) = 27.64%
R=35.68%
G=36.68%
B=27.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1421461100.0300.250.4366.6714.1750.2
Hex8E926E30192B43e32
Octal2162221563031531031662
Binary100011101001001011011101101100110101110000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E926E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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