#8F9657

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

Shades of Avocado #8F9657

Tints of Avocado #8F9657

Color information

#8F9657 (or 0x8F9657) is unknown color: approx Avocado. HEX triplet: 8F, 96 and 57. RGB value is (143,150,87). Sum of RGB (Red+Green+Blue) = 143+150+87=380 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.63% from 380); Green value is 150 (58.98% from 255 or 39.47% from 380); Blue value is 87 (34.38% from 255 or 22.89% from 380); Max value from RGB is 150 - color contains mainly: green. Hex color #8F9657 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9657 is #7069A8. Grayscale: #8C8C8C. Windows color (decimal): -7367081 or 5740175. OLE color: 5740175.

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

Color convert

RGB14315087-
CMYK0.0500.420.41
HSL66.67º26.58%46.47%-
HSV(B)66.67º42%58.82%-
XYZ23.9528.3413.22-
YUV140.7297.68129.62-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.63%
GREEN value IS 150 (58.98% from 255) = 39.47%
BLUE value IS 87 (34.38% from 255) = 22.89%
R=37.63%
G=39.47%
B=22.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal143150870.0500.420.4166.6726.5846.47
Hex8F9657502A29431b2e
Octal2172261275052511033356
Binary100011111001011010101111010101010101001100001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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