#8F9169

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

Shades of Avocado #8F9169

Tints of Avocado #8F9169

Color information

#8F9169 (or 0x8F9169) is unknown color: approx Avocado. HEX triplet: 8F, 91 and 69. RGB value is (143,145,105). Sum of RGB (Red+Green+Blue) = 143+145+105=393 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.39% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 145 - color contains mainly: green. Hex color #8F9169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9169 is #706E96. Grayscale: #8C8C8C. Windows color (decimal): -7368343 or 6918543. OLE color: 6918543.

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

Color convert

RGB143145105-
CMYK0.0100.280.43
HSL63º16%49.02%-
HSV(B)63º27.59%56.86%-
XYZ2427.1117.33-
YUV139.84108.34130.25-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.39%
GREEN value IS 145 (57.03% from 255) = 36.90%
BLUE value IS 105 (41.41% from 255) = 26.72%
R=36.39%
G=36.90%
B=26.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1431451050.0100.280.43631649.02
Hex8F9169101C2B3f1031
Octal217221151103453772061
Binary10001111100100011101001101110010101111111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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