Html Css Color HEX #8E956D Avocado

📋 copy color: '#8E956D'

red 142 ◦ green 149 ◦ blue 109

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

Shades of Avocado #8E956D

Tints of Avocado #8E956D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.25%

 BLUE value IS 109 (42.97% from 255) = 27.25%

R = 35.5%
G = 37.25%
B = 27.25%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#8E956D (or 0x8E956D) is known color: Avocado. HEX triplet: 8E, 95 and 6D. RGB value is (142,149,109). Sum of RGB (Red+Green+Blue) = 142+149+109=400 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.5% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 149 - color contains mainly: green. Hex color #8E956D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E956D is #716A92. Grayscale: #8E8E8E. Windows color (decimal): -7432851 or 7181710. OLE color: 7181710.

HSL color Cylindrical-coordinate representation of color #8E956D: hue angle of 70.5º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8E956D is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 142 149 109 -
CMYK 0.05 0 0.27 0.42
HSL 70.5º 0.16% 0.51% -
HSV(B) 70.5º 0.27% 0.58% -
XYZ 24.66 28.35 18.64 -
YUV 142.35 109.18 127.75 -
System Red Green Blue C M Y K H S L
Decimal 142 149 109 0.05 0 0.27 0.42 70.5 0.16 0.51
Hex 8E 95 6D 5 0 1B 2A 46 10 33
Octal 216 225 155 5 0 33 52 106 20 63
Binary 10001110 10010101 1101101 101 0 11011 101010 1000110 10000 110011

Color Harmonies of #8E956D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E956D

Black with #8E956D

Text Example


Text Example

White with #8E956D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,149,109); }

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

background-color css

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

 a { background-color: rgb(142,149,109); }

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

border-color css

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

 span { border-color: rgb(142,149,109); }

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