#8F9568

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

Shades of Avocado #8F9568

Tints of Avocado #8F9568

Color information

#8F9568 (or 0x8F9568) is unknown color: approx Avocado. HEX triplet: 8F, 95 and 68. RGB value is (143,149,104). Sum of RGB (Red+Green+Blue) = 143+149+104=396 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.11% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 104 (41.02% from 255 or 26.26% from 396); Max value from RGB is 149 - color contains mainly: green. Hex color #8F9568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9568 is #706A97. Grayscale: #8E8E8E. Windows color (decimal): -7367320 or 6854031. OLE color: 6854031.

HSL color Cylindrical-coordinate representation of color #8F9568: hue angle of 68º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8F9568 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB143149104-
CMYK0.0400.300.42
HSL68º17.79%49.61%-
HSV(B)68º30.2%58.43%-
XYZ24.5728.3317.27-
YUV142.08106.51128.66-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.11%
GREEN value IS 149 (58.59% from 255) = 37.63%
BLUE value IS 104 (41.02% from 255) = 26.26%
R=36.11%
G=37.63%
B=26.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1431491040.0400.300.426817.7949.61
Hex8F9568401E2A441232
Octal2172251504036521042262
Binary10001111100101011101000100011110101010100010010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,149,104); }

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

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

 a { background-color: rgb(143,149,104); }

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

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

 span { border-color: rgb(143,149,104); }

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