COLOR #6EA67A

HEX: #6EA67A
RGB: (110,166,122)

Color info

#6EA67A contains red, green and blue colors in about the same proportion. Web safe color of #6EA67A is #669966 (or #696).

RGB color model

#6EA67A color RGB value is (110,166,122).

  • red value is 110;
  • green value is 166;
  • blue value is 122.
RGB:
(110,166,122)
(43%,65%,48%)

RGB channels and saturation

R 110 of 255 = 43%
G 166 of 255 = 65%
B 122 of 255 = 48%

110
166
122

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

Portions of RGB colors in percentages

R + G + B =
110 + 166 + 122 = 398 (100%)
R 110 of 398 ~ 27.64%
G 166 of 398 ~ 41.71%
B 122 of 398 ~ 30.65%

%27.64
%41.71
%30.65

CMYK color model

#6EA67A color CMYK value is (34,0,27,35).

  • cyan value is 33.73%
  • magenta value is 0.00%
  • yellow value is 26.51%
  • key color value is 34.90%
CMYK:
(34,0,27,35)
C34M0Y27K35 
(34%,0%,27%,35%)
(0.34/0.00/0.27/0.35)	

CMYK percentages

%33.73
%0
%26.51
%34.9

Codes

Color #6EA67A in popluar color models

6EA67A
RGB110166122
HSL133°23.93%54.12%
HSB/HSV133°33.73%65.10%
CMYK33.73%0.00%26.51%
34.90%

Color #6EA67A in popluar number systems.

HEX6EA67A
Decimal110166122
Binary1101110101001101111010
Octal156246172

Shades and tints

Shades of #6EA67A

#6EA67A
(110,166,122)
#64976F
(100,151,111)
#5A8864
(90,136,100)
#507959
(80,121,89)
#466A4E
(70,106,78)
#3C5B43
(60,91,67)
#324C38
(50,76,56)
#283D2D
(40,61,45)
#1E2E22
(30,46,34)
#141F17
(20,31,23)
#0A100C
(10,16,12)
#000000
(0,0,0)

Tints of #6EA67A

#6EA67A
(110,166,122)
#7BAE86
(123,174,134)
#88B692
(136,182,146)
#95BE9E
(149,190,158)
#A2C6AA
(162,198,170)
#AFCEB6
(175,206,182)
#BCD6C2
(188,214,194)
#C9DECE
(201,222,206)
#D6E6DA
(214,230,218)
#E3EEE6
(227,238,230)
#F0F6F2
(240,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EA67A color. Also use rgb(110,166,122) instead hex code.

Text Font Color

.myTextColor { color: #6EA67A; }

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

This text font color is #6EA67A.


Background Color

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

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

This div background color is #6EA67A.


Border color

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

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

This div border color is #6EA67A.


Opacity

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

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

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

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

This text has shadow with #6EA67A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EA67A on black background.


Color preview on white background

This text has color #6EA67A on white background.



Black color preview on #6EA67A background

This text has black color on #6EA67A background.


White color preview on #6EA67A background

This text has white color on #6EA67A background.