#8F926F

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

Shades of Avocado #8F926F

Tints of Avocado #8F926F

Color information

#8F926F (or 0x8F926F) is unknown color: approx Avocado. HEX triplet: 8F, 92 and 6F. RGB value is (143,146,111). Sum of RGB (Red+Green+Blue) = 143+146+111=400 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.75% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 111 (43.75% from 255 or 27.75% from 400); Max value from RGB is 146 - color contains mainly: green. Hex color #8F926F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F926F is #706D90. Grayscale: #8D8D8D. Windows color (decimal): -7368081 or 7312015. OLE color: 7312015.

HSL color Cylindrical-coordinate representation of color #8F926F: hue angle of 65.14º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8F926F is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB143146111-
CMYK0.0200.240.43
HSL65.14º13.83%50.39%-
HSV(B)65.14º23.97%57.25%-
XYZ24.4827.5519.07-
YUV141.11111.01129.35-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.75%
GREEN value IS 146 (57.42% from 255) = 36.5%
BLUE value IS 111 (43.75% from 255) = 27.75%
R=35.75%
G=36.5%
B=27.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1431461110.0200.240.4365.1413.8350.39
Hex8F926F20182B41e32
Octal2172221572030531011662
Binary100011111001001011011111001100010101110000011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F926F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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