Html Css Color HEX #8E9664 Avocado

📋 copy color: '#8E9664'

red 142 ◦ green 150 ◦ blue 100

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

Shades of Avocado #8E9664

Tints of Avocado #8E9664

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.27%

 BLUE value IS 100 (39.45% from 255) = 25.51%

R = 36.22%
G = 38.27%
B = 25.51%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#8E9664 (or 0x8E9664) is known color: Avocado. HEX triplet: 8E, 96 and 64. RGB value is (142,150,100). Sum of RGB (Red+Green+Blue) = 142+150+100=392 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.22% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 100 (39.45% from 255 or 25.51% from 392); Max value from RGB is 150 - color contains mainly: green. Hex color #8E9664 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9664 is #71699B. Grayscale: #8E8E8E. Windows color (decimal): -7432604 or 6592142. OLE color: 6592142.

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

Color convert

RGB 142 150 100 -
CMYK 0.05 0 0.33 0.41
HSL 69.6º 0.2% 0.49% -
HSV(B) 69.6º 0.33% 0.59% -
XYZ 24.36 28.48 16.27 -
YUV 141.91 104.35 128.07 -
System Red Green Blue C M Y K H S L
Decimal 142 150 100 0.05 0 0.33 0.41 69.6 0.2 0.49
Hex 8E 96 64 5 0 21 29 46 14 31
Octal 216 226 144 5 0 41 51 106 24 61
Binary 10001110 10010110 1100100 101 0 100001 101001 1000110 10100 110001

Color Harmonies of #8E9664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9664

Black with #8E9664

Text Example


Text Example

White with #8E9664

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,150,100); }

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

background-color css

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

 a { background-color: rgb(142,150,100); }

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

border-color css

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

 span { border-color: rgb(142,150,100); }

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