Html Css Color HEX #8E975C Avocado

📋 copy color: '#8E975C'

red 142 ◦ green 151 ◦ blue 92

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

Shades of Avocado #8E975C

Tints of Avocado #8E975C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.22%

 BLUE value IS 92 (36.33% from 255) = 23.9%

R = 36.88%
G = 39.22%
B = 23.9%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#8E975C (or 0x8E975C) is known color: Avocado. HEX triplet: 8E, 97 and 5C. RGB value is (142,151,92). Sum of RGB (Red+Green+Blue) = 142+151+92=385 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.88% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 151 - color contains mainly: green. Hex color #8E975C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E975C is #7168A3. Grayscale: #8D8D8D. Windows color (decimal): -7432356 or 6068110. OLE color: 6068110.

HSL color Cylindrical-coordinate representation of color #8E975C: hue angle of 69.15º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8E975C is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 142 151 92 -
CMYK 0.06 0 0.39 0.41
HSL 69.15º 0.24% 0.48% -
HSV(B) 69.15º 0.39% 0.59% -
XYZ 24.15 28.66 14.38 -
YUV 141.58 100.02 128.3 -
System Red Green Blue C M Y K H S L
Decimal 142 151 92 0.06 0 0.39 0.41 69.15 0.24 0.48
Hex 8E 97 5C 6 0 27 29 45 18 30
Octal 216 227 134 6 0 47 51 105 30 60
Binary 10001110 10010111 1011100 110 0 100111 101001 1000101 11000 110000

Color Harmonies of #8E975C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E975C

Black with #8E975C

Text Example


Text Example

White with #8E975C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,151,92); }

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

background-color css

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

 a { background-color: rgb(142,151,92); }

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

border-color css

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

 span { border-color: rgb(142,151,92); }

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