COLOR #6EA76A

HEX: #6EA76A RGB: (110,167,106)

Color info

#6EA76A contains mainly red and green colors. Web safe color of #6EA76A is #669966 (or #696).

RGB color model

#6EA76A color RGB value is (110,167,106).

RGB: (110,167,106) (43%, 65%, 42%)

RGB channels and saturation

R 110 of 255 = 43%
G 167 of 255 = 65%
B 106 of 255 = 42%

110
167
106

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

Portions of RGB colors in percentages

R + G + B = 110 + 167 + 106 = 383 (100%)
R 110 of 383 ~ 28.72%
G 167 of 383 ~ 43.6%
B 106 of 383 ~ 27.68'%

%28.72
%43.6
%27.68

CMYK color model

#6EA76A color CMYK value is (34,0,37,35).

  • cyan value is 34.13%
  • magenta value is 0.00%
  • yellow value is 36.53%
  • key color value is 34.51%

CMYK: (34,0,37,35)
C34M0Y37K35 (34%, 0%, 37%, 35%)
(0.34 / 0.00 / 0.37 / 0.35)

CMYK percentages

%34.13
%0
%36.53
%34.51

Codes

Color #6EA76A in popluar color models

6E A7 6A
RGB 110 167 106
HSL 116° 25.74% 53.53%
HSB/HSV 116° 36.53% 65.49%
CMYK 34.13% 0.00% 36.53%
34.51%

Color #6EA76A in popluar number systems.

HEX 6E A7 6A
Decimal 110 167 106
Binary 1101110 10100111 1101010
Octal 156 247 152

Shades and tints

Shades of #6EA76A

#6EA76A
(110,167,106)
#649861
(100,152,97)
#5A8958
(90,137,88)
#507A4F
(80,122,79)
#466B46
(70,107,70)
#3C5C3D
(60,92,61)
#324D34
(50,77,52)
#283E2B
(40,62,43)
#1E2F22
(30,47,34)
#142019
(20,32,25)
#0A1110
(10,17,16)
#000000
(0,0,0)

Tints of #6EA76A

#6EA76A
(110,167,106)
#7BAF77
(123,175,119)
#88B784
(136,183,132)
#95BF91
(149,191,145)
#A2C79E
(162,199,158)
#AFCFAB
(175,207,171)
#BCD7B8
(188,215,184)
#C9DFC5
(201,223,197)
#D6E7D2
(214,231,210)
#E3EFDF
(227,239,223)
#F0F7EC
(240,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EA76A color. Also use rgb(110,167,106) instead hex code.

Text Font Color

.myTextColor { color: #6EA76A; }

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

This text font color is #6EA76A.

Background Color

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

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

This div background color is #6EA76A.

Border color

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

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

This div border color is #6EA76A.

Opacity

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

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

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

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

This text has shadow with #6EA76A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EA76A.

Preview

Color preview on black background

This text has color #6EA76A on black background.


Color preview on white background

This text has color #6EA76A on white background.


Black color preview on #6EA76A background

This text has black color on #6EA76A background.


White color preview on #6EA76A background

This text has white color on #6EA76A background.


Related colors

Complementary color

Complementary color for #hex is #915895.


I love getcolorcode.com

Triadic colors

1 #6A6EA7 and #A76A6E with #6EA76A are triadic colors.

2 #6AA76E and #A76E6A with #6EA76A are triadic colors.