#8C9765

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

Shades of Avocado #8C9765

Tints of Avocado #8C9765

Color information

#8C9765 (or 0x8C9765) is unknown color: approx Avocado. HEX triplet: 8C, 97 and 65. RGB value is (140,151,101). Sum of RGB (Red+Green+Blue) = 140+151+101=392 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.71% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 101 (39.84% from 255 or 25.77% from 392); Max value from RGB is 151 - color contains mainly: green. Hex color #8C9765 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9765 is #73689A. Grayscale: #8E8E8E. Windows color (decimal): -7563419 or 6657932. OLE color: 6657932.

HSL color Cylindrical-coordinate representation of color #8C9765: hue angle of 73.2º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8C9765 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB140151101-
CMYK0.0700.330.41
HSL73.2º19.84%49.41%-
HSV(B)73.2º33.11%59.22%-
XYZ24.2328.6516.56-
YUV142.01104.86126.57-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.71%
GREEN value IS 151 (59.38% from 255) = 38.52%
BLUE value IS 101 (39.84% from 255) = 25.77%
R=35.71%
G=38.52%
B=25.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1401511010.0700.330.4173.219.8449.41
Hex8C9765702129491431
Octal2142271457041511112461
Binary100011001001011111001011110100001101001100100110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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