Html Css Color HEX #8E9468 Avocado

📋 copy color: '#8E9468'

red 142 ◦ green 148 ◦ blue 104

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

Shades of Avocado #8E9468

Tints of Avocado #8E9468

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.56%

 BLUE value IS 104 (41.02% from 255) = 26.4%

R = 36.04%
G = 37.56%
B = 26.4%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#8E9468 (or 0x8E9468) is known color: Avocado. HEX triplet: 8E, 94 and 68. RGB value is (142,148,104). Sum of RGB (Red+Green+Blue) = 142+148+104=394 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.04% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 148 - color contains mainly: green. Hex color #8E9468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9468 is #716B97. Grayscale: #8D8D8D. Windows color (decimal): -7433112 or 6853774. OLE color: 6853774.

HSL color Cylindrical-coordinate representation of color #8E9468: hue angle of 68.18º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E9468 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 142 148 104 -
CMYK 0.04 0 0.30 0.42
HSL 68.18º 0.17% 0.49% -
HSV(B) 68.18º 0.3% 0.58% -
XYZ 24.24 27.93 17.21 -
YUV 141.19 107.01 128.58 -
System Red Green Blue C M Y K H S L
Decimal 142 148 104 0.04 0 0.30 0.42 68.18 0.17 0.49
Hex 8E 94 68 4 0 1E 2A 44 11 31
Octal 216 224 150 4 0 36 52 104 21 61
Binary 10001110 10010100 1101000 100 0 11110 101010 1000100 10001 110001

Color Harmonies of #8E9468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9468

Black with #8E9468

Text Example


Text Example

White with #8E9468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,148,104); }

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

background-color css

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

 a { background-color: rgb(142,148,104); }

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

border-color css

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

 span { border-color: rgb(142,148,104); }

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