#8D9373

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

Shades of Avocado #8D9373

Tints of Avocado #8D9373

Color information

#8D9373 (or 0x8D9373) is unknown color: approx Avocado. HEX triplet: 8D, 93 and 73. RGB value is (141,147,115). Sum of RGB (Red+Green+Blue) = 141+147+115=403 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.99% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 147 - color contains mainly: green. Hex color #8D9373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9373 is #726C8C. Grayscale: #8D8D8D. Windows color (decimal): -7498893 or 7574413. OLE color: 7574413.

HSL color Cylindrical-coordinate representation of color #8D9373: hue angle of 71.25º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8D9373 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB141147115-
CMYK0.0400.220.42
HSL71.25º12.9%51.37%-
HSV(B)71.25º21.77%57.65%-
XYZ24.5127.7720.29-
YUV141.56113.01127.6-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.99%
GREEN value IS 147 (57.81% from 255) = 36.48%
BLUE value IS 115 (45.31% from 255) = 28.54%
R=34.99%
G=36.48%
B=28.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1411471150.0400.220.4271.2512.951.37
Hex8D937340162A47d33
Octal2152231634026521071563
Binary1000110110010011111001110001011010101010001111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,147,115); }

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

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

 a { background-color: rgb(141,147,115); }

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

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

 span { border-color: rgb(141,147,115); }

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