#8D916F

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

Shades of Avocado #8D916F

Tints of Avocado #8D916F

Color information

#8D916F (or 0x8D916F) is unknown color: approx Avocado. HEX triplet: 8D, 91 and 6F. RGB value is (141,145,111). Sum of RGB (Red+Green+Blue) = 141+145+111=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 111 (43.75% from 255 or 27.96% from 397); Max value from RGB is 145 - color contains mainly: green. Hex color #8D916F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D916F is #726E90. Grayscale: #8C8C8C. Windows color (decimal): -7499409 or 7311757. OLE color: 7311757.

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

Color convert

RGB141145111-
CMYK0.0300.230.43
HSL67.06º13.39%50.2%-
HSV(B)67.06º23.45%56.86%-
XYZ23.9827.0619-
YUV139.93111.67128.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.52%
GREEN value IS 145 (57.03% from 255) = 36.52%
BLUE value IS 111 (43.75% from 255) = 27.96%
R=35.52%
G=36.52%
B=27.96%

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
Decimal1411451110.0300.230.4367.0613.3950.2
Hex8D916F30172B43d32
Octal2152211573027531031562
Binary100011011001000111011111101011110101110000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D916F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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