#8F916B

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

Shades of Avocado #8F916B

Tints of Avocado #8F916B

Color information

#8F916B (or 0x8F916B) is unknown color: approx Avocado. HEX triplet: 8F, 91 and 6B. RGB value is (143,145,107). Sum of RGB (Red+Green+Blue) = 143+145+107=395 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.20% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 107 (42.19% from 255 or 27.09% from 395); Max value from RGB is 145 - color contains mainly: green. Hex color #8F916B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F916B is #706E94. Grayscale: #8C8C8C. Windows color (decimal): -7368341 or 7049615. OLE color: 7049615.

HSL color Cylindrical-coordinate representation of color #8F916B: hue angle of 63.16º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8F916B is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB143145107-
CMYK0.0100.260.43
HSL63.16º15.08%49.41%-
HSV(B)63.16º26.21%56.86%-
XYZ24.1127.1517.88-
YUV140.07109.34130.09-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.20%
GREEN value IS 145 (57.03% from 255) = 36.71%
BLUE value IS 107 (42.19% from 255) = 27.09%
R=36.20%
G=36.71%
B=27.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1431451070.0100.260.4363.1615.0849.41
Hex8F916B101A2B3ff31
Octal217221153103253771761
Binary1000111110010001110101110110101010111111111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F916B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,145,107); }

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

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

 a { background-color: rgb(143,145,107); }

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

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

 span { border-color: rgb(143,145,107); }

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