COLOR #6EA445

HEX: #6EA445
RGB: (110,164,69)

Color info

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

RGB color model

#6EA445 color RGB value is (110,164,69).

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

RGB channels and saturation

R 110 of 255 = 43%
G 164 of 255 = 64%
B 69 of 255 = 27%

110
164
69

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

Portions of RGB colors in percentages

R + G + B =
110 + 164 + 69 = 343 (100%)
R 110 of 343 ~ 32.07%
G 164 of 343 ~ 47.81%
B 69 of 343 ~ 20.12%

%32.07
%47.81
%20.12

CMYK color model

#6EA445 color CMYK value is (33,0,58,36).

  • cyan value is 32.93%
  • magenta value is 0.00%
  • yellow value is 57.93%
  • key color value is 35.69%
CMYK:
(33,0,58,36)
C33M0Y58K36 
(33%,0%,58%,36%)
(0.33/0.00/0.58/0.36)	

CMYK percentages

%32.93
%0
%57.93
%35.69

Codes

Color #6EA445 in popluar color models

6EA445
RGB11016469
HSL94°40.77%45.69%
HSB/HSV94°57.93%64.31%
CMYK32.93%0.00%57.93%
35.69%

Color #6EA445 in popluar number systems.

HEX6EA445
Decimal11016469
Binary1101110101001001000101
Octal156244105

Shades and tints

Shades of #6EA445

#6EA445
(110,164,69)
#64963F
(100,150,63)
#5A8839
(90,136,57)
#507A33
(80,122,51)
#466C2D
(70,108,45)
#3C5E27
(60,94,39)
#325021
(50,80,33)
#28421B
(40,66,27)
#1E3415
(30,52,21)
#14260F
(20,38,15)
#0A1809
(10,24,9)
#000000
(0,0,0)

Tints of #6EA445

#6EA445
(110,164,69)
#7BAC55
(123,172,85)
#88B465
(136,180,101)
#95BC75
(149,188,117)
#A2C485
(162,196,133)
#AFCC95
(175,204,149)
#BCD4A5
(188,212,165)
#C9DCB5
(201,220,181)
#D6E4C5
(214,228,197)
#E3ECD5
(227,236,213)
#F0F4E5
(240,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EA445; }

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

This text font color is #6EA445.


Background Color

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

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

This div background color is #6EA445.


Border color

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

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

This div border color is #6EA445.


Opacity

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

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

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

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

This text has shadow with #6EA445 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EA445 on black background.


Color preview on white background

This text has color #6EA445 on white background.



Black color preview on #6EA445 background

This text has black color on #6EA445 background.


White color preview on #6EA445 background

This text has white color on #6EA445 background.