COLOR #6EC071

HEX: #6EC071
RGB: (110,192,113)

Color info

#6EC071 contains mainly green color. Web safe color of #6EC071 is #66CC66 (or #6C6).

RGB color model

#6EC071 color RGB value is (110,192,113).

  • red value is 110;
  • green value is 192;
  • blue value is 113.
RGB:
(110,192,113)
(43%,75%,44%)

RGB channels and saturation

R 110 of 255 = 43%
G 192 of 255 = 75%
B 113 of 255 = 44%

110
192
113

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

Portions of RGB colors in percentages

R + G + B =
110 + 192 + 113 = 415 (100%)
R 110 of 415 ~ 26.51%
G 192 of 415 ~ 46.27%
B 113 of 415 ~ 27.23%

%26.51
%46.27
%27.23

CMYK color model

#6EC071 color CMYK value is (43,0,41,25).

  • cyan value is 42.71%
  • magenta value is 0.00%
  • yellow value is 41.15%
  • key color value is 24.71%
CMYK:
(43,0,41,25)
C43M0Y41K25 
(43%,0%,41%,25%)
(0.43/0.00/0.41/0.25)	

CMYK percentages

%42.71
%0
%41.15
%24.71

Codes

Color #6EC071 in popluar color models

6EC071
RGB110192113
HSL122°39.42%59.22%
HSB/HSV122°42.71%75.29%
CMYK42.71%0.00%41.15%
24.71%

Color #6EC071 in popluar number systems.

HEX6EC071
Decimal110192113
Binary1101110110000001110001
Octal156300161

Shades and tints

Shades of #6EC071

#6EC071
(110,192,113)
#64AF67
(100,175,103)
#5A9E5D
(90,158,93)
#508D53
(80,141,83)
#467C49
(70,124,73)
#3C6B3F
(60,107,63)
#325A35
(50,90,53)
#28492B
(40,73,43)
#1E3821
(30,56,33)
#142717
(20,39,23)
#0A160D
(10,22,13)
#000000
(0,0,0)

Tints of #6EC071

#6EC071
(110,192,113)
#7BC57D
(123,197,125)
#88CA89
(136,202,137)
#95CF95
(149,207,149)
#A2D4A1
(162,212,161)
#AFD9AD
(175,217,173)
#BCDEB9
(188,222,185)
#C9E3C5
(201,227,197)
#D6E8D1
(214,232,209)
#E3EDDD
(227,237,221)
#F0F2E9
(240,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EC071 color. Also use rgb(110,192,113) instead hex code.

Text Font Color

.myTextColor { color: #6EC071; }

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

This text font color is #6EC071.


Background Color

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

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

This div background color is #6EC071.


Border color

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

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

This div border color is #6EC071.


Opacity

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

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

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

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

This text has shadow with #6EC071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EC071 on black background.


Color preview on white background

This text has color #6EC071 on white background.



Black color preview on #6EC071 background

This text has black color on #6EC071 background.


White color preview on #6EC071 background

This text has white color on #6EC071 background.