#8F936F

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

Shades of Avocado #8F936F

Tints of Avocado #8F936F

Color information

#8F936F (or 0x8F936F) is unknown color: approx Avocado. HEX triplet: 8F, 93 and 6F. RGB value is (143,147,111). Sum of RGB (Red+Green+Blue) = 143+147+111=401 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.66% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 111 (43.75% from 255 or 27.68% from 401); Max value from RGB is 147 - color contains mainly: green. Hex color #8F936F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F936F is #706C90. Grayscale: #8D8D8D. Windows color (decimal): -7367825 or 7312271. OLE color: 7312271.

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

Color convert

RGB143147111-
CMYK0.0300.240.42
HSL66.67º14.29%50.59%-
HSV(B)66.67º24.49%57.65%-
XYZ24.6327.8519.12-
YUV141.7110.67128.93-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.66%
GREEN value IS 147 (57.81% from 255) = 36.66%
BLUE value IS 111 (43.75% from 255) = 27.68%
R=35.66%
G=36.66%
B=27.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1431471110.0300.240.4266.6714.2950.59
Hex8F936F30182A43e33
Octal2172231573030521031663
Binary100011111001001111011111101100010101010000111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F936F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,147,111); }

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

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

 a { background-color: rgb(143,147,111); }

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

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

 span { border-color: rgb(143,147,111); }

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