Html Css Color HEX #8E916B Avocado

📋 copy color: '#8E916B'

red 142 ◦ green 145 ◦ blue 107

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

Shades of Avocado #8E916B

Tints of Avocado #8E916B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.16%

R = 36.04%
G = 36.8%
B = 27.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#8E916B (or 0x8E916B) is known color: Avocado. HEX triplet: 8E, 91 and 6B. RGB value is (142,145,107). Sum of RGB (Red+Green+Blue) = 142+145+107=394 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.04% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 145 - color contains mainly: green. Hex color #8E916B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E916B is #716E94. Grayscale: #8B8B8B. Windows color (decimal): -7433877 or 7049614. OLE color: 7049614.

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

Color convert

RGB 142 145 107 -
CMYK 0.02 0 0.26 0.43
HSL 64.74º 0.15% 0.49% -
HSV(B) 64.74º 0.26% 0.57% -
XYZ 23.93 27.06 17.87 -
YUV 139.77 109.51 129.59 -
System Red Green Blue C M Y K H S L
Decimal 142 145 107 0.02 0 0.26 0.43 64.74 0.15 0.49
Hex 8E 91 6B 2 0 1A 2B 41 F 31
Octal 216 221 153 2 0 32 53 101 17 61
Binary 10001110 10010001 1101011 10 0 11010 101011 1000001 1111 110001

Color Harmonies of #8E916B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E916B

Black with #8E916B

Text Example


Text Example

White with #8E916B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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