COLOR #6CB68D

HEX: #6CB68D
RGB: (108,182,141)

Color info

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

RGB color model

#6CB68D color RGB value is (108,182,141).

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

RGB channels and saturation

R 108 of 255 = 42%
G 182 of 255 = 71%
B 141 of 255 = 55%

108
182
141

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

Portions of RGB colors in percentages

R + G + B =
108 + 182 + 141 = 431 (100%)
R 108 of 431 ~ 25.06%
G 182 of 431 ~ 42.23%
B 141 of 431 ~ 32.71%

%25.06
%42.23
%32.71

CMYK color model

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

  • cyan value is 40.66%
  • magenta value is 0.00%
  • yellow value is 22.53%
  • key color value is 28.63%
CMYK:
(41,0,23,29)
C41M0Y23K29 
(41%,0%,23%,29%)
(0.41/0.00/0.23/0.29)	

CMYK percentages

%40.66
%0
%22.53
%28.63

Codes

Color #6CB68D in popluar color models

6CB68D
RGB108182141
HSL147°33.64%56.86%
HSB/HSV147°40.66%71.37%
CMYK40.66%0.00%22.53%
28.63%

Color #6CB68D in popluar number systems.

HEX6CB68D
Decimal108182141
Binary11011001011011010001101
Octal154266215

Shades and tints

Shades of #6CB68D

#6CB68D
(108,182,141)
#63A681
(99,166,129)
#5A9675
(90,150,117)
#518669
(81,134,105)
#48765D
(72,118,93)
#3F6651
(63,102,81)
#365645
(54,86,69)
#2D4639
(45,70,57)
#24362D
(36,54,45)
#1B2621
(27,38,33)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #6CB68D

#6CB68D
(108,182,141)
#79BC97
(121,188,151)
#86C2A1
(134,194,161)
#93C8AB
(147,200,171)
#A0CEB5
(160,206,181)
#ADD4BF
(173,212,191)
#BADAC9
(186,218,201)
#C7E0D3
(199,224,211)
#D4E6DD
(212,230,221)
#E1ECE7
(225,236,231)
#EEF2F1
(238,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CB68D; }

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

This text font color is #6CB68D.


Background Color

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

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

This div background color is #6CB68D.


Border color

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

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

This div border color is #6CB68D.


Opacity

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

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

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

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

This text has shadow with #6CB68D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CB68D on black background.


Color preview on white background

This text has color #6CB68D on white background.



Black color preview on #6CB68D background

This text has black color on #6CB68D background.


White color preview on #6CB68D background

This text has white color on #6CB68D background.