#8F956E

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

Shades of Avocado #8F956E

Tints of Avocado #8F956E

Color information

#8F956E (or 0x8F956E) is unknown color: approx Avocado. HEX triplet: 8F, 95 and 6E. RGB value is (143,149,110). Sum of RGB (Red+Green+Blue) = 143+149+110=402 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.57% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 110 (43.36% from 255 or 27.36% from 402); Max value from RGB is 149 - color contains mainly: green. Hex color #8F956E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F956E is #706A91. Grayscale: #8E8E8E. Windows color (decimal): -7367314 or 7247247. OLE color: 7247247.

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

Color convert

RGB143149110-
CMYK0.0400.260.42
HSL69.23º15.54%50.78%-
HSV(B)69.23º26.17%58.43%-
XYZ24.8928.4618.93-
YUV142.76109.51128.17-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.57%
GREEN value IS 149 (58.59% from 255) = 37.06%
BLUE value IS 110 (43.36% from 255) = 27.36%
R=35.57%
G=37.06%
B=27.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1431491100.0400.260.4269.2315.5450.78
Hex8F956E401A2A451033
Octal2172251564032521052063
Binary10001111100101011101110100011010101010100010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F956E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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