#8B9660

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

Shades of Avocado #8B9660

Tints of Avocado #8B9660

Color information

#8B9660 (or 0x8B9660) is unknown color: approx Avocado. HEX triplet: 8B, 96 and 60. RGB value is (139,150,96). Sum of RGB (Red+Green+Blue) = 139+150+96=385 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.10% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 150 - color contains mainly: green. Hex color #8B9660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9660 is #74699F. Grayscale: #8C8C8C. Windows color (decimal): -7629216 or 6329995. OLE color: 6329995.

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

Color convert

RGB13915096-
CMYK0.0700.360.41
HSL72.22º21.95%48.24%-
HSV(B)72.22º36%58.82%-
XYZ23.6728.1515.25-
YUV140.55102.86126.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.10%
GREEN value IS 150 (58.98% from 255) = 38.96%
BLUE value IS 96 (37.89% from 255) = 24.94%
R=36.10%
G=38.96%
B=24.94%

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
Decimal139150960.0700.360.4172.2221.9548.24
Hex8B9660702429481630
Octal2132261407044511102660
Binary100010111001011011000001110100100101001100100010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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