COLOR #6CB17D

HEX: #6CB17D
RGB: (108,177,125)

Color info

#6CB17D contains mainly green and blue colors. Web safe color of #6CB17D is #669966 (or #696).

RGB color model

#6CB17D color RGB value is (108,177,125).

  • red value is 108;
  • green value is 177;
  • blue value is 125.
RGB:
(108,177,125)
(42%,69%,49%)

RGB channels and saturation

R 108 of 255 = 42%
G 177 of 255 = 69%
B 125 of 255 = 49%

108
177
125

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

Portions of RGB colors in percentages

R + G + B =
108 + 177 + 125 = 410 (100%)
R 108 of 410 ~ 26.34%
G 177 of 410 ~ 43.17%
B 125 of 410 ~ 30.49%

%26.34
%43.17
%30.49

CMYK color model

#6CB17D color CMYK value is (39,0,29,31).

  • cyan value is 38.98%
  • magenta value is 0.00%
  • yellow value is 29.38%
  • key color value is 30.59%
CMYK:
(39,0,29,31)
C39M0Y29K31 
(39%,0%,29%,31%)
(0.39/0.00/0.29/0.31)	

CMYK percentages

%38.98
%0
%29.38
%30.59

Codes

Color #6CB17D in popluar color models

6CB17D
RGB108177125
HSL135°30.67%55.88%
HSB/HSV135°38.98%69.41%
CMYK38.98%0.00%29.38%
30.59%

Color #6CB17D in popluar number systems.

HEX6CB17D
Decimal108177125
Binary1101100101100011111101
Octal154261175

Shades and tints

Shades of #6CB17D

#6CB17D
(108,177,125)
#63A172
(99,161,114)
#5A9167
(90,145,103)
#51815C
(81,129,92)
#487151
(72,113,81)
#3F6146
(63,97,70)
#36513B
(54,81,59)
#2D4130
(45,65,48)
#243125
(36,49,37)
#1B211A
(27,33,26)
#12110F
(18,17,15)
#000000
(0,0,0)

Tints of #6CB17D

#6CB17D
(108,177,125)
#79B888
(121,184,136)
#86BF93
(134,191,147)
#93C69E
(147,198,158)
#A0CDA9
(160,205,169)
#ADD4B4
(173,212,180)
#BADBBF
(186,219,191)
#C7E2CA
(199,226,202)
#D4E9D5
(212,233,213)
#E1F0E0
(225,240,224)
#EEF7EB
(238,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CB17D color. Also use rgb(108,177,125) instead hex code.

Text Font Color

.myTextColor { color: #6CB17D; }

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

This text font color is #6CB17D.


Background Color

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

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

This div background color is #6CB17D.


Border color

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

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

This div border color is #6CB17D.


Opacity

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

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

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

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

This text has shadow with #6CB17D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CB17D on black background.


Color preview on white background

This text has color #6CB17D on white background.



Black color preview on #6CB17D background

This text has black color on #6CB17D background.


White color preview on #6CB17D background

This text has white color on #6CB17D background.