#8D9760

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

Shades of Avocado #8D9760

Tints of Avocado #8D9760

Color information

#8D9760 (or 0x8D9760) is unknown color: approx Avocado. HEX triplet: 8D, 97 and 60. RGB value is (141,151,96). Sum of RGB (Red+Green+Blue) = 141+151+96=388 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.34% from 388); Green value is 151 (59.38% from 255 or 38.92% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 151 - color contains mainly: green. Hex color #8D9760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9760 is #72689F. Grayscale: #8D8D8D. Windows color (decimal): -7497888 or 6330253. OLE color: 6330253.

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

Color convert

RGB14115196-
CMYK0.0700.360.41
HSL70.91º22.27%48.43%-
HSV(B)70.91º36.42%59.22%-
XYZ24.1628.6415.32-
YUV141.74102.19127.47-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.34%
GREEN value IS 151 (59.38% from 255) = 38.92%
BLUE value IS 96 (37.89% from 255) = 24.74%
R=36.34%
G=38.92%
B=24.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal141151960.0700.360.4170.9122.2748.43
Hex8D9760702429471630
Octal2152271407044511072660
Binary100011011001011111000001110100100101001100011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,151,96); }

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

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

 a { background-color: rgb(141,151,96); }

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

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

 span { border-color: rgb(141,151,96); }

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