#8F916A

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

Shades of Avocado #8F916A

Tints of Avocado #8F916A

Color information

#8F916A (or 0x8F916A) is unknown color: approx Avocado. HEX triplet: 8F, 91 and 6A. RGB value is (143,145,106). Sum of RGB (Red+Green+Blue) = 143+145+106=394 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.29% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 145 - color contains mainly: green. Hex color #8F916A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F916A is #706E95. Grayscale: #8C8C8C. Windows color (decimal): -7368342 or 6984079. OLE color: 6984079.

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

Color convert

RGB143145106-
CMYK0.0100.270.43
HSL63.08º15.54%49.22%-
HSV(B)63.08º26.9%56.86%-
XYZ24.0527.1317.6-
YUV139.96108.84130.17-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.29%
GREEN value IS 145 (57.03% from 255) = 36.80%
BLUE value IS 106 (41.80% from 255) = 26.90%
R=36.29%
G=36.80%
B=26.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1431451060.0100.270.4363.0815.5449.22
Hex8F916A101B2B3f1031
Octal217221152103353772061
Binary10001111100100011101010101101110101111111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F916A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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