Html Css Color HEX #8E9175 Avocado

📋 copy color: '#8E9175'

red 142 ◦ green 145 ◦ blue 117

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

Shades of Avocado #8E9175

Tints of Avocado #8E9175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.96%

R = 35.15%
G = 35.89%
B = 28.96%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#8E9175 (or 0x8E9175) is known color: Avocado. HEX triplet: 8E, 91 and 75. RGB value is (142,145,117). Sum of RGB (Red+Green+Blue) = 142+145+117=404 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.15% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 145 - color contains mainly: green. Hex color #8E9175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9175 is #716E8A. Grayscale: #8D8D8D. Windows color (decimal): -7433867 or 7704974. OLE color: 7704974.

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

Color convert

RGB 142 145 117 -
CMYK 0.02 0 0.19 0.43
HSL 66.43º 0.11% 0.51% -
HSV(B) 66.43º 0.19% 0.57% -
XYZ 24.49 27.29 20.81 -
YUV 140.91 114.51 128.78 -
System Red Green Blue C M Y K H S L
Decimal 142 145 117 0.02 0 0.19 0.43 66.43 0.11 0.51
Hex 8E 91 75 2 0 13 2B 42 B 33
Octal 216 221 165 2 0 23 53 102 13 63
Binary 10001110 10010001 1110101 10 0 10011 101011 1000010 1011 110011

Color Harmonies of #8E9175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9175

Black with #8E9175

Text Example


Text Example

White with #8E9175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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