COLOR #6CB981

HEX: #6CB981
RGB: (108,185,129)

Color info

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

RGB color model

#6CB981 color RGB value is (108,185,129).

  • red value is 108;
  • green value is 185;
  • blue value is 129.
RGB:
(108,185,129)
(42%,73%,51%)

RGB channels and saturation

R 108 of 255 = 42%
G 185 of 255 = 73%
B 129 of 255 = 51%

108
185
129

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

Portions of RGB colors in percentages

R + G + B =
108 + 185 + 129 = 422 (100%)
R 108 of 422 ~ 25.59%
G 185 of 422 ~ 43.84%
B 129 of 422 ~ 30.57%

%25.59
%43.84
%30.57

CMYK color model

#6CB981 color CMYK value is (42,0,30,27).

  • cyan value is 41.62%
  • magenta value is 0.00%
  • yellow value is 30.27%
  • key color value is 27.45%
CMYK:
(42,0,30,27)
C42M0Y30K27 
(42%,0%,30%,27%)
(0.42/0.00/0.30/0.27)	

CMYK percentages

%41.62
%0
%30.27
%27.45

Codes

Color #6CB981 in popluar color models

6CB981
RGB108185129
HSL136°35.48%57.45%
HSB/HSV136°41.62%72.55%
CMYK41.62%0.00%30.27%
27.45%

Color #6CB981 in popluar number systems.

HEX6CB981
Decimal108185129
Binary11011001011100110000001
Octal154271201

Shades and tints

Shades of #6CB981

#6CB981
(108,185,129)
#63A976
(99,169,118)
#5A996B
(90,153,107)
#518960
(81,137,96)
#487955
(72,121,85)
#3F694A
(63,105,74)
#36593F
(54,89,63)
#2D4934
(45,73,52)
#243929
(36,57,41)
#1B291E
(27,41,30)
#121913
(18,25,19)
#000000
(0,0,0)

Tints of #6CB981

#6CB981
(108,185,129)
#79BF8C
(121,191,140)
#86C597
(134,197,151)
#93CBA2
(147,203,162)
#A0D1AD
(160,209,173)
#ADD7B8
(173,215,184)
#BADDC3
(186,221,195)
#C7E3CE
(199,227,206)
#D4E9D9
(212,233,217)
#E1EFE4
(225,239,228)
#EEF5EF
(238,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CB981; }

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

This text font color is #6CB981.


Background Color

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

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

This div background color is #6CB981.


Border color

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

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

This div border color is #6CB981.


Opacity

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

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

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

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

This text has shadow with #6CB981 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CB981 on black background.


Color preview on white background

This text has color #6CB981 on white background.



Black color preview on #6CB981 background

This text has black color on #6CB981 background.


White color preview on #6CB981 background

This text has white color on #6CB981 background.