#8D9369

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

Shades of Avocado #8D9369

Tints of Avocado #8D9369

Color information

#8D9369 (or 0x8D9369) is unknown color: approx Avocado. HEX triplet: 8D, 93 and 69. RGB value is (141,147,105). Sum of RGB (Red+Green+Blue) = 141+147+105=393 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.88% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 147 - color contains mainly: green. Hex color #8D9369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9369 is #726C96. Grayscale: #8C8C8C. Windows color (decimal): -7498903 or 6919053. OLE color: 6919053.

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

Color convert

RGB141147105-
CMYK0.0400.290.42
HSL68.57º16.67%49.41%-
HSV(B)68.57º28.57%57.65%-
XYZ23.9727.5517.42-
YUV140.42108.01128.42-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.88%
GREEN value IS 147 (57.81% from 255) = 37.40%
BLUE value IS 105 (41.41% from 255) = 26.72%
R=35.88%
G=37.40%
B=26.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1411471050.0400.290.4268.5716.6749.41
Hex8D9369401D2A451131
Octal2152231514035521052161
Binary10001101100100111101001100011101101010100010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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