Html Css Color HEX #8E9766 Avocado

📋 copy color: '#8E9766'

red 142 ◦ green 151 ◦ blue 102

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

Shades of Avocado #8E9766

Tints of Avocado #8E9766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 25.82%

R = 35.95%
G = 38.23%
B = 25.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#8E9766 (or 0x8E9766) is known color: Avocado. HEX triplet: 8E, 97 and 66. RGB value is (142,151,102). Sum of RGB (Red+Green+Blue) = 142+151+102=395 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.95% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 151 - color contains mainly: green. Hex color #8E9766 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9766 is #716899. Grayscale: #8E8E8E. Windows color (decimal): -7432346 or 6723470. OLE color: 6723470.

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

Color convert

RGB 142 151 102 -
CMYK 0.06 0 0.32 0.41
HSL 71.02º 0.19% 0.5% -
HSV(B) 71.02º 0.32% 0.59% -
XYZ 24.62 28.84 16.84 -
YUV 142.72 105.02 127.48 -
System Red Green Blue C M Y K H S L
Decimal 142 151 102 0.06 0 0.32 0.41 71.02 0.19 0.5
Hex 8E 97 66 6 0 20 29 47 13 32
Octal 216 227 146 6 0 40 51 107 23 62
Binary 10001110 10010111 1100110 110 0 100000 101001 1000111 10011 110010

Color Harmonies of #8E9766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9766

Black with #8E9766

Text Example


Text Example

White with #8E9766

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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