#8C9365

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

Shades of Avocado #8C9365

Tints of Avocado #8C9365

Color information

#8C9365 (or 0x8C9365) is unknown color: approx Avocado. HEX triplet: 8C, 93 and 65. RGB value is (140,147,101). Sum of RGB (Red+Green+Blue) = 140+147+101=388 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.08% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 147 - color contains mainly: green. Hex color #8C9365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9365 is #736C9A. Grayscale: #8B8B8B. Windows color (decimal): -7564443 or 6656908. OLE color: 6656908.

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

Color convert

RGB140147101-
CMYK0.0500.310.42
HSL69.13º18.55%48.63%-
HSV(B)69.13º31.29%57.65%-
XYZ23.627.3816.35-
YUV139.66106.18128.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.08%
GREEN value IS 147 (57.81% from 255) = 37.89%
BLUE value IS 101 (39.84% from 255) = 26.03%
R=36.08%
G=37.89%
B=26.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1401471010.0500.310.4269.1318.5548.63
Hex8C9365501F2A451331
Octal2142231455037521052361
Binary10001100100100111100101101011111101010100010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,147,101); }

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

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

 a { background-color: rgb(140,147,101); }

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

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

 span { border-color: rgb(140,147,101); }

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