#8F9857

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

Shades of Avocado #8F9857

Tints of Avocado #8F9857

Color information

#8F9857 (or 0x8F9857) is unknown color: approx Avocado. HEX triplet: 8F, 98 and 57. RGB value is (143,152,87). Sum of RGB (Red+Green+Blue) = 143+152+87=382 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.43% from 382); Green value is 152 (59.77% from 255 or 39.79% from 382); Blue value is 87 (34.38% from 255 or 22.77% from 382); Max value from RGB is 152 - color contains mainly: green. Hex color #8F9857 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9857 is #7067A8. Grayscale: #8E8E8E. Windows color (decimal): -7366569 or 5740687. OLE color: 5740687.

HSL color Cylindrical-coordinate representation of color #8F9857: hue angle of 68.31º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F9857 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.40.

Color convert

RGB14315287-
CMYK0.0600.430.40
HSL68.31º27.2%46.86%-
HSV(B)68.31º42.76%59.61%-
XYZ24.2828.9813.33-
YUV141.997.02128.79-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.43%
GREEN value IS 152 (59.77% from 255) = 39.79%
BLUE value IS 87 (34.38% from 255) = 22.77%
R=37.43%
G=39.79%
B=22.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal143152870.0600.430.4068.3127.246.86
Hex8F9857602B28441b2f
Octal2172301276053501043357
Binary100011111001100010101111100101011101000100010011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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