#8F9463

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

Shades of Avocado #8F9463

Tints of Avocado #8F9463

Color information

#8F9463 (or 0x8F9463) is unknown color: approx Avocado. HEX triplet: 8F, 94 and 63. RGB value is (143,148,99). Sum of RGB (Red+Green+Blue) = 143+148+99=390 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.67% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 99 (39.06% from 255 or 25.38% from 390); Max value from RGB is 148 - color contains mainly: green. Hex color #8F9463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9463 is #706B9C. Grayscale: #8D8D8D. Windows color (decimal): -7367581 or 6526095. OLE color: 6526095.

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

Color convert

RGB14314899-
CMYK0.0300.330.42
HSL66.12º19.84%48.43%-
HSV(B)66.12º33.11%58.04%-
XYZ24.1727.9215.92-
YUV140.92104.34129.48-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.67%
GREEN value IS 148 (58.20% from 255) = 37.95%
BLUE value IS 99 (39.06% from 255) = 25.38%
R=36.67%
G=37.95%
B=25.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal143148990.0300.330.4266.1219.8448.43
Hex8F946330212A421430
Octal2172241433041521022460
Binary10001111100101001100011110100001101010100001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,148,99); }

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

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

 a { background-color: rgb(143,148,99); }

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

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

 span { border-color: rgb(143,148,99); }

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