#8F9C69

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

Shades of Avocado #8F9C69

Tints of Avocado #8F9C69

Color information

#8F9C69 (or 0x8F9C69) is unknown color: approx Avocado. HEX triplet: 8F, 9C and 69. RGB value is (143,156,105). Sum of RGB (Red+Green+Blue) = 143+156+105=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 156 (61.33% from 255 or 38.61% from 404); Blue value is 105 (41.41% from 255 or 25.99% from 404); Max value from RGB is 156 - color contains mainly: green. Hex color #8F9C69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9C69 is #706396. Grayscale: #929292. Windows color (decimal): -7365527 or 6921359. OLE color: 6921359.

HSL color Cylindrical-coordinate representation of color #8F9C69: hue angle of 75.29º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8F9C69 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB143156105-
CMYK0.0800.330.39
HSL75.29º20.48%51.18%-
HSV(B)75.29º32.69%61.18%-
XYZ25.7730.6417.92-
YUV146.3104.69125.65-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.40%
GREEN value IS 156 (61.33% from 255) = 38.61%
BLUE value IS 105 (41.41% from 255) = 25.99%
R=35.40%
G=38.61%
B=25.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1431561050.0800.330.3975.2920.4851.18
Hex8F9C698021274b1433
Octal21723415110041471132463
Binary1000111110011100110100110000100001100111100101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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