#8D9660

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

Shades of Avocado #8D9660

Tints of Avocado #8D9660

Color information

#8D9660 (or 0x8D9660) is unknown color: approx Avocado. HEX triplet: 8D, 96 and 60. RGB value is (141,150,96). Sum of RGB (Red+Green+Blue) = 141+150+96=387 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.43% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 150 - color contains mainly: green. Hex color #8D9660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9660 is #72699F. Grayscale: #8D8D8D. Windows color (decimal): -7498144 or 6329997. OLE color: 6329997.

HSL color Cylindrical-coordinate representation of color #8D9660: hue angle of 70º 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 #8D9660 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB14115096-
CMYK0.0600.360.41
HSL70º21.95%48.24%-
HSV(B)70º36%58.82%-
XYZ2428.3215.27-
YUV141.15102.52127.89-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.43%
GREEN value IS 150 (58.98% from 255) = 38.76%
BLUE value IS 96 (37.89% from 255) = 24.81%
R=36.43%
G=38.76%
B=24.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal141150960.0600.360.417021.9548.24
Hex8D9660602429461630
Octal2152261406044511062660
Binary100011011001011011000001100100100101001100011010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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