Html Css Color HEX #8E936E Avocado

📋 copy color: '#8E936E'

red 142 ◦ green 147 ◦ blue 110

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

Shades of Avocado #8E936E

Tints of Avocado #8E936E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.57%

R = 35.59%
G = 36.84%
B = 27.57%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#8E936E (or 0x8E936E) is known color: Avocado. HEX triplet: 8E, 93 and 6E. RGB value is (142,147,110). Sum of RGB (Red+Green+Blue) = 142+147+110=399 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.59% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 110 (43.36% from 255 or 27.57% from 399); Max value from RGB is 147 - color contains mainly: green. Hex color #8E936E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E936E is #716C91. Grayscale: #8D8D8D. Windows color (decimal): -7433362 or 7246734. OLE color: 7246734.

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

Color convert

RGB 142 147 110 -
CMYK 0.03 0 0.25 0.42
HSL 68.11º 0.15% 0.5% -
HSV(B) 68.11º 0.25% 0.58% -
XYZ 24.4 27.74 18.82 -
YUV 141.29 110.34 128.51 -
System Red Green Blue C M Y K H S L
Decimal 142 147 110 0.03 0 0.25 0.42 68.11 0.15 0.5
Hex 8E 93 6E 3 0 19 2A 44 F 32
Octal 216 223 156 3 0 31 52 104 17 62
Binary 10001110 10010011 1101110 11 0 11001 101010 1000100 1111 110010

Color Harmonies of #8E936E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E936E

Black with #8E936E

Text Example


Text Example

White with #8E936E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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