#8F9377

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

Shades of Avocado #8F9377

Tints of Avocado #8F9377

Color information

#8F9377 (or 0x8F9377) is unknown color: approx Avocado. HEX triplet: 8F, 93 and 77. RGB value is (143,147,119). Sum of RGB (Red+Green+Blue) = 143+147+119=409 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.96% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 119 (46.88% from 255 or 29.10% from 409); Max value from RGB is 147 - color contains mainly: green. Hex color #8F9377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9377 is #706C88. Grayscale: #8E8E8E. Windows color (decimal): -7367817 or 7836559. OLE color: 7836559.

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

Color convert

RGB143147119-
CMYK0.0300.190.42
HSL68.57º11.48%52.16%-
HSV(B)68.57º19.05%57.65%-
XYZ25.0928.0421.54-
YUV142.61114.67128.28-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.96%
GREEN value IS 147 (57.81% from 255) = 35.94%
BLUE value IS 119 (46.88% from 255) = 29.10%
R=34.96%
G=35.94%
B=29.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1431471190.0300.190.4268.5711.4852.16
Hex8F937730132A45b34
Octal2172231673023521051364
Binary100011111001001111101111101001110101010001011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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