Html Css Color HEX #8E916E Avocado

📋 copy color: '#8E916E'

red 142 ◦ green 145 ◦ blue 110

#8E916E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Avocado #8E916E

Tints of Avocado #8E916E

RGB

 RED value IS 142 (55.86% from 255) = 35.77%

 GREEN value IS 145 (57.03% from 255) = 36.52%

 BLUE value IS 110 (43.36% from 255) = 27.71%

R = 35.77%
G = 36.52%
B = 27.71%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.24

 K value IS 0.43

RGB Variations

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

Color information

#8E916E (or 0x8E916E) is known color: Avocado. HEX triplet: 8E, 91 and 6E. RGB value is (142,145,110). Sum of RGB (Red+Green+Blue) = 142+145+110=397 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.77% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 145 - color contains mainly: green. Hex color #8E916E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E916E is #716E91. Grayscale: #8C8C8C. Windows color (decimal): -7433874 or 7246222. OLE color: 7246222.

HSL color Cylindrical-coordinate representation of color #8E916E: hue angle of 65.14º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8E916E is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB 142 145 110 -
CMYK 0.02 0 0.24 0.43
HSL 65.14º 0.14% 0.5% -
HSV(B) 65.14º 0.24% 0.57% -
XYZ 24.1 27.13 18.72 -
YUV 140.11 111.01 129.35 -
System Red Green Blue C M Y K H S L
Decimal 142 145 110 0.02 0 0.24 0.43 65.14 0.14 0.5
Hex 8E 91 6E 2 0 18 2B 41 E 32
Octal 216 221 156 2 0 30 53 101 16 62
Binary 10001110 10010001 1101110 10 0 11000 101011 1000001 1110 110010

Color Harmonies of #8E916E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E916E

Black with #8E916E

Text Example


Text Example

White with #8E916E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,145,110); }

 H1.HeaderClassName
 {
   color: #8E916E;
 }
 .AnyTagClassName
 {
   color: #8E916E;
 }
</style>

background-color css

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

 a { background-color: rgb(142,145,110); }

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

border-color css

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

 span { border-color: rgb(142,145,110); }

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