#8F9660

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

Shades of Avocado #8F9660

Tints of Avocado #8F9660

Color information

#8F9660 (or 0x8F9660) is unknown color: approx Avocado. HEX triplet: 8F, 96 and 60. RGB value is (143,150,96). Sum of RGB (Red+Green+Blue) = 143+150+96=389 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.76% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 150 - color contains mainly: green. Hex color #8F9660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9660 is #70699F. Grayscale: #8D8D8D. Windows color (decimal): -7367072 or 6329999. OLE color: 6329999.

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

Color convert

RGB14315096-
CMYK0.0500.360.41
HSL67.78º21.95%48.24%-
HSV(B)67.78º36%58.82%-
XYZ24.3528.515.28-
YUV141.75102.18128.89-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.76%
GREEN value IS 150 (58.98% from 255) = 38.56%
BLUE value IS 96 (37.89% from 255) = 24.68%
R=36.76%
G=38.56%
B=24.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal143150960.0500.360.4167.7821.9548.24
Hex8F9660502429441630
Octal2172261405044511042660
Binary100011111001011011000001010100100101001100010010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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