#8F9159

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

Shades of Avocado #8F9159

Tints of Avocado #8F9159

Color information

#8F9159 (or 0x8F9159) is unknown color: approx Avocado. HEX triplet: 8F, 91 and 59. RGB value is (143,145,89). Sum of RGB (Red+Green+Blue) = 143+145+89=377 (49% of max value = 765). Red value is 143 (56.25% from 255 or 37.93% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 89 (35.16% from 255 or 23.61% from 377); Max value from RGB is 145 - color contains mainly: green. Hex color #8F9159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9159 is #706EA6. Grayscale: #8A8A8A. Windows color (decimal): -7368359 or 5869967. OLE color: 5869967.

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

Color convert

RGB14314589-
CMYK0.0100.390.43
HSL62.14º23.93%45.88%-
HSV(B)62.14º38.62%56.86%-
XYZ23.2626.8113.4-
YUV138.02100.34131.55-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.93%
GREEN value IS 145 (57.03% from 255) = 38.46%
BLUE value IS 89 (35.16% from 255) = 23.61%
R=37.93%
G=38.46%
B=23.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal143145890.0100.390.4362.1423.9345.88
Hex8F915910272B3e182e
Octal217221131104753763056
Binary100011111001000110110011010011110101111111011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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