Html Css Color HEX #8E9174 Avocado

📋 copy color: '#8E9174'

red 142 ◦ green 145 ◦ blue 116

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

Shades of Avocado #8E9174

Tints of Avocado #8E9174

RGB

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

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

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

R = 35.24%
G = 35.98%
B = 28.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.2

 K value IS 0.43

RGB Variations

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

Color information

#8E9174 (or 0x8E9174) is known color: Avocado. HEX triplet: 8E, 91 and 74. RGB value is (142,145,116). Sum of RGB (Red+Green+Blue) = 142+145+116=403 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.24% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 145 - color contains mainly: green. Hex color #8E9174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9174 is #716E8B. Grayscale: #8C8C8C. Windows color (decimal): -7433868 or 7639438. OLE color: 7639438.

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

Color convert

RGB 142 145 116 -
CMYK 0.02 0 0.2 0.43
HSL 66.21º 0.12% 0.51% -
HSV(B) 66.21º 0.2% 0.57% -
XYZ 24.43 27.26 20.5 -
YUV 140.8 114.01 128.86 -
System Red Green Blue C M Y K H S L
Decimal 142 145 116 0.02 0 0.2 0.43 66.21 0.12 0.51
Hex 8E 91 74 2 0 14 2B 42 C 33
Octal 216 221 164 2 0 24 53 102 14 63
Binary 10001110 10010001 1110100 10 0 10100 101011 1000010 1100 110011

Color Harmonies of #8E9174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9174

Black with #8E9174

Text Example


Text Example

White with #8E9174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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