#8B976C

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

Shades of Avocado #8B976C

Tints of Avocado #8B976C

Color information

#8B976C (or 0x8B976C) is unknown color: approx Avocado. HEX triplet: 8B, 97 and 6C. RGB value is (139,151,108). Sum of RGB (Red+Green+Blue) = 139+151+108=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 151 - color contains mainly: green. Hex color #8B976C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B976C is #746893. Grayscale: #8E8E8E. Windows color (decimal): -7628948 or 7116683. OLE color: 7116683.

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

Color convert

RGB139151108-
CMYK0.0800.280.41
HSL76.74º17.13%50.78%-
HSV(B)76.74º28.48%59.22%-
XYZ24.4228.718.44-
YUV142.51108.52125.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.92%
GREEN value IS 151 (59.38% from 255) = 37.94%
BLUE value IS 108 (42.58% from 255) = 27.14%
R=34.92%
G=37.94%
B=27.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1391511080.0800.280.4176.7417.1350.78
Hex8B976C801C294d1133
Octal21322715410034511152163
Binary100010111001011111011001000011100101001100110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B976C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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