#8D9176

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

Shades of Avocado #8D9176

Tints of Avocado #8D9176

Color information

#8D9176 (or 0x8D9176) is unknown color: approx Avocado. HEX triplet: 8D, 91 and 76. RGB value is (141,145,118). Sum of RGB (Red+Green+Blue) = 141+145+118=404 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.90% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 145 - color contains mainly: green. Hex color #8D9176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9176 is #726E89. Grayscale: #8C8C8C. Windows color (decimal): -7499402 or 7770509. OLE color: 7770509.

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

Color convert

RGB141145118-
CMYK0.0300.190.43
HSL68.89º10.93%51.57%-
HSV(B)68.89º18.62%56.86%-
XYZ24.3827.2221.11-
YUV140.73115.17128.2-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.90%
GREEN value IS 145 (57.03% from 255) = 35.89%
BLUE value IS 118 (46.48% from 255) = 29.21%
R=34.90%
G=35.89%
B=29.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1411451180.0300.190.4368.8910.9351.57
Hex8D917630132B45b34
Octal2152211663023531051364
Binary100011011001000111101101101001110101110001011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,145,118); }

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

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

 a { background-color: rgb(141,145,118); }

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

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

 span { border-color: rgb(141,145,118); }

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