#8F9560

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

Shades of Avocado #8F9560

Tints of Avocado #8F9560

Color information

#8F9560 (or 0x8F9560) is unknown color: approx Avocado. HEX triplet: 8F, 95 and 60. RGB value is (143,149,96). Sum of RGB (Red+Green+Blue) = 143+149+96=388 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.86% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 149 - color contains mainly: green. Hex color #8F9560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9560 is #706A9F. Grayscale: #8D8D8D. Windows color (decimal): -7367328 or 6329743. OLE color: 6329743.

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

Color convert

RGB14314996-
CMYK0.0400.360.42
HSL66.79º21.63%48.04%-
HSV(B)66.79º35.57%58.43%-
XYZ24.1928.1815.23-
YUV141.16102.51129.31-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.86%
GREEN value IS 149 (58.59% from 255) = 38.40%
BLUE value IS 96 (37.89% from 255) = 24.74%
R=36.86%
G=38.40%
B=24.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal143149960.0400.360.4266.7921.6348.04
Hex8F956040242A431630
Octal2172251404044521032660
Binary100011111001010111000001000100100101010100001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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