#8F976E

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

Shades of Avocado #8F976E

Tints of Avocado #8F976E

Color information

#8F976E (or 0x8F976E) is unknown color: approx Avocado. HEX triplet: 8F, 97 and 6E. RGB value is (143,151,110). Sum of RGB (Red+Green+Blue) = 143+151+110=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 110 (43.36% from 255 or 27.23% from 404); Max value from RGB is 151 - color contains mainly: green. Hex color #8F976E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F976E is #706891. Grayscale: #909090. Windows color (decimal): -7366802 or 7247759. OLE color: 7247759.

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

Color convert

RGB143151110-
CMYK0.0500.270.41
HSL71.71º16.47%51.18%-
HSV(B)71.71º27.15%59.22%-
XYZ25.2129.119.04-
YUV143.93108.85127.33-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.40%
GREEN value IS 151 (59.38% from 255) = 37.38%
BLUE value IS 110 (43.36% from 255) = 27.23%
R=35.40%
G=37.38%
B=27.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1431511100.0500.270.4171.7116.4751.18
Hex8F976E501B29481033
Octal2172271565033511102063
Binary10001111100101111101110101011011101001100100010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F976E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,151,110); }

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

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

 a { background-color: rgb(143,151,110); }

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

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

 span { border-color: rgb(143,151,110); }

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