#8F9869

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

Shades of Avocado #8F9869

Tints of Avocado #8F9869

Color information

#8F9869 (or 0x8F9869) is unknown color: approx Avocado. HEX triplet: 8F, 98 and 69. RGB value is (143,152,105). Sum of RGB (Red+Green+Blue) = 143+152+105=400 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.75% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 105 (41.41% from 255 or 26.25% from 400); Max value from RGB is 152 - color contains mainly: green. Hex color #8F9869 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9869 is #706796. Grayscale: #909090. Windows color (decimal): -7366551 or 6920335. OLE color: 6920335.

HSL color Cylindrical-coordinate representation of color #8F9869: hue angle of 71.49º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F9869 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB143152105-
CMYK0.0600.310.40
HSL71.49º18.58%50.39%-
HSV(B)71.49º30.92%59.61%-
XYZ25.1129.3217.7-
YUV143.95106.02127.32-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.75%
GREEN value IS 152 (59.77% from 255) = 38%
BLUE value IS 105 (41.41% from 255) = 26.25%
R=35.75%
G=38%
B=26.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1431521050.0600.310.4071.4918.5850.39
Hex8F9869601F28471332
Octal2172301516037501072362
Binary10001111100110001101001110011111101000100011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,152,105); }

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

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

 a { background-color: rgb(143,152,105); }

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

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

 span { border-color: rgb(143,152,105); }

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