COLOR #6EB170

HEX: #6EB170
RGB: (110,177,112)

Color info

#6EB170 contains mainly green color. Web safe color of #6EB170 is #669966 (or #696).

RGB color model

#6EB170 color RGB value is (110,177,112).

  • red value is 110;
  • green value is 177;
  • blue value is 112.
RGB:
(110,177,112)
(43%,69%,44%)

RGB channels and saturation

R 110 of 255 = 43%
G 177 of 255 = 69%
B 112 of 255 = 44%

110
177
112

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

Portions of RGB colors in percentages

R + G + B =
110 + 177 + 112 = 399 (100%)
R 110 of 399 ~ 27.57%
G 177 of 399 ~ 44.36%
B 112 of 399 ~ 28.07%

%27.57
%44.36
%28.07

CMYK color model

#6EB170 color CMYK value is (38,0,37,31).

  • cyan value is 37.85%
  • magenta value is 0.00%
  • yellow value is 36.72%
  • key color value is 30.59%
CMYK:
(38,0,37,31)
C38M0Y37K31 
(38%,0%,37%,31%)
(0.38/0.00/0.37/0.31)	

CMYK percentages

%37.85
%0
%36.72
%30.59

Codes

Color #6EB170 in popluar color models

6EB170
RGB110177112
HSL122°30.04%56.27%
HSB/HSV122°37.85%69.41%
CMYK37.85%0.00%36.72%
30.59%

Color #6EB170 in popluar number systems.

HEX6EB170
Decimal110177112
Binary1101110101100011110000
Octal156261160

Shades and tints

Shades of #6EB170

#6EB170
(110,177,112)
#64A166
(100,161,102)
#5A915C
(90,145,92)
#508152
(80,129,82)
#467148
(70,113,72)
#3C613E
(60,97,62)
#325134
(50,81,52)
#28412A
(40,65,42)
#1E3120
(30,49,32)
#142116
(20,33,22)
#0A110C
(10,17,12)
#000000
(0,0,0)

Tints of #6EB170

#6EB170
(110,177,112)
#7BB87D
(123,184,125)
#88BF8A
(136,191,138)
#95C697
(149,198,151)
#A2CDA4
(162,205,164)
#AFD4B1
(175,212,177)
#BCDBBE
(188,219,190)
#C9E2CB
(201,226,203)
#D6E9D8
(214,233,216)
#E3F0E5
(227,240,229)
#F0F7F2
(240,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EB170 color. Also use rgb(110,177,112) instead hex code.

Text Font Color

.myTextColor { color: #6EB170; }

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

This text font color is #6EB170.


Background Color

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

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

This div background color is #6EB170.


Border color

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

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

This div border color is #6EB170.


Opacity

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

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

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

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

This text has shadow with #6EB170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EB170 on black background.


Color preview on white background

This text has color #6EB170 on white background.



Black color preview on #6EB170 background

This text has black color on #6EB170 background.


White color preview on #6EB170 background

This text has white color on #6EB170 background.