Html Css Color HEX #8E9761 Avocado

📋 copy color: '#8E9761'

red 142 ◦ green 151 ◦ blue 97

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

Shades of Avocado #8E9761

Tints of Avocado #8E9761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.87%

R = 36.41%
G = 38.72%
B = 24.87%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#8E9761 (or 0x8E9761) is known color: Avocado. HEX triplet: 8E, 97 and 61. RGB value is (142,151,97). Sum of RGB (Red+Green+Blue) = 142+151+97=390 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.41% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 97 (38.28% from 255 or 24.87% from 390); Max value from RGB is 151 - color contains mainly: green. Hex color #8E9761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9761 is #71689E. Grayscale: #8E8E8E. Windows color (decimal): -7432351 or 6395790. OLE color: 6395790.

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

Color convert

RGB 142 151 97 -
CMYK 0.06 0 0.36 0.41
HSL 70º 0.22% 0.49% -
HSV(B) 70º 0.36% 0.59% -
XYZ 24.38 28.75 15.57 -
YUV 142.15 102.52 127.89 -
System Red Green Blue C M Y K H S L
Decimal 142 151 97 0.06 0 0.36 0.41 70 0.22 0.49
Hex 8E 97 61 6 0 24 29 46 16 31
Octal 216 227 141 6 0 44 51 106 26 61
Binary 10001110 10010111 1100001 110 0 100100 101001 1000110 10110 110001

Color Harmonies of #8E9761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9761

Black with #8E9761

Text Example


Text Example

White with #8E9761

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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