COLOR #6CB681

HEX: #6CB681
RGB: (108,182,129)

Color info

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

RGB color model

#6CB681 color RGB value is (108,182,129).

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

RGB channels and saturation

R 108 of 255 = 42%
G 182 of 255 = 71%
B 129 of 255 = 51%

108
182
129

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

Portions of RGB colors in percentages

R + G + B =
108 + 182 + 129 = 419 (100%)
R 108 of 419 ~ 25.78%
G 182 of 419 ~ 43.44%
B 129 of 419 ~ 30.79%

%25.78
%43.44
%30.79

CMYK color model

#6CB681 color CMYK value is (41,0,29,29).

  • cyan value is 40.66%
  • magenta value is 0.00%
  • yellow value is 29.12%
  • key color value is 28.63%
CMYK:
(41,0,29,29)
C41M0Y29K29 
(41%,0%,29%,29%)
(0.41/0.00/0.29/0.29)	

CMYK percentages

%40.66
%0
%29.12
%28.63

Codes

Color #6CB681 in popluar color models

6CB681
RGB108182129
HSL137°33.64%56.86%
HSB/HSV137°40.66%71.37%
CMYK40.66%0.00%29.12%
28.63%

Color #6CB681 in popluar number systems.

HEX6CB681
Decimal108182129
Binary11011001011011010000001
Octal154266201

Shades and tints

Shades of #6CB681

#6CB681
(108,182,129)
#63A676
(99,166,118)
#5A966B
(90,150,107)
#518660
(81,134,96)
#487655
(72,118,85)
#3F664A
(63,102,74)
#36563F
(54,86,63)
#2D4634
(45,70,52)
#243629
(36,54,41)
#1B261E
(27,38,30)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #6CB681

#6CB681
(108,182,129)
#79BC8C
(121,188,140)
#86C297
(134,194,151)
#93C8A2
(147,200,162)
#A0CEAD
(160,206,173)
#ADD4B8
(173,212,184)
#BADAC3
(186,218,195)
#C7E0CE
(199,224,206)
#D4E6D9
(212,230,217)
#E1ECE4
(225,236,228)
#EEF2EF
(238,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CB681; }

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

This text font color is #6CB681.


Background Color

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

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

This div background color is #6CB681.


Border color

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

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

This div border color is #6CB681.


Opacity

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

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

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

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

This text has shadow with #6CB681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CB681 on black background.


Color preview on white background

This text has color #6CB681 on white background.



Black color preview on #6CB681 background

This text has black color on #6CB681 background.


White color preview on #6CB681 background

This text has white color on #6CB681 background.