COLOR #6CB682

HEX: #6CB682
RGB: (108,182,130)

Color info

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

RGB color model

#6CB682 color RGB value is (108,182,130).

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

RGB channels and saturation

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

108
182
130

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

Portions of RGB colors in percentages

R + G + B =
108 + 182 + 130 = 420 (100%)
R 108 of 420 ~ 25.71%
G 182 of 420 ~ 43.33%
B 130 of 420 ~ 30.95%

%25.71
%43.33
%30.95

CMYK color model

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

  • cyan value is 40.66%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • 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
%28.57
%28.63

Codes

Color #6CB682 in popluar color models

6CB682
RGB108182130
HSL138°33.64%56.86%
HSB/HSV138°40.66%71.37%
CMYK40.66%0.00%28.57%
28.63%

Color #6CB682 in popluar number systems.

HEX6CB682
Decimal108182130
Binary11011001011011010000010
Octal154266202

Shades and tints

Shades of #6CB682

#6CB682
(108,182,130)
#63A677
(99,166,119)
#5A966C
(90,150,108)
#518661
(81,134,97)
#487656
(72,118,86)
#3F664B
(63,102,75)
#365640
(54,86,64)
#2D4635
(45,70,53)
#24362A
(36,54,42)
#1B261F
(27,38,31)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #6CB682

#6CB682
(108,182,130)
#79BC8D
(121,188,141)
#86C298
(134,194,152)
#93C8A3
(147,200,163)
#A0CEAE
(160,206,174)
#ADD4B9
(173,212,185)
#BADAC4
(186,218,196)
#C7E0CF
(199,224,207)
#D4E6DA
(212,230,218)
#E1ECE5
(225,236,229)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CB682; }

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

This text font color is #6CB682.


Background Color

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

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

This div background color is #6CB682.


Border color

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

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

This div border color is #6CB682.


Opacity

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

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

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

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

This text has shadow with #6CB682 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CB682 on black background.


Color preview on white background

This text has color #6CB682 on white background.



Black color preview on #6CB682 background

This text has black color on #6CB682 background.


White color preview on #6CB682 background

This text has white color on #6CB682 background.