COLOR #6EBF7F

HEX: #6EBF7F
RGB: (110,191,127)

Color info

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

RGB color model

#6EBF7F color RGB value is (110,191,127).

  • red value is 110;
  • green value is 191;
  • blue value is 127.
RGB:
(110,191,127)
(43%,75%,50%)

RGB channels and saturation

R 110 of 255 = 43%
G 191 of 255 = 75%
B 127 of 255 = 50%

110
191
127

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

Portions of RGB colors in percentages

R + G + B =
110 + 191 + 127 = 428 (100%)
R 110 of 428 ~ 25.7%
G 191 of 428 ~ 44.63%
B 127 of 428 ~ 29.67%

%25.7
%44.63
%29.67

CMYK color model

#6EBF7F color CMYK value is (42,0,34,25).

  • cyan value is 42.41%
  • magenta value is 0.00%
  • yellow value is 33.51%
  • key color value is 25.10%
CMYK:
(42,0,34,25)
C42M0Y34K25 
(42%,0%,34%,25%)
(0.42/0.00/0.34/0.25)	

CMYK percentages

%42.41
%0
%33.51
%25.1

Codes

Color #6EBF7F in popluar color models

6EBF7F
RGB110191127
HSL133°38.76%59.02%
HSB/HSV133°42.41%74.90%
CMYK42.41%0.00%33.51%
25.10%

Color #6EBF7F in popluar number systems.

HEX6EBF7F
Decimal110191127
Binary1101110101111111111111
Octal156277177

Shades and tints

Shades of #6EBF7F

#6EBF7F
(110,191,127)
#64AE74
(100,174,116)
#5A9D69
(90,157,105)
#508C5E
(80,140,94)
#467B53
(70,123,83)
#3C6A48
(60,106,72)
#32593D
(50,89,61)
#284832
(40,72,50)
#1E3727
(30,55,39)
#14261C
(20,38,28)
#0A1511
(10,21,17)
#000000
(0,0,0)

Tints of #6EBF7F

#6EBF7F
(110,191,127)
#7BC48A
(123,196,138)
#88C995
(136,201,149)
#95CEA0
(149,206,160)
#A2D3AB
(162,211,171)
#AFD8B6
(175,216,182)
#BCDDC1
(188,221,193)
#C9E2CC
(201,226,204)
#D6E7D7
(214,231,215)
#E3ECE2
(227,236,226)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EBF7F color. Also use rgb(110,191,127) instead hex code.

Text Font Color

.myTextColor { color: #6EBF7F; }

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

This text font color is #6EBF7F.


Background Color

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

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

This div background color is #6EBF7F.


Border color

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

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

This div border color is #6EBF7F.


Opacity

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

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

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

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

This text has shadow with #6EBF7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EBF7F on black background.


Color preview on white background

This text has color #6EBF7F on white background.



Black color preview on #6EBF7F background

This text has black color on #6EBF7F background.


White color preview on #6EBF7F background

This text has white color on #6EBF7F background.