COLOR #6EAD42

HEX: #6EAD42
RGB: (110,173,66)

Color info

#6EAD42 contains mainly green color. Web safe color of #6EAD42 is #669933 (or #693).

RGB color model

#6EAD42 color RGB value is (110,173,66).

  • red value is 110;
  • green value is 173;
  • blue value is 66.
RGB:
(110,173,66)
(43%,68%,26%)

RGB channels and saturation

R 110 of 255 = 43%
G 173 of 255 = 68%
B 66 of 255 = 26%

110
173
66

R + G + B ~ 46%. #6EAD42 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
110 + 173 + 66 = 349 (100%)
R 110 of 349 ~ 31.52%
G 173 of 349 ~ 49.57%
B 66 of 349 ~ 18.91%

%31.52
%49.57
%18.91

CMYK color model

#6EAD42 color CMYK value is (36,0,62,32).

  • cyan value is 36.42%
  • magenta value is 0.00%
  • yellow value is 61.85%
  • key color value is 32.16%
CMYK:
(36,0,62,32)
C36M0Y62K32 
(36%,0%,62%,32%)
(0.36/0.00/0.62/0.32)	

CMYK percentages

%36.42
%0
%61.85
%32.16

Codes

Color #6EAD42 in popluar color models

6EAD42
RGB11017366
HSL95°44.77%46.86%
HSB/HSV95°61.85%67.84%
CMYK36.42%0.00%61.85%
32.16%

Color #6EAD42 in popluar number systems.

HEX6EAD42
Decimal11017366
Binary1101110101011011000010
Octal156255102

Shades and tints

Shades of #6EAD42

#6EAD42
(110,173,66)
#649E3C
(100,158,60)
#5A8F36
(90,143,54)
#508030
(80,128,48)
#46712A
(70,113,42)
#3C6224
(60,98,36)
#32531E
(50,83,30)
#284418
(40,68,24)
#1E3512
(30,53,18)
#14260C
(20,38,12)
#0A1706
(10,23,6)
#000000
(0,0,0)

Tints of #6EAD42

#6EAD42
(110,173,66)
#7BB453
(123,180,83)
#88BB64
(136,187,100)
#95C275
(149,194,117)
#A2C986
(162,201,134)
#AFD097
(175,208,151)
#BCD7A8
(188,215,168)
#C9DEB9
(201,222,185)
#D6E5CA
(214,229,202)
#E3ECDB
(227,236,219)
#F0F3EC
(240,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EAD42 color. Also use rgb(110,173,66) instead hex code.

Text Font Color

.myTextColor { color: #6EAD42; }

<p style="color:#6EAD42">This sample text font color is #6EAD42.</p>

This text font color is #6EAD42.


Background Color

.myBgColor { background-color: #6EAD42; }

<div style="background-color:#6EAD42">Inner text</div>

This div background color is #6EAD42.


Border color

.myBorderColor { border: 1px solid #6EAD42; }

<div style="border:3px solid #6EAD42">Div</div>

This div border color is #6EAD42.


Opacity

.myOpacity80 { color: #6EAD42; opacity: 0.8; }

<p style="color:#6EAD42;opacity:0.8;">80%</p>

Text with #6EAD42 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6EAD42;}

<p style="text-shadow: 3px 3px 1px #6EAD42">Text here.</p>

This text has shadow with #6EAD42 color.

.textShadow {text-shadow: 3px 3px 1px #6EAD42, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6EAD42, 5px 5px 20px red">Text here.</p>

This text has shadow with #6EAD42 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6EAD42, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6EAD42, Direction=45, Strength=4)">Text</p>

This text has shadow with #6EAD42 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #6EAD42;
  -webkit-box-shadow:	1px 1px 3px 2px #6EAD42;
  box-shadow:		1px 1px 3px 2px #6EAD42;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6EAD42;
-webkit-box-shadow: 1px 1px 3px 2px #6EAD42;
box-shadow:1px 1px 3px 2px #6EAD42;">
Div content here</div>
This div box has shadow with color #6EAD42.

Preview

Color preview on black background

This text has color #6EAD42 on black background.


Color preview on white background

This text has color #6EAD42 on white background.



Black color preview on #6EAD42 background

This text has black color on #6EAD42 background.


White color preview on #6EAD42 background

This text has white color on #6EAD42 background.