#8D916D

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

Shades of Avocado #8D916D

Tints of Avocado #8D916D

Color information

#8D916D (or 0x8D916D) is unknown color: approx Avocado. HEX triplet: 8D, 91 and 6D. RGB value is (141,145,109). Sum of RGB (Red+Green+Blue) = 141+145+109=395 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.70% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 145 - color contains mainly: green. Hex color #8D916D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D916D is #726E92. Grayscale: #8B8B8B. Windows color (decimal): -7499411 or 7180685. OLE color: 7180685.

HSL color Cylindrical-coordinate representation of color #8D916D: 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 #8D916D is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB141145109-
CMYK0.0300.250.43
HSL66.67º14.17%49.8%-
HSV(B)66.67º24.83%56.86%-
XYZ23.8727.0218.42-
YUV139.7110.67128.93-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.70%
GREEN value IS 145 (57.03% from 255) = 36.71%
BLUE value IS 109 (42.97% from 255) = 27.59%
R=35.70%
G=36.71%
B=27.59%

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
Decimal1411451090.0300.250.4366.6714.1749.8
Hex8D916D30192B43e32
Octal2152211553031531031662
Binary100011011001000111011011101100110101110000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D916D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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