#8F936E

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

Shades of Avocado #8F936E

Tints of Avocado #8F936E

Color information

#8F936E (or 0x8F936E) is unknown color: approx Avocado. HEX triplet: 8F, 93 and 6E. RGB value is (143,147,110). Sum of RGB (Red+Green+Blue) = 143+147+110=400 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.75% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 110 (43.36% from 255 or 27.5% from 400); Max value from RGB is 147 - color contains mainly: green. Hex color #8F936E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F936E is #706C91. Grayscale: #8D8D8D. Windows color (decimal): -7367826 or 7246735. OLE color: 7246735.

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

Color convert

RGB143147110-
CMYK0.0300.250.42
HSL66.49º14.62%50.39%-
HSV(B)66.49º25.17%57.65%-
XYZ24.5827.8318.83-
YUV141.59110.17129.01-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.75%
GREEN value IS 147 (57.81% from 255) = 36.75%
BLUE value IS 110 (43.36% from 255) = 27.5%
R=35.75%
G=36.75%
B=27.5%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1431471100.0300.250.4266.4914.6250.39
Hex8F936E30192A42f32
Octal2172231563031521021762
Binary100011111001001111011101101100110101010000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F936E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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