COLOR #6EBC78

HEX: #6EBC78
RGB: (110,188,120)

Color info

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

RGB color model

#6EBC78 color RGB value is (110,188,120).

  • red value is 110;
  • green value is 188;
  • blue value is 120.
RGB:
(110,188,120)
(43%,74%,47%)

RGB channels and saturation

R 110 of 255 = 43%
G 188 of 255 = 74%
B 120 of 255 = 47%

110
188
120

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

Portions of RGB colors in percentages

R + G + B =
110 + 188 + 120 = 418 (100%)
R 110 of 418 ~ 26.32%
G 188 of 418 ~ 44.98%
B 120 of 418 ~ 28.71%

%26.32
%44.98
%28.71

CMYK color model

#6EBC78 color CMYK value is (41,0,36,26).

  • cyan value is 41.49%
  • magenta value is 0.00%
  • yellow value is 36.17%
  • key color value is 26.27%
CMYK:
(41,0,36,26)
C41M0Y36K26 
(41%,0%,36%,26%)
(0.41/0.00/0.36/0.26)	

CMYK percentages

%41.49
%0
%36.17
%26.27

Codes

Color #6EBC78 in popluar color models

6EBC78
RGB110188120
HSL128°36.79%58.43%
HSB/HSV128°41.49%73.73%
CMYK41.49%0.00%36.17%
26.27%

Color #6EBC78 in popluar number systems.

HEX6EBC78
Decimal110188120
Binary1101110101111001111000
Octal156274170

Shades and tints

Shades of #6EBC78

#6EBC78
(110,188,120)
#64AB6E
(100,171,110)
#5A9A64
(90,154,100)
#50895A
(80,137,90)
#467850
(70,120,80)
#3C6746
(60,103,70)
#32563C
(50,86,60)
#284532
(40,69,50)
#1E3428
(30,52,40)
#14231E
(20,35,30)
#0A1214
(10,18,20)
#000000
(0,0,0)

Tints of #6EBC78

#6EBC78
(110,188,120)
#7BC284
(123,194,132)
#88C890
(136,200,144)
#95CE9C
(149,206,156)
#A2D4A8
(162,212,168)
#AFDAB4
(175,218,180)
#BCE0C0
(188,224,192)
#C9E6CC
(201,230,204)
#D6ECD8
(214,236,216)
#E3F2E4
(227,242,228)
#F0F8F0
(240,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EBC78 color. Also use rgb(110,188,120) instead hex code.

Text Font Color

.myTextColor { color: #6EBC78; }

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

This text font color is #6EBC78.


Background Color

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

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

This div background color is #6EBC78.


Border color

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

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

This div border color is #6EBC78.


Opacity

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

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

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

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

This text has shadow with #6EBC78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EBC78 on black background.


Color preview on white background

This text has color #6EBC78 on white background.



Black color preview on #6EBC78 background

This text has black color on #6EBC78 background.


White color preview on #6EBC78 background

This text has white color on #6EBC78 background.