#8F9656

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

Shades of Avocado #8F9656

Tints of Avocado #8F9656

Color information

#8F9656 (or 0x8F9656) is unknown color: approx Avocado. HEX triplet: 8F, 96 and 56. RGB value is (143,150,86). Sum of RGB (Red+Green+Blue) = 143+150+86=379 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.73% from 379); Green value is 150 (58.98% from 255 or 39.58% from 379); Blue value is 86 (33.98% from 255 or 22.69% from 379); Max value from RGB is 150 - color contains mainly: green. Hex color #8F9656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9656 is #7069A9. Grayscale: #8C8C8C. Windows color (decimal): -7367082 or 5674639. OLE color: 5674639.

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

Color convert

RGB14315086-
CMYK0.0500.430.41
HSL66.56º27.12%46.27%-
HSV(B)66.56º42.67%58.82%-
XYZ23.9128.3213.01-
YUV140.6197.18129.7-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.73%
GREEN value IS 150 (58.98% from 255) = 39.58%
BLUE value IS 86 (33.98% from 255) = 22.69%
R=37.73%
G=39.58%
B=22.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal143150860.0500.430.4166.5627.1246.27
Hex8F9656502B29431b2e
Octal2172261265053511033356
Binary100011111001011010101101010101011101001100001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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