Html Css Color HEX #8E9171 Avocado

📋 copy color: '#8E9171'

red 142 ◦ green 145 ◦ blue 113

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

Shades of Avocado #8E9171

Tints of Avocado #8E9171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 28.25%

R = 35.5%
G = 36.25%
B = 28.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#8E9171 (or 0x8E9171) is known color: Avocado. HEX triplet: 8E, 91 and 71. RGB value is (142,145,113). Sum of RGB (Red+Green+Blue) = 142+145+113=400 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.5% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 145 - color contains mainly: green. Hex color #8E9171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9171 is #716E8E. Grayscale: #8C8C8C. Windows color (decimal): -7433871 or 7442830. OLE color: 7442830.

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

Color convert

RGB 142 145 113 -
CMYK 0.02 0 0.22 0.43
HSL 65.63º 0.13% 0.51% -
HSV(B) 65.63º 0.22% 0.57% -
XYZ 24.26 27.19 19.59 -
YUV 140.46 112.51 129.1 -
System Red Green Blue C M Y K H S L
Decimal 142 145 113 0.02 0 0.22 0.43 65.63 0.13 0.51
Hex 8E 91 71 2 0 16 2B 42 D 33
Octal 216 221 161 2 0 26 53 102 15 63
Binary 10001110 10010001 1110001 10 0 10110 101011 1000010 1101 110011

Color Harmonies of #8E9171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9171

Black with #8E9171

Text Example


Text Example

White with #8E9171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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