COLOR #6EBA6F

HEX: #6EBA6F
RGB: (110,186,111)

Color info

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

RGB color model

#6EBA6F color RGB value is (110,186,111).

  • red value is 110;
  • green value is 186;
  • blue value is 111.
RGB:
(110,186,111)
(43%,73%,44%)

RGB channels and saturation

R 110 of 255 = 43%
G 186 of 255 = 73%
B 111 of 255 = 44%

110
186
111

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

Portions of RGB colors in percentages

R + G + B =
110 + 186 + 111 = 407 (100%)
R 110 of 407 ~ 27.03%
G 186 of 407 ~ 45.7%
B 111 of 407 ~ 27.27%

%27.03
%45.7
%27.27

CMYK color model

#6EBA6F color CMYK value is (41,0,40,27).

  • cyan value is 40.86%
  • magenta value is 0.00%
  • yellow value is 40.32%
  • key color value is 27.06%
CMYK:
(41,0,40,27)
C41M0Y40K27 
(41%,0%,40%,27%)
(0.41/0.00/0.40/0.27)	

CMYK percentages

%40.86
%0
%40.32
%27.06

Codes

Color #6EBA6F in popluar color models

6EBA6F
RGB110186111
HSL121°35.51%58.04%
HSB/HSV121°40.86%72.94%
CMYK40.86%0.00%40.32%
27.06%

Color #6EBA6F in popluar number systems.

HEX6EBA6F
Decimal110186111
Binary1101110101110101101111
Octal156272157

Shades and tints

Shades of #6EBA6F

#6EBA6F
(110,186,111)
#64AA65
(100,170,101)
#5A9A5B
(90,154,91)
#508A51
(80,138,81)
#467A47
(70,122,71)
#3C6A3D
(60,106,61)
#325A33
(50,90,51)
#284A29
(40,74,41)
#1E3A1F
(30,58,31)
#142A15
(20,42,21)
#0A1A0B
(10,26,11)
#000000
(0,0,0)

Tints of #6EBA6F

#6EBA6F
(110,186,111)
#7BC07C
(123,192,124)
#88C689
(136,198,137)
#95CC96
(149,204,150)
#A2D2A3
(162,210,163)
#AFD8B0
(175,216,176)
#BCDEBD
(188,222,189)
#C9E4CA
(201,228,202)
#D6EAD7
(214,234,215)
#E3F0E4
(227,240,228)
#F0F6F1
(240,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EBA6F color. Also use rgb(110,186,111) instead hex code.

Text Font Color

.myTextColor { color: #6EBA6F; }

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

This text font color is #6EBA6F.


Background Color

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

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

This div background color is #6EBA6F.


Border color

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

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

This div border color is #6EBA6F.


Opacity

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

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

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

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

This text has shadow with #6EBA6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EBA6F on black background.


Color preview on white background

This text has color #6EBA6F on white background.



Black color preview on #6EBA6F background

This text has black color on #6EBA6F background.


White color preview on #6EBA6F background

This text has white color on #6EBA6F background.