Html Css Color HEX #8E9276 Avocado

📋 copy color: '#8E9276'

red 142 ◦ green 146 ◦ blue 118

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

Shades of Avocado #8E9276

Tints of Avocado #8E9276

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.96%

 BLUE value IS 118 (46.48% from 255) = 29.06%

R = 34.98%
G = 35.96%
B = 29.06%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#8E9276 (or 0x8E9276) is known color: Avocado. HEX triplet: 8E, 92 and 76. RGB value is (142,146,118). Sum of RGB (Red+Green+Blue) = 142+146+118=406 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.98% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 146 - color contains mainly: green. Hex color #8E9276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9276 is #716D89. Grayscale: #8D8D8D. Windows color (decimal): -7433610 or 7770766. OLE color: 7770766.

HSL color Cylindrical-coordinate representation of color #8E9276: hue angle of 68.57º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8E9276 is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 142 146 118 -
CMYK 0.03 0 0.19 0.43
HSL 68.57º 0.11% 0.52% -
HSV(B) 68.57º 0.19% 0.57% -
XYZ 24.7 27.62 21.17 -
YUV 141.61 114.67 128.28 -
System Red Green Blue C M Y K H S L
Decimal 142 146 118 0.03 0 0.19 0.43 68.57 0.11 0.52
Hex 8E 92 76 3 0 13 2B 45 B 34
Octal 216 222 166 3 0 23 53 105 13 64
Binary 10001110 10010010 1110110 11 0 10011 101011 1000101 1011 110100

Color Harmonies of #8E9276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9276

Black with #8E9276

Text Example


Text Example

White with #8E9276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,146,118); }

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

background-color css

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

 a { background-color: rgb(142,146,118); }

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

border-color css

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

 span { border-color: rgb(142,146,118); }

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