#8F9457

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

Shades of Avocado #8F9457

Tints of Avocado #8F9457

Color information

#8F9457 (or 0x8F9457) is unknown color: approx Avocado. HEX triplet: 8F, 94 and 57. RGB value is (143,148,87). Sum of RGB (Red+Green+Blue) = 143+148+87=378 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.83% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 87 (34.38% from 255 or 23.02% from 378); Max value from RGB is 148 - color contains mainly: green. Hex color #8F9457 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9457 is #706BA8. Grayscale: #8B8B8B. Windows color (decimal): -7367593 or 5739663. OLE color: 5739663.

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

Color convert

RGB14314887-
CMYK0.0300.410.42
HSL64.92º25.96%46.08%-
HSV(B)64.92º41.22%58.04%-
XYZ23.6427.7113.12-
YUV139.5598.34130.46-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.83%
GREEN value IS 148 (58.20% from 255) = 39.15%
BLUE value IS 87 (34.38% from 255) = 23.02%
R=37.83%
G=39.15%
B=23.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal143148870.0300.410.4264.9225.9646.08
Hex8F945730292A411a2e
Octal2172241273051521013256
Binary10001111100101001010111110101001101010100000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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