Html Css Color HEX #8E936D Avocado

📋 copy color: '#8E936D'

red 142 ◦ green 147 ◦ blue 109

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

Shades of Avocado #8E936D

Tints of Avocado #8E936D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.93%

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

R = 35.68%
G = 36.93%
B = 27.39%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#8E936D (or 0x8E936D) is known color: Avocado. HEX triplet: 8E, 93 and 6D. RGB value is (142,147,109). Sum of RGB (Red+Green+Blue) = 142+147+109=398 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.68% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 109 (42.97% from 255 or 27.39% from 398); Max value from RGB is 147 - color contains mainly: green. Hex color #8E936D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E936D is #716C92. Grayscale: #8D8D8D. Windows color (decimal): -7433363 or 7181198. OLE color: 7181198.

HSL color Cylindrical-coordinate representation of color #8E936D: hue angle of 67.89º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8E936D is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 142 147 109 -
CMYK 0.03 0 0.26 0.42
HSL 67.89º 0.15% 0.5% -
HSV(B) 67.89º 0.26% 0.58% -
XYZ 24.35 27.72 18.54 -
YUV 141.17 109.84 128.59 -
System Red Green Blue C M Y K H S L
Decimal 142 147 109 0.03 0 0.26 0.42 67.89 0.15 0.5
Hex 8E 93 6D 3 0 1A 2A 44 F 32
Octal 216 223 155 3 0 32 52 104 17 62
Binary 10001110 10010011 1101101 11 0 11010 101010 1000100 1111 110010

Color Harmonies of #8E936D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E936D

Black with #8E936D

Text Example


Text Example

White with #8E936D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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