#8D936C

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

Shades of Avocado #8D936C

Tints of Avocado #8D936C

Color information

#8D936C (or 0x8D936C) is unknown color: approx Avocado. HEX triplet: 8D, 93 and 6C. RGB value is (141,147,108). Sum of RGB (Red+Green+Blue) = 141+147+108=396 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.61% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 147 - color contains mainly: green. Hex color #8D936C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D936C is #726C93. Grayscale: #8C8C8C. Windows color (decimal): -7498900 or 7115661. OLE color: 7115661.

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

Color convert

RGB141147108-
CMYK0.0400.270.42
HSL69.23º15.29%50%-
HSV(B)69.23º26.53%57.65%-
XYZ24.1227.6118.25-
YUV140.76109.51128.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.61%
GREEN value IS 147 (57.81% from 255) = 37.12%
BLUE value IS 108 (42.58% from 255) = 27.27%
R=35.61%
G=37.12%
B=27.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1411471080.0400.270.4269.2315.2950
Hex8D936C401B2A45f32
Octal2152231544033521051762
Binary1000110110010011110110010001101110101010001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D936C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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