COLOR #6FDB77

HEX: #6FDB77
RGB: (111,219,119)

Color info

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

RGB color model

#6FDB77 color RGB value is (111,219,119).

  • red value is 111;
  • green value is 219;
  • blue value is 119.
RGB:
(111,219,119)
(44%,86%,47%)

RGB channels and saturation

R 111 of 255 = 44%
G 219 of 255 = 86%
B 119 of 255 = 47%

111
219
119

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

Portions of RGB colors in percentages

R + G + B =
111 + 219 + 119 = 449 (100%)
R 111 of 449 ~ 24.72%
G 219 of 449 ~ 48.78%
B 119 of 449 ~ 26.5%

%24.72
%48.78
%26.5

CMYK color model

#6FDB77 color CMYK value is (49,0,46,14).

  • cyan value is 49.32%
  • magenta value is 0.00%
  • yellow value is 45.66%
  • key color value is 14.12%
CMYK:
(49,0,46,14)
C49M0Y46K14 
(49%,0%,46%,14%)
(0.49/0.00/0.46/0.14)	

CMYK percentages

%49.32
%0
%45.66
%14.12

Codes

Color #6FDB77 in popluar color models

6FDB77
RGB111219119
HSL124°60.00%64.71%
HSB/HSV124°49.32%85.88%
CMYK49.32%0.00%45.66%
14.12%

Color #6FDB77 in popluar number systems.

HEX6FDB77
Decimal111219119
Binary1101111110110111110111
Octal157333167

Shades and tints

Shades of #6FDB77

#6FDB77
(111,219,119)
#65C86D
(101,200,109)
#5BB563
(91,181,99)
#51A259
(81,162,89)
#478F4F
(71,143,79)
#3D7C45
(61,124,69)
#33693B
(51,105,59)
#295631
(41,86,49)
#1F4327
(31,67,39)
#15301D
(21,48,29)
#0B1D13
(11,29,19)
#000000
(0,0,0)

Tints of #6FDB77

#6FDB77
(111,219,119)
#7CDE83
(124,222,131)
#89E18F
(137,225,143)
#96E49B
(150,228,155)
#A3E7A7
(163,231,167)
#B0EAB3
(176,234,179)
#BDEDBF
(189,237,191)
#CAF0CB
(202,240,203)
#D7F3D7
(215,243,215)
#E4F6E3
(228,246,227)
#F1F9EF
(241,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FDB77 color. Also use rgb(111,219,119) instead hex code.

Text Font Color

.myTextColor { color: #6FDB77; }

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

This text font color is #6FDB77.


Background Color

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

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

This div background color is #6FDB77.


Border color

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

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

This div border color is #6FDB77.


Opacity

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

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

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

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

This text has shadow with #6FDB77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FDB77 on black background.


Color preview on white background

This text has color #6FDB77 on white background.



Black color preview on #6FDB77 background

This text has black color on #6FDB77 background.


White color preview on #6FDB77 background

This text has white color on #6FDB77 background.