Html Css Color HEX #8E9372 Avocado

📋 copy color: '#8E9372'

red 142 ◦ green 147 ◦ blue 114

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

Shades of Avocado #8E9372

Tints of Avocado #8E9372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.29%

R = 35.24%
G = 36.48%
B = 28.29%

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

#8E9372 (or 0x8E9372) is known color: Avocado. HEX triplet: 8E, 93 and 72. RGB value is (142,147,114). Sum of RGB (Red+Green+Blue) = 142+147+114=403 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.24% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 147 - color contains mainly: green. Hex color #8E9372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9372 is #716C8D. Grayscale: #8D8D8D. Windows color (decimal): -7433358 or 7508878. OLE color: 7508878.

HSL color Cylindrical-coordinate representation of color #8E9372: hue angle of 69.09º 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 #8E9372 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 142 147 114 -
CMYK 0.03 0 0.22 0.42
HSL 69.09º 0.13% 0.51% -
HSV(B) 69.09º 0.22% 0.58% -
XYZ 24.63 27.83 19.99 -
YUV 141.74 112.34 128.18 -
System Red Green Blue C M Y K H S L
Decimal 142 147 114 0.03 0 0.22 0.42 69.09 0.13 0.51
Hex 8E 93 72 3 0 16 2A 45 D 33
Octal 216 223 162 3 0 26 52 105 15 63
Binary 10001110 10010011 1110010 11 0 10110 101010 1000101 1101 110011

Color Harmonies of #8E9372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9372

Black with #8E9372

Text Example


Text Example

White with #8E9372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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