#8C9758

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

Shades of Avocado #8C9758

Tints of Avocado #8C9758

Color information

#8C9758 (or 0x8C9758) is unknown color: approx Avocado. HEX triplet: 8C, 97 and 58. RGB value is (140,151,88). Sum of RGB (Red+Green+Blue) = 140+151+88=379 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.94% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 88 (34.77% from 255 or 23.22% from 379); Max value from RGB is 151 - color contains mainly: green. Hex color #8C9758 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9758 is #7368A7. Grayscale: #8C8C8C. Windows color (decimal): -7563432 or 5805964. OLE color: 5805964.

HSL color Cylindrical-coordinate representation of color #8C9758: hue angle of 70.48º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8C9758 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.41.

Color convert

RGB14015188-
CMYK0.0700.420.41
HSL70.48º26.36%46.86%-
HSV(B)70.48º41.72%59.22%-
XYZ23.6428.4113.47-
YUV140.5398.36127.62-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.94%
GREEN value IS 151 (59.38% from 255) = 39.84%
BLUE value IS 88 (34.77% from 255) = 23.22%
R=36.94%
G=39.84%
B=23.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal140151880.0700.420.4170.4826.3646.86
Hex8C9758702A29461a2f
Octal2142271307052511063257
Binary100011001001011110110001110101010101001100011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,151,88); }

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

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

 a { background-color: rgb(140,151,88); }

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

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

 span { border-color: rgb(140,151,88); }

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