COLOR #6FCC81

HEX: #6FCC81
RGB: (111,204,129)

Color info

#6FCC81 contains mainly green color. Web safe color of #6FCC81 is #66CC99 (or #6C9).

RGB color model

#6FCC81 color RGB value is (111,204,129).

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

RGB channels and saturation

R 111 of 255 = 44%
G 204 of 255 = 80%
B 129 of 255 = 51%

111
204
129

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

Portions of RGB colors in percentages

R + G + B =
111 + 204 + 129 = 444 (100%)
R 111 of 444 ~ 25%
G 204 of 444 ~ 45.95%
B 129 of 444 ~ 29.05%

%25
%45.95
%29.05

CMYK color model

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

  • cyan value is 45.59%
  • magenta value is 0.00%
  • yellow value is 36.76%
  • 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
%36.76
%20

Codes

Color #6FCC81 in popluar color models

6FCC81
RGB111204129
HSL132°47.69%61.76%
HSB/HSV132°45.59%80.00%
CMYK45.59%0.00%36.76%
20.00%

Color #6FCC81 in popluar number systems.

HEX6FCC81
Decimal111204129
Binary11011111100110010000001
Octal157314201

Shades and tints

Shades of #6FCC81

#6FCC81
(111,204,129)
#65BA76
(101,186,118)
#5BA86B
(91,168,107)
#519660
(81,150,96)
#478455
(71,132,85)
#3D724A
(61,114,74)
#33603F
(51,96,63)
#294E34
(41,78,52)
#1F3C29
(31,60,41)
#152A1E
(21,42,30)
#0B1813
(11,24,19)
#000000
(0,0,0)

Tints of #6FCC81

#6FCC81
(111,204,129)
#7CD08C
(124,208,140)
#89D497
(137,212,151)
#96D8A2
(150,216,162)
#A3DCAD
(163,220,173)
#B0E0B8
(176,224,184)
#BDE4C3
(189,228,195)
#CAE8CE
(202,232,206)
#D7ECD9
(215,236,217)
#E4F0E4
(228,240,228)
#F1F4EF
(241,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FCC81; }

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

This text font color is #6FCC81.


Background Color

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

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

This div background color is #6FCC81.


Border color

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

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

This div border color is #6FCC81.


Opacity

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

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

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

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

This text has shadow with #6FCC81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FCC81 on black background.


Color preview on white background

This text has color #6FCC81 on white background.



Black color preview on #6FCC81 background

This text has black color on #6FCC81 background.


White color preview on #6FCC81 background

This text has white color on #6FCC81 background.