#8F985E

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

Shades of Avocado #8F985E

Tints of Avocado #8F985E

Color information

#8F985E (or 0x8F985E) is unknown color: approx Avocado. HEX triplet: 8F, 98 and 5E. RGB value is (143,152,94). Sum of RGB (Red+Green+Blue) = 143+152+94=389 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.76% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 152 - color contains mainly: green. Hex color #8F985E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F985E is #7067A1. Grayscale: #8E8E8E. Windows color (decimal): -7366562 or 6199439. OLE color: 6199439.

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

Color convert

RGB14315294-
CMYK0.0600.380.40
HSL69.31º23.58%48.24%-
HSV(B)69.31º38.16%59.61%-
XYZ24.5829.114.91-
YUV142.7100.52128.22-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.76%
GREEN value IS 152 (59.77% from 255) = 39.07%
BLUE value IS 94 (37.11% from 255) = 24.16%
R=36.76%
G=39.07%
B=24.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal143152940.0600.380.4069.3123.5848.24
Hex8F985E602628451830
Octal2172301366046501053060
Binary100011111001100010111101100100110101000100010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F985E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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