Html Css Color HEX #8E976D Avocado

📋 copy color: '#8E976D'

red 142 ◦ green 151 ◦ blue 109

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

Shades of Avocado #8E976D

Tints of Avocado #8E976D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.11%

R = 35.32%
G = 37.56%
B = 27.11%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#8E976D (or 0x8E976D) is known color: Avocado. HEX triplet: 8E, 97 and 6D. RGB value is (142,151,109). Sum of RGB (Red+Green+Blue) = 142+151+109=402 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.32% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 151 - color contains mainly: green. Hex color #8E976D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E976D is #716892. Grayscale: #8F8F8F. Windows color (decimal): -7432339 or 7182222. OLE color: 7182222.

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

Color convert

RGB 142 151 109 -
CMYK 0.06 0 0.28 0.41
HSL 72.86º 0.17% 0.51% -
HSV(B) 72.86º 0.28% 0.59% -
XYZ 24.98 28.99 18.75 -
YUV 143.52 108.52 126.92 -
System Red Green Blue C M Y K H S L
Decimal 142 151 109 0.06 0 0.28 0.41 72.86 0.17 0.51
Hex 8E 97 6D 6 0 1C 29 49 11 33
Octal 216 227 155 6 0 34 51 111 21 63
Binary 10001110 10010111 1101101 110 0 11100 101001 1001001 10001 110011

Color Harmonies of #8E976D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E976D

Black with #8E976D

Text Example


Text Example

White with #8E976D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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