COLOR #6FCC80

HEX: #6FCC80
RGB: (111,204,128)

Color info

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

RGB color model

#6FCC80 color RGB value is (111,204,128).

  • red value is 111;
  • green value is 204;
  • blue value is 128.
RGB:
(111,204,128)
(44%,80%,50%)

RGB channels and saturation

R 111 of 255 = 44%
G 204 of 255 = 80%
B 128 of 255 = 50%

111
204
128

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

Portions of RGB colors in percentages

R + G + B =
111 + 204 + 128 = 443 (100%)
R 111 of 443 ~ 25.06%
G 204 of 443 ~ 46.05%
B 128 of 443 ~ 28.89%

%25.06
%46.05
%28.89

CMYK color model

#6FCC80 color CMYK value is (46,0,37,20).

  • cyan value is 45.59%
  • magenta value is 0.00%
  • yellow value is 37.25%
  • key color value is 20.00%
CMYK:
(46,0,37,20)
C46M0Y37K20 
(46%,0%,37%,20%)
(0.46/0.00/0.37/0.20)	

CMYK percentages

%45.59
%0
%37.25
%20

Codes

Color #6FCC80 in popluar color models

6FCC80
RGB111204128
HSL131°47.69%61.76%
HSB/HSV131°45.59%80.00%
CMYK45.59%0.00%37.25%
20.00%

Color #6FCC80 in popluar number systems.

HEX6FCC80
Decimal111204128
Binary11011111100110010000000
Octal157314200

Shades and tints

Shades of #6FCC80

#6FCC80
(111,204,128)
#65BA75
(101,186,117)
#5BA86A
(91,168,106)
#51965F
(81,150,95)
#478454
(71,132,84)
#3D7249
(61,114,73)
#33603E
(51,96,62)
#294E33
(41,78,51)
#1F3C28
(31,60,40)
#152A1D
(21,42,29)
#0B1812
(11,24,18)
#000000
(0,0,0)

Tints of #6FCC80

#6FCC80
(111,204,128)
#7CD08B
(124,208,139)
#89D496
(137,212,150)
#96D8A1
(150,216,161)
#A3DCAC
(163,220,172)
#B0E0B7
(176,224,183)
#BDE4C2
(189,228,194)
#CAE8CD
(202,232,205)
#D7ECD8
(215,236,216)
#E4F0E3
(228,240,227)
#F1F4EE
(241,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FCC80 color. Also use rgb(111,204,128) instead hex code.

Text Font Color

.myTextColor { color: #6FCC80; }

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

This text font color is #6FCC80.


Background Color

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

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

This div background color is #6FCC80.


Border color

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

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

This div border color is #6FCC80.


Opacity

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

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

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

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

This text has shadow with #6FCC80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FCC80 on black background.


Color preview on white background

This text has color #6FCC80 on white background.



Black color preview on #6FCC80 background

This text has black color on #6FCC80 background.


White color preview on #6FCC80 background

This text has white color on #6FCC80 background.