#8A976A

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

Shades of Avocado #8A976A

Tints of Avocado #8A976A

Color information

#8A976A (or 0x8A976A) is unknown color: approx Avocado. HEX triplet: 8A, 97 and 6A. RGB value is (138,151,106). Sum of RGB (Red+Green+Blue) = 138+151+106=395 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.94% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 151 - color contains mainly: green. Hex color #8A976A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A976A is #756895. Grayscale: #8E8E8E. Windows color (decimal): -7694486 or 6985610. OLE color: 6985610.

HSL color Cylindrical-coordinate representation of color #8A976A: hue angle of 77.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8A976A is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB138151106-
CMYK0.0900.300.41
HSL77.33º17.79%50.39%-
HSV(B)77.33º29.8%59.22%-
XYZ24.1528.5817.88-
YUV141.98107.69125.16-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.94%
GREEN value IS 151 (59.38% from 255) = 38.23%
BLUE value IS 106 (41.80% from 255) = 26.84%
R=34.94%
G=38.23%
B=26.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1381511060.0900.300.4177.3317.7950.39
Hex8A976A901E294d1232
Octal21222715211036511152262
Binary100010101001011111010101001011110101001100110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A976A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,151,106); }

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

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

 a { background-color: rgb(138,151,106); }

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

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

 span { border-color: rgb(138,151,106); }

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