#8B9762

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

Shades of Avocado #8B9762

Tints of Avocado #8B9762

Color information

#8B9762 (or 0x8B9762) is unknown color: approx Avocado. HEX triplet: 8B, 97 and 62. RGB value is (139,151,98). Sum of RGB (Red+Green+Blue) = 139+151+98=388 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.82% from 388); Green value is 151 (59.38% from 255 or 38.92% from 388); Blue value is 98 (38.67% from 255 or 25.26% from 388); Max value from RGB is 151 - color contains mainly: green. Hex color #8B9762 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9762 is #74689D. Grayscale: #8D8D8D. Windows color (decimal): -7628958 or 6461323. OLE color: 6461323.

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

Color convert

RGB13915198-
CMYK0.0800.350.41
HSL73.58º21.29%48.82%-
HSV(B)73.58º35.1%59.22%-
XYZ23.9228.515.8-
YUV141.37103.52126.31-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.82%
GREEN value IS 151 (59.38% from 255) = 38.92%
BLUE value IS 98 (38.67% from 255) = 25.26%
R=35.82%
G=38.92%
B=25.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal139151980.0800.350.4173.5821.2948.82
Hex8B97628023294a1531
Octal21322714210043511122561
Binary1000101110010111110001010000100011101001100101010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,151,98); }

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

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

 a { background-color: rgb(139,151,98); }

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

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

 span { border-color: rgb(139,151,98); }

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