#8E9755

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

Shades of Avocado #8E9755

Tints of Avocado #8E9755

Color information

#8E9755 (or 0x8E9755) is unknown color: approx Avocado. HEX triplet: 8E, 97 and 55. RGB value is (142,151,85). Sum of RGB (Red+Green+Blue) = 142+151+85=378 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.57% from 378); Green value is 151 (59.38% from 255 or 39.95% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 151 - color contains mainly: green. Hex color #8E9755 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9755 is #7168AA. Grayscale: #8D8D8D. Windows color (decimal): -7432363 or 5609358. OLE color: 5609358.

HSL color Cylindrical-coordinate representation of color #8E9755: hue angle of 68.18º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E9755 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.41.

Color convert

RGB14215185-
CMYK0.0600.440.41
HSL68.18º27.97%46.27%-
HSV(B)68.18º43.71%59.22%-
XYZ23.8628.5412.85-
YUV140.7896.52128.87-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.57%
GREEN value IS 151 (59.38% from 255) = 39.95%
BLUE value IS 85 (33.59% from 255) = 22.49%
R=37.57%
G=39.95%
B=22.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal142151850.0600.440.4168.1827.9746.27
Hex8E9755602C29441c2e
Octal2162271256054511043456
Binary100011101001011110101011100101100101001100010011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,151,85); }

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

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

 a { background-color: rgb(142,151,85); }

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

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

 span { border-color: rgb(142,151,85); }

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