#8F9861

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

Shades of Avocado #8F9861

Tints of Avocado #8F9861

Color information

#8F9861 (or 0x8F9861) is unknown color: approx Avocado. HEX triplet: 8F, 98 and 61. RGB value is (143,152,97). Sum of RGB (Red+Green+Blue) = 143+152+97=392 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.48% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 97 (38.28% from 255 or 24.74% from 392); Max value from RGB is 152 - color contains mainly: green. Hex color #8F9861 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9861 is #70679E. Grayscale: #8F8F8F. Windows color (decimal): -7366559 or 6396047. OLE color: 6396047.

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

Color convert

RGB14315297-
CMYK0.0600.360.40
HSL69.82º22.09%48.82%-
HSV(B)69.82º36.18%59.61%-
XYZ24.7129.1615.64-
YUV143.04102.02127.97-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.48%
GREEN value IS 152 (59.77% from 255) = 38.78%
BLUE value IS 97 (38.28% from 255) = 24.74%
R=36.48%
G=38.78%
B=24.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal143152970.0600.360.4069.8222.0948.82
Hex8F9861602428461631
Octal2172301416044501062661
Binary100011111001100011000011100100100101000100011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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