Html Css Color HEX #8E9373 Avocado

📋 copy color: '#8E9373'

red 142 ◦ green 147 ◦ blue 115

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

Shades of Avocado #8E9373

Tints of Avocado #8E9373

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.39%

 BLUE value IS 115 (45.31% from 255) = 28.47%

R = 35.15%
G = 36.39%
B = 28.47%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#8E9373 (or 0x8E9373) is known color: Avocado. HEX triplet: 8E, 93 and 73. RGB value is (142,147,115). Sum of RGB (Red+Green+Blue) = 142+147+115=404 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.15% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 115 (45.31% from 255 or 28.47% from 404); Max value from RGB is 147 - color contains mainly: green. Hex color #8E9373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9373 is #716C8C. Grayscale: #8D8D8D. Windows color (decimal): -7433357 or 7574414. OLE color: 7574414.

HSL color Cylindrical-coordinate representation of color #8E9373: hue angle of 69.38º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8E9373 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 142 147 115 -
CMYK 0.03 0 0.22 0.42
HSL 69.38º 0.13% 0.51% -
HSV(B) 69.38º 0.22% 0.58% -
XYZ 24.68 27.86 20.3 -
YUV 141.86 112.84 128.1 -
System Red Green Blue C M Y K H S L
Decimal 142 147 115 0.03 0 0.22 0.42 69.38 0.13 0.51
Hex 8E 93 73 3 0 16 2A 45 D 33
Octal 216 223 163 3 0 26 52 105 15 63
Binary 10001110 10010011 1110011 11 0 10110 101010 1000101 1101 110011

Color Harmonies of #8E9373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9373

Black with #8E9373

Text Example


Text Example

White with #8E9373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,147,115); }

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

background-color css

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

 a { background-color: rgb(142,147,115); }

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

border-color css

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

 span { border-color: rgb(142,147,115); }

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