COLOR #6FCC8A

HEX: #6FCC8A
RGB: (111,204,138)

Color info

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

RGB color model

#6FCC8A color RGB value is (111,204,138).

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

RGB channels and saturation

R 111 of 255 = 44%
G 204 of 255 = 80%
B 138 of 255 = 54%

111
204
138

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

Portions of RGB colors in percentages

R + G + B =
111 + 204 + 138 = 453 (100%)
R 111 of 453 ~ 24.5%
G 204 of 453 ~ 45.03%
B 138 of 453 ~ 30.46%

%24.5
%45.03
%30.46

CMYK color model

#6FCC8A color CMYK value is (46,0,32,20).

  • cyan value is 45.59%
  • magenta value is 0.00%
  • yellow value is 32.35%
  • key color value is 20.00%
CMYK:
(46,0,32,20)
C46M0Y32K20 
(46%,0%,32%,20%)
(0.46/0.00/0.32/0.20)	

CMYK percentages

%45.59
%0
%32.35
%20

Codes

Color #6FCC8A in popluar color models

6FCC8A
RGB111204138
HSL137°47.69%61.76%
HSB/HSV137°45.59%80.00%
CMYK45.59%0.00%32.35%
20.00%

Color #6FCC8A in popluar number systems.

HEX6FCC8A
Decimal111204138
Binary11011111100110010001010
Octal157314212

Shades and tints

Shades of #6FCC8A

#6FCC8A
(111,204,138)
#65BA7E
(101,186,126)
#5BA872
(91,168,114)
#519666
(81,150,102)
#47845A
(71,132,90)
#3D724E
(61,114,78)
#336042
(51,96,66)
#294E36
(41,78,54)
#1F3C2A
(31,60,42)
#152A1E
(21,42,30)
#0B1812
(11,24,18)
#000000
(0,0,0)

Tints of #6FCC8A

#6FCC8A
(111,204,138)
#7CD094
(124,208,148)
#89D49E
(137,212,158)
#96D8A8
(150,216,168)
#A3DCB2
(163,220,178)
#B0E0BC
(176,224,188)
#BDE4C6
(189,228,198)
#CAE8D0
(202,232,208)
#D7ECDA
(215,236,218)
#E4F0E4
(228,240,228)
#F1F4EE
(241,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FCC8A; }

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

This text font color is #6FCC8A.


Background Color

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

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

This div background color is #6FCC8A.


Border color

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

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

This div border color is #6FCC8A.


Opacity

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

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

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

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

This text has shadow with #6FCC8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FCC8A on black background.


Color preview on white background

This text has color #6FCC8A on white background.



Black color preview on #6FCC8A background

This text has black color on #6FCC8A background.


White color preview on #6FCC8A background

This text has white color on #6FCC8A background.