COLOR #6EA074

HEX: #6EA074 RGB: (110,160,116)

Color info

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

RGB color model

#6EA074 color RGB value is (110,160,116).

RGB: (110,160,116) (43%, 63%, 45%)

RGB channels and saturation

R 110 of 255 = 43%
G 160 of 255 = 63%
B 116 of 255 = 45%

110
160
116

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

Portions of RGB colors in percentages

R + G + B = 110 + 160 + 116 = 386 (100%)
R 110 of 386 ~ 28.5%
G 160 of 386 ~ 41.45%
B 116 of 386 ~ 30.05'%

%28.5
%41.45
%30.05

CMYK color model

#6EA074 color CMYK value is (31,0,28,37).

  • cyan value is 31.25%
  • magenta value is 0.00%
  • yellow value is 27.50%
  • key color value is 37.25%
CMYK: (31,0,28,37) C31M0Y28K37 (31%,0%,28%,37%) (0.31/0.00/0.28/0.37) 

CMYK percentages

%31.25
%0
%27.5
%37.25

Codes

Color #6EA074 in popluar color models

6E A0 74
RGB 110 160 116
HSL 127° 20.83% 52.94%
HSB/HSV 127° 31.25% 62.75%
CMYK 31.25% 0.00% 27.50%
37.25%

Color #6EA074 in popluar number systems.

HEX 6E A0 74
Decimal 110 160 116
Binary 1101110 10100000 1110100
Octal 156 240 164

Shades and tints

Shades of #6EA074

#6EA074
(110,160,116)
#64926A
(100,146,106)
#5A8460
(90,132,96)
#507656
(80,118,86)
#46684C
(70,104,76)
#3C5A42
(60,90,66)
#324C38
(50,76,56)
#283E2E
(40,62,46)
#1E3024
(30,48,36)
#14221A
(20,34,26)
#0A1410
(10,20,16)
#000000
(0,0,0)

Tints of #6EA074

#6EA074
(110,160,116)
#7BA880
(123,168,128)
#88B08C
(136,176,140)
#95B898
(149,184,152)
#A2C0A4
(162,192,164)
#AFC8B0
(175,200,176)
#BCD0BC
(188,208,188)
#C9D8C8
(201,216,200)
#D6E0D4
(214,224,212)
#E3E8E0
(227,232,224)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EA074 color. Also use rgb(110,160,116) instead hex code.

Text Font Color

.myTextColor { color: #6EA074; }

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

This text font color is #6EA074.

Background Color

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

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

This div background color is #6EA074.

Border color

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

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

This div border color is #6EA074.

Opacity

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

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

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

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

This text has shadow with #6EA074 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EA074.

Preview

Color preview on black background

This text has color #6EA074 on black background.


Color preview on white background

This text has color #6EA074 on white background.


Black color preview on #6EA074 background

This text has black color on #6EA074 background.


White color preview on #6EA074 background

This text has white color on #6EA074 background.


Related colors

Complementary color

Complementary color for #hex is #915F8B.


I love getcolorcode.com

Triadic colors

1 #746EA0 and #A0746E with #6EA074 are triadic colors.

2 #74A06E and #A06E74 with #6EA074 are triadic colors.