COLOR #6DC08B

HEX: #6DC08B
RGB: (109,192,139)

Color info

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

RGB color model

#6DC08B color RGB value is (109,192,139).

  • red value is 109;
  • green value is 192;
  • blue value is 139.
RGB:
(109,192,139)
(43%,75%,55%)

RGB channels and saturation

R 109 of 255 = 43%
G 192 of 255 = 75%
B 139 of 255 = 55%

109
192
139

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

Portions of RGB colors in percentages

R + G + B =
109 + 192 + 139 = 440 (100%)
R 109 of 440 ~ 24.77%
G 192 of 440 ~ 43.64%
B 139 of 440 ~ 31.59%

%24.77
%43.64
%31.59

CMYK color model

#6DC08B color CMYK value is (43,0,28,25).

  • cyan value is 43.23%
  • magenta value is 0.00%
  • yellow value is 27.60%
  • key color value is 24.71%
CMYK:
(43,0,28,25)
C43M0Y28K25 
(43%,0%,28%,25%)
(0.43/0.00/0.28/0.25)	

CMYK percentages

%43.23
%0
%27.6
%24.71

Codes

Color #6DC08B in popluar color models

6DC08B
RGB109192139
HSL142°39.71%59.02%
HSB/HSV142°43.23%75.29%
CMYK43.23%0.00%27.60%
24.71%

Color #6DC08B in popluar number systems.

HEX6DC08B
Decimal109192139
Binary11011011100000010001011
Octal155300213

Shades and tints

Shades of #6DC08B

#6DC08B
(109,192,139)
#64AF7F
(100,175,127)
#5B9E73
(91,158,115)
#528D67
(82,141,103)
#497C5B
(73,124,91)
#406B4F
(64,107,79)
#375A43
(55,90,67)
#2E4937
(46,73,55)
#25382B
(37,56,43)
#1C271F
(28,39,31)
#131613
(19,22,19)
#000000
(0,0,0)

Tints of #6DC08B

#6DC08B
(109,192,139)
#7AC595
(122,197,149)
#87CA9F
(135,202,159)
#94CFA9
(148,207,169)
#A1D4B3
(161,212,179)
#AED9BD
(174,217,189)
#BBDEC7
(187,222,199)
#C8E3D1
(200,227,209)
#D5E8DB
(213,232,219)
#E2EDE5
(226,237,229)
#EFF2EF
(239,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DC08B color. Also use rgb(109,192,139) instead hex code.

Text Font Color

.myTextColor { color: #6DC08B; }

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

This text font color is #6DC08B.


Background Color

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

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

This div background color is #6DC08B.


Border color

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

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

This div border color is #6DC08B.


Opacity

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

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

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

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

This text has shadow with #6DC08B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DC08B on black background.


Color preview on white background

This text has color #6DC08B on white background.



Black color preview on #6DC08B background

This text has black color on #6DC08B background.


White color preview on #6DC08B background

This text has white color on #6DC08B background.