#8F9257

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

Shades of Avocado #8F9257

Tints of Avocado #8F9257

Color information

#8F9257 (or 0x8F9257) is unknown color: approx Avocado. HEX triplet: 8F, 92 and 57. RGB value is (143,146,87). Sum of RGB (Red+Green+Blue) = 143+146+87=376 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.03% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 87 (34.38% from 255 or 23.14% from 376); Max value from RGB is 146 - color contains mainly: green. Hex color #8F9257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9257 is #706DA8. Grayscale: #8A8A8A. Windows color (decimal): -7368105 or 5739151. OLE color: 5739151.

HSL color Cylindrical-coordinate representation of color #8F9257: hue angle of 63.05º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8F9257 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.43.

Color convert

RGB14314687-
CMYK0.0200.400.43
HSL63.05º25.32%45.69%-
HSV(B)63.05º40.41%57.25%-
XYZ23.3327.0913.02-
YUV138.3899.01131.3-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.03%
GREEN value IS 146 (57.42% from 255) = 38.83%
BLUE value IS 87 (34.38% from 255) = 23.14%
R=38.03%
G=38.83%
B=23.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal143146870.0200.400.4363.0525.3245.69
Hex8F925720282B3f192e
Octal217222127205053773156
Binary1000111110010010101011110010100010101111111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,146,87); }

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

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

 a { background-color: rgb(143,146,87); }

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

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

 span { border-color: rgb(143,146,87); }

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