COLOR #6FD06D

HEX: #6FD06D
RGB: (111,208,109)

Color info

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

RGB color model

#6FD06D color RGB value is (111,208,109).

  • red value is 111;
  • green value is 208;
  • blue value is 109.
RGB:
(111,208,109)
(44%,82%,43%)

RGB channels and saturation

R 111 of 255 = 44%
G 208 of 255 = 82%
B 109 of 255 = 43%

111
208
109

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

Portions of RGB colors in percentages

R + G + B =
111 + 208 + 109 = 428 (100%)
R 111 of 428 ~ 25.93%
G 208 of 428 ~ 48.6%
B 109 of 428 ~ 25.47%

%25.93
%48.6
%25.47

CMYK color model

#6FD06D color CMYK value is (47,0,48,18).

  • cyan value is 46.63%
  • magenta value is 0.00%
  • yellow value is 47.60%
  • key color value is 18.43%
CMYK:
(47,0,48,18)
C47M0Y48K18 
(47%,0%,48%,18%)
(0.47/0.00/0.48/0.18)	

CMYK percentages

%46.63
%0
%47.6
%18.43

Codes

Color #6FD06D in popluar color models

6FD06D
RGB111208109
HSL119°51.30%62.16%
HSB/HSV119°47.60%81.57%
CMYK46.63%0.00%47.60%
18.43%

Color #6FD06D in popluar number systems.

HEX6FD06D
Decimal111208109
Binary1101111110100001101101
Octal157320155

Shades and tints

Shades of #6FD06D

#6FD06D
(111,208,109)
#65BE64
(101,190,100)
#5BAC5B
(91,172,91)
#519A52
(81,154,82)
#478849
(71,136,73)
#3D7640
(61,118,64)
#336437
(51,100,55)
#29522E
(41,82,46)
#1F4025
(31,64,37)
#152E1C
(21,46,28)
#0B1C13
(11,28,19)
#000000
(0,0,0)

Tints of #6FD06D

#6FD06D
(111,208,109)
#7CD47A
(124,212,122)
#89D887
(137,216,135)
#96DC94
(150,220,148)
#A3E0A1
(163,224,161)
#B0E4AE
(176,228,174)
#BDE8BB
(189,232,187)
#CAECC8
(202,236,200)
#D7F0D5
(215,240,213)
#E4F4E2
(228,244,226)
#F1F8EF
(241,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FD06D color. Also use rgb(111,208,109) instead hex code.

Text Font Color

.myTextColor { color: #6FD06D; }

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

This text font color is #6FD06D.


Background Color

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

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

This div background color is #6FD06D.


Border color

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

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

This div border color is #6FD06D.


Opacity

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

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

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

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

This text has shadow with #6FD06D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FD06D on black background.


Color preview on white background

This text has color #6FD06D on white background.



Black color preview on #6FD06D background

This text has black color on #6FD06D background.


White color preview on #6FD06D background

This text has white color on #6FD06D background.