COLOR #6EA442

HEX: #6EA442
RGB: (110,164,66)

Color info

#6EA442 contains mainly red and green colors. Web safe color of #6EA442 is #669933 (or #693).

RGB color model

#6EA442 color RGB value is (110,164,66).

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

RGB channels and saturation

R 110 of 255 = 43%
G 164 of 255 = 64%
B 66 of 255 = 26%

110
164
66

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

Portions of RGB colors in percentages

R + G + B =
110 + 164 + 66 = 340 (100%)
R 110 of 340 ~ 32.35%
G 164 of 340 ~ 48.24%
B 66 of 340 ~ 19.41%

%32.35
%48.24
%19.41

CMYK color model

#6EA442 color CMYK value is (33,0,60,36).

  • cyan value is 32.93%
  • magenta value is 0.00%
  • yellow value is 59.76%
  • key color value is 35.69%
CMYK:
(33,0,60,36)
C33M0Y60K36 
(33%,0%,60%,36%)
(0.33/0.00/0.60/0.36)	

CMYK percentages

%32.93
%0
%59.76
%35.69

Codes

Color #6EA442 in popluar color models

6EA442
RGB11016466
HSL93°42.61%45.10%
HSB/HSV93°59.76%64.31%
CMYK32.93%0.00%59.76%
35.69%

Color #6EA442 in popluar number systems.

HEX6EA442
Decimal11016466
Binary1101110101001001000010
Octal156244102

Shades and tints

Shades of #6EA442

#6EA442
(110,164,66)
#64963C
(100,150,60)
#5A8836
(90,136,54)
#507A30
(80,122,48)
#466C2A
(70,108,42)
#3C5E24
(60,94,36)
#32501E
(50,80,30)
#284218
(40,66,24)
#1E3412
(30,52,18)
#14260C
(20,38,12)
#0A1806
(10,24,6)
#000000
(0,0,0)

Tints of #6EA442

#6EA442
(110,164,66)
#7BAC53
(123,172,83)
#88B464
(136,180,100)
#95BC75
(149,188,117)
#A2C486
(162,196,134)
#AFCC97
(175,204,151)
#BCD4A8
(188,212,168)
#C9DCB9
(201,220,185)
#D6E4CA
(214,228,202)
#E3ECDB
(227,236,219)
#F0F4EC
(240,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EA442; }

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

This text font color is #6EA442.


Background Color

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

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

This div background color is #6EA442.


Border color

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

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

This div border color is #6EA442.


Opacity

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

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

Text with #6EA442 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 #6EA442;}

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

This text has shadow with #6EA442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EA442 on black background.


Color preview on white background

This text has color #6EA442 on white background.



Black color preview on #6EA442 background

This text has black color on #6EA442 background.


White color preview on #6EA442 background

This text has white color on #6EA442 background.