Html Css Color HEX #8E916F Avocado

📋 copy color: '#8E916F'

red 142 ◦ green 145 ◦ blue 111

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

Shades of Avocado #8E916F

Tints of Avocado #8E916F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.89%

R = 35.68%
G = 36.43%
B = 27.89%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#8E916F (or 0x8E916F) is known color: Avocado. HEX triplet: 8E, 91 and 6F. RGB value is (142,145,111). Sum of RGB (Red+Green+Blue) = 142+145+111=398 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.68% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 111 (43.75% from 255 or 27.89% from 398); Max value from RGB is 145 - color contains mainly: green. Hex color #8E916F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E916F is #716E90. Grayscale: #8C8C8C. Windows color (decimal): -7433873 or 7311758. OLE color: 7311758.

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

Color convert

RGB 142 145 111 -
CMYK 0.02 0 0.23 0.43
HSL 65.29º 0.13% 0.5% -
HSV(B) 65.29º 0.23% 0.57% -
XYZ 24.15 27.15 19.01 -
YUV 140.23 111.51 129.26 -
System Red Green Blue C M Y K H S L
Decimal 142 145 111 0.02 0 0.23 0.43 65.29 0.13 0.5
Hex 8E 91 6F 2 0 17 2B 41 D 32
Octal 216 221 157 2 0 27 53 101 15 62
Binary 10001110 10010001 1101111 10 0 10111 101011 1000001 1101 110010

Color Harmonies of #8E916F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E916F

Black with #8E916F

Text Example


Text Example

White with #8E916F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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