#8F9359

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

Shades of Avocado #8F9359

Tints of Avocado #8F9359

Color information

#8F9359 (or 0x8F9359) is unknown color: approx Avocado. HEX triplet: 8F, 93 and 59. RGB value is (143,147,89). Sum of RGB (Red+Green+Blue) = 143+147+89=379 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.73% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 89 (35.16% from 255 or 23.48% from 379); Max value from RGB is 147 - color contains mainly: green. Hex color #8F9359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9359 is #706CA6. Grayscale: #8B8B8B. Windows color (decimal): -7367847 or 5870479. OLE color: 5870479.

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

Color convert

RGB14314789-
CMYK0.0300.390.42
HSL64.14º24.58%46.27%-
HSV(B)64.14º39.46%57.65%-
XYZ23.5627.4313.5-
YUV139.1999.67130.72-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.73%
GREEN value IS 147 (57.81% from 255) = 38.79%
BLUE value IS 89 (35.16% from 255) = 23.48%
R=37.73%
G=38.79%
B=23.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal143147890.0300.390.4264.1424.5846.27
Hex8F935930272A40192e
Octal2172231313047521003156
Binary10001111100100111011001110100111101010100000011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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