#8D936A

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

Shades of Avocado #8D936A

Tints of Avocado #8D936A

Color information

#8D936A (or 0x8D936A) is unknown color: approx Avocado. HEX triplet: 8D, 93 and 6A. RGB value is (141,147,106). Sum of RGB (Red+Green+Blue) = 141+147+106=394 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.79% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 147 - color contains mainly: green. Hex color #8D936A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D936A is #726C95. Grayscale: #8C8C8C. Windows color (decimal): -7498902 or 6984589. OLE color: 6984589.

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

Color convert

RGB141147106-
CMYK0.0400.280.42
HSL68.78º16.21%49.61%-
HSV(B)68.78º27.89%57.65%-
XYZ24.0227.5717.69-
YUV140.53108.51128.33-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.79%
GREEN value IS 147 (57.81% from 255) = 37.31%
BLUE value IS 106 (41.80% from 255) = 26.90%
R=35.79%
G=37.31%
B=26.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1411471060.0400.280.4268.7816.2149.61
Hex8D936A401C2A451032
Octal2152231524034521052062
Binary10001101100100111101010100011100101010100010110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D936A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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