#8F9470

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

Shades of Avocado #8F9470

Tints of Avocado #8F9470

Color information

#8F9470 (or 0x8F9470) is unknown color: approx Avocado. HEX triplet: 8F, 94 and 70. RGB value is (143,148,112). Sum of RGB (Red+Green+Blue) = 143+148+112=403 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.48% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 148 - color contains mainly: green. Hex color #8F9470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9470 is #706B8F. Grayscale: #8E8E8E. Windows color (decimal): -7367568 or 7378063. OLE color: 7378063.

HSL color Cylindrical-coordinate representation of color #8F9470: hue angle of 68.33º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8F9470 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB143148112-
CMYK0.0300.240.42
HSL68.33º14.4%50.98%-
HSV(B)68.33º24.32%58.04%-
XYZ24.8428.1919.46-
YUV142.4110.84128.43-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.48%
GREEN value IS 148 (58.20% from 255) = 36.72%
BLUE value IS 112 (44.14% from 255) = 27.79%
R=35.48%
G=36.72%
B=27.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1431481120.0300.240.4268.3314.450.98
Hex8F947030182A44e33
Octal2172241603030521041663
Binary100011111001010011100001101100010101010001001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,148,112); }

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

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

 a { background-color: rgb(143,148,112); }

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

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

 span { border-color: rgb(143,148,112); }

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