COLOR #6FBE7E

HEX: #6FBE7E
RGB: (111,190,126)

Color info

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

RGB color model

#6FBE7E color RGB value is (111,190,126).

  • red value is 111;
  • green value is 190;
  • blue value is 126.
RGB:
(111,190,126)
(44%,75%,49%)

RGB channels and saturation

R 111 of 255 = 44%
G 190 of 255 = 75%
B 126 of 255 = 49%

111
190
126

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

Portions of RGB colors in percentages

R + G + B =
111 + 190 + 126 = 427 (100%)
R 111 of 427 ~ 26%
G 190 of 427 ~ 44.5%
B 126 of 427 ~ 29.51%

%26
%44.5
%29.51

CMYK color model

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

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

CMYK percentages

%41.58
%0
%33.68
%25.49

Codes

Color #6FBE7E in popluar color models

6FBE7E
RGB111190126
HSL131°37.80%59.02%
HSB/HSV131°41.58%74.51%
CMYK41.58%0.00%33.68%
25.49%

Color #6FBE7E in popluar number systems.

HEX6FBE7E
Decimal111190126
Binary1101111101111101111110
Octal157276176

Shades and tints

Shades of #6FBE7E

#6FBE7E
(111,190,126)
#65AD73
(101,173,115)
#5B9C68
(91,156,104)
#518B5D
(81,139,93)
#477A52
(71,122,82)
#3D6947
(61,105,71)
#33583C
(51,88,60)
#294731
(41,71,49)
#1F3626
(31,54,38)
#15251B
(21,37,27)
#0B1410
(11,20,16)
#000000
(0,0,0)

Tints of #6FBE7E

#6FBE7E
(111,190,126)
#7CC389
(124,195,137)
#89C894
(137,200,148)
#96CD9F
(150,205,159)
#A3D2AA
(163,210,170)
#B0D7B5
(176,215,181)
#BDDCC0
(189,220,192)
#CAE1CB
(202,225,203)
#D7E6D6
(215,230,214)
#E4EBE1
(228,235,225)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FBE7E color. Also use rgb(111,190,126) instead hex code.

Text Font Color

.myTextColor { color: #6FBE7E; }

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

This text font color is #6FBE7E.


Background Color

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

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

This div background color is #6FBE7E.


Border color

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

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

This div border color is #6FBE7E.


Opacity

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

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

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

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

This text has shadow with #6FBE7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FBE7E on black background.


Color preview on white background

This text has color #6FBE7E on white background.



Black color preview on #6FBE7E background

This text has black color on #6FBE7E background.


White color preview on #6FBE7E background

This text has white color on #6FBE7E background.