#8F9564

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

Shades of Avocado #8F9564

Tints of Avocado #8F9564

Color information

#8F9564 (or 0x8F9564) is unknown color: approx Avocado. HEX triplet: 8F, 95 and 64. RGB value is (143,149,100). Sum of RGB (Red+Green+Blue) = 143+149+100=392 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.48% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 100 (39.45% from 255 or 25.51% from 392); Max value from RGB is 149 - color contains mainly: green. Hex color #8F9564 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9564 is #706A9B. Grayscale: #8D8D8D. Windows color (decimal): -7367324 or 6591887. OLE color: 6591887.

HSL color Cylindrical-coordinate representation of color #8F9564: hue angle of 67.35º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8F9564 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB143149100-
CMYK0.0400.330.42
HSL67.35º19.68%48.82%-
HSV(B)67.35º32.89%58.43%-
XYZ24.3828.2516.23-
YUV141.62104.51128.98-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.48%
GREEN value IS 149 (58.59% from 255) = 38.01%
BLUE value IS 100 (39.45% from 255) = 25.51%
R=36.48%
G=38.01%
B=25.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1431491000.0400.330.4267.3519.6848.82
Hex8F956440212A431431
Octal2172251444041521032461
Binary100011111001010111001001000100001101010100001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,149,100); }

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

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

 a { background-color: rgb(143,149,100); }

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

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

 span { border-color: rgb(143,149,100); }

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