Html Css Color HEX #8E9474 Avocado

📋 copy color: '#8E9474'

red 142 ◦ green 148 ◦ blue 116

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

Shades of Avocado #8E9474

Tints of Avocado #8E9474

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.45%

 BLUE value IS 116 (45.7% from 255) = 28.57%

R = 34.98%
G = 36.45%
B = 28.57%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#8E9474 (or 0x8E9474) is known color: Avocado. HEX triplet: 8E, 94 and 74. RGB value is (142,148,116). Sum of RGB (Red+Green+Blue) = 142+148+116=406 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.98% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 116 (45.70% from 255 or 28.57% from 406); Max value from RGB is 148 - color contains mainly: green. Hex color #8E9474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9474 is #716B8B. Grayscale: #8E8E8E. Windows color (decimal): -7433100 or 7640206. OLE color: 7640206.

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

Color convert

RGB 142 148 116 -
CMYK 0.04 0 0.22 0.42
HSL 71.25º 0.13% 0.52% -
HSV(B) 71.25º 0.22% 0.58% -
XYZ 24.9 28.19 20.65 -
YUV 142.56 113.01 127.6 -
System Red Green Blue C M Y K H S L
Decimal 142 148 116 0.04 0 0.22 0.42 71.25 0.13 0.52
Hex 8E 94 74 4 0 16 2A 47 D 34
Octal 216 224 164 4 0 26 52 107 15 64
Binary 10001110 10010100 1110100 100 0 10110 101010 1000111 1101 110100

Color Harmonies of #8E9474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9474

Black with #8E9474

Text Example


Text Example

White with #8E9474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,148,116); }

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

background-color css

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

 a { background-color: rgb(142,148,116); }

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

border-color css

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

 span { border-color: rgb(142,148,116); }

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