COLOR #6FB981

HEX: #6FB981 RGB: (111,185,129)

Color info

#6FB981 contains mainly green and blue colors. Web safe color of #6FB981 is #66CC99 (or #6C9).

RGB color model

#6FB981 color RGB value is (111,185,129).

RGB: (111,185,129) (44%, 73%, 51%)

RGB channels and saturation

R 111 of 255 = 44%
G 185 of 255 = 73%
B 129 of 255 = 51%

111
185
129

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

Portions of RGB colors in percentages

R + G + B = 111 + 185 + 129 = 425 (100%)
R 111 of 425 ~ 26.12%
G 185 of 425 ~ 43.53%
B 129 of 425 ~ 30.35'%

%26.12
%43.53
%30.35

CMYK color model

#6FB981 color CMYK value is (40,0,30,27).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 30.27%
  • key color value is 27.45%
CMYK: (40,0,30,27) C40M0Y30K27 (40%,0%,30%,27%) (0.40/0.00/0.30/0.27) 

CMYK percentages

%40
%0
%30.27
%27.45

Codes

Color #6FB981 in popluar color models

6F B9 81
RGB 111 185 129
HSL 135° 34.58% 58.04%
HSB/HSV 135° 40.00% 72.55%
CMYK 40.00% 0.00% 30.27%
27.45%

Color #6FB981 in popluar number systems.

HEX 6F B9 81
Decimal 111 185 129
Binary 1101111 10111001 10000001
Octal 157 271 201

Shades and tints

Shades of #6FB981

#6FB981
(111,185,129)
#65A976
(101,169,118)
#5B996B
(91,153,107)
#518960
(81,137,96)
#477955
(71,121,85)
#3D694A
(61,105,74)
#33593F
(51,89,63)
#294934
(41,73,52)
#1F3929
(31,57,41)
#15291E
(21,41,30)
#0B1913
(11,25,19)
#000000
(0,0,0)

Tints of #6FB981

#6FB981
(111,185,129)
#7CBF8C
(124,191,140)
#89C597
(137,197,151)
#96CBA2
(150,203,162)
#A3D1AD
(163,209,173)
#B0D7B8
(176,215,184)
#BDDDC3
(189,221,195)
#CAE3CE
(202,227,206)
#D7E9D9
(215,233,217)
#E4EFE4
(228,239,228)
#F1F5EF
(241,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FB981; }

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

This text font color is #6FB981.

Background Color

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

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

This div background color is #6FB981.

Border color

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

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

This div border color is #6FB981.

Opacity

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

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

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

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

This text has shadow with #6FB981 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FB981.

Preview

Color preview on black background

This text has color #6FB981 on black background.


Color preview on white background

This text has color #6FB981 on white background.


Black color preview on #6FB981 background

This text has black color on #6FB981 background.


White color preview on #6FB981 background

This text has white color on #6FB981 background.


Related colors

Complementary color

Complementary color for #hex is #90467E.


I love getcolorcode.com

Triadic colors

1 #816FB9 and #B9816F with #6FB981 are triadic colors.

2 #81B96F and #B96F81 with #6FB981 are triadic colors.