COLOR #6BC47B

HEX: #6BC47B RGB: (107,196,123)

Color info

#6BC47B contains mainly green color. Web safe color of #6BC47B is #66CC66 (or #6C6).

RGB color model

#6BC47B color RGB value is (107,196,123).

RGB: (107,196,123) (42%, 77%, 48%)

RGB channels and saturation

R 107 of 255 = 42%
G 196 of 255 = 77%
B 123 of 255 = 48%

107
196
123

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

Portions of RGB colors in percentages

R + G + B = 107 + 196 + 123 = 426 (100%)
R 107 of 426 ~ 25.12%
G 196 of 426 ~ 46.01%
B 123 of 426 ~ 28.87'%

%25.12
%46.01
%28.87

CMYK color model

#6BC47B color CMYK value is (45,0,37,23).

  • cyan value is 45.41%
  • magenta value is 0.00%
  • yellow value is 37.24%
  • key color value is 23.14%
CMYK: (45,0,37,23) C45M0Y37K23 (45%,0%,37%,23%) (0.45/0.00/0.37/0.23) 

CMYK percentages

%45.41
%0
%37.24
%23.14

Codes

Color #6BC47B in popluar color models

6B C4 7B
RGB 107 196 123
HSL 131° 43.00% 59.41%
HSB/HSV 131° 45.41% 76.86%
CMYK 45.41% 0.00% 37.24%
23.14%

Color #6BC47B in popluar number systems.

HEX 6B C4 7B
Decimal 107 196 123
Binary 1101011 11000100 1111011
Octal 153 304 173

Shades and tints

Shades of #6BC47B

#6BC47B
(107,196,123)
#62B370
(98,179,112)
#59A265
(89,162,101)
#50915A
(80,145,90)
#47804F
(71,128,79)
#3E6F44
(62,111,68)
#355E39
(53,94,57)
#2C4D2E
(44,77,46)
#233C23
(35,60,35)
#1A2B18
(26,43,24)
#111A0D
(17,26,13)
#000000
(0,0,0)

Tints of #6BC47B

#6BC47B
(107,196,123)
#78C987
(120,201,135)
#85CE93
(133,206,147)
#92D39F
(146,211,159)
#9FD8AB
(159,216,171)
#ACDDB7
(172,221,183)
#B9E2C3
(185,226,195)
#C6E7CF
(198,231,207)
#D3ECDB
(211,236,219)
#E0F1E7
(224,241,231)
#EDF6F3
(237,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BC47B color. Also use rgb(107,196,123) instead hex code.

Text Font Color

.myTextColor { color: #6BC47B; }

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

This text font color is #6BC47B.

Background Color

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

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

This div background color is #6BC47B.

Border color

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

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

This div border color is #6BC47B.

Opacity

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

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

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

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

This text has shadow with #6BC47B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BC47B.

Preview

Color preview on black background

This text has color #6BC47B on black background.


Color preview on white background

This text has color #6BC47B on white background.


Black color preview on #6BC47B background

This text has black color on #6BC47B background.


White color preview on #6BC47B background

This text has white color on #6BC47B background.


Related colors

Complementary color

Complementary color for #hex is #943B84.


I love getcolorcode.com

Triadic colors

1 #7B6BC4 and #C47B6B with #6BC47B are triadic colors.

2 #7BC46B and #C46B7B with #6BC47B are triadic colors.