#8C9B69

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

Shades of Avocado #8C9B69

Tints of Avocado #8C9B69

Color information

#8C9B69 (or 0x8C9B69) is unknown color: approx Avocado. HEX triplet: 8C, 9B and 69. RGB value is (140,155,105). Sum of RGB (Red+Green+Blue) = 140+155+105=400 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 105 (41.41% from 255 or 26.25% from 400); Max value from RGB is 155 - color contains mainly: green. Hex color #8C9B69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9B69 is #736496. Grayscale: #919191. Windows color (decimal): -7562391 or 6921100. OLE color: 6921100.

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

Color convert

RGB140155105-
CMYK0.1000.320.39
HSL78º20%50.98%-
HSV(B)78º32.26%60.78%-
XYZ25.0930.0417.84-
YUV144.82105.53124.57-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35%
GREEN value IS 155 (60.94% from 255) = 38.75%
BLUE value IS 105 (41.41% from 255) = 26.25%
R=35%
G=38.75%
B=26.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1401551050.1000.320.39782050.98
Hex8C9B69A020274e1433
Octal21423315112040471162463
Binary1000110010011011110100110100100000100111100111010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,155,105); }

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

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

 a { background-color: rgb(140,155,105); }

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

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

 span { border-color: rgb(140,155,105); }

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