#8F9059

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

Shades of Avocado #8F9059

Tints of Avocado #8F9059

Color information

#8F9059 (or 0x8F9059) is unknown color: approx Avocado. HEX triplet: 8F, 90 and 59. RGB value is (143,144,89). Sum of RGB (Red+Green+Blue) = 143+144+89=376 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.03% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 89 (35.16% from 255 or 23.67% from 376); Max value from RGB is 144 - color contains mainly: green. Hex color #8F9059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9059 is #706FA6. Grayscale: #898989. Windows color (decimal): -7368615 or 5869711. OLE color: 5869711.

HSL color Cylindrical-coordinate representation of color #8F9059: hue angle of 61.09º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F9059 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB14314489-
CMYK0.0100.380.44
HSL61.09º23.61%45.69%-
HSV(B)61.09º38.19%56.47%-
XYZ23.126.5113.35-
YUV137.43100.67131.97-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.03%
GREEN value IS 144 (56.64% from 255) = 38.30%
BLUE value IS 89 (35.16% from 255) = 23.67%
R=38.03%
G=38.30%
B=23.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143144890.0100.380.4461.0923.6145.69
Hex8F905910262C3d182e
Octal217220131104654753056
Binary100011111001000010110011010011010110011110111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,144,89); }

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

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

 a { background-color: rgb(143,144,89); }

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

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

 span { border-color: rgb(143,144,89); }

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