COLOR #6BC94C

HEX: #6BC94C RGB: (107,201,76)

Color info

#6BC94C contains mainly green color. Web safe color of #6BC94C is #66CC33 (or #6C3).

RGB color model

#6BC94C color RGB value is (107,201,76).

RGB: (107,201,76) (42%, 79%, 30%)

RGB channels and saturation

R 107 of 255 = 42%
G 201 of 255 = 79%
B 76 of 255 = 30%

107
201
76

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

Portions of RGB colors in percentages

R + G + B = 107 + 201 + 76 = 384 (100%)
R 107 of 384 ~ 27.86%
G 201 of 384 ~ 52.34%
B 76 of 384 ~ 19.79'%

%27.86
%52.34
%19.79

CMYK color model

#6BC94C color CMYK value is (47,0,62,21).

  • cyan value is 46.77%
  • magenta value is 0.00%
  • yellow value is 62.19%
  • key color value is 21.18%
CMYK: (47,0,62,21) C47M0Y62K21 (47%,0%,62%,21%) (0.47/0.00/0.62/0.21) 

CMYK percentages

%46.77
%0
%62.19
%21.18

Codes

Color #6BC94C in popluar color models

6B C9 4C
RGB 107 201 76
HSL 105° 53.65% 54.31%
HSB/HSV 105° 62.19% 78.82%
CMYK 46.77% 0.00% 62.19%
21.18%

Color #6BC94C in popluar number systems.

HEX 6B C9 4C
Decimal 107 201 76
Binary 1101011 11001001 1001100
Octal 153 311 114

Shades and tints

Shades of #6BC94C

#6BC94C
(107,201,76)
#62B746
(98,183,70)
#59A540
(89,165,64)
#50933A
(80,147,58)
#478134
(71,129,52)
#3E6F2E
(62,111,46)
#355D28
(53,93,40)
#2C4B22
(44,75,34)
#23391C
(35,57,28)
#1A2716
(26,39,22)
#111510
(17,21,16)
#000000
(0,0,0)

Tints of #6BC94C

#6BC94C
(107,201,76)
#78CD5C
(120,205,92)
#85D16C
(133,209,108)
#92D57C
(146,213,124)
#9FD98C
(159,217,140)
#ACDD9C
(172,221,156)
#B9E1AC
(185,225,172)
#C6E5BC
(198,229,188)
#D3E9CC
(211,233,204)
#E0EDDC
(224,237,220)
#EDF1EC
(237,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BC94C color. Also use rgb(107,201,76) instead hex code.

Text Font Color

.myTextColor { color: #6BC94C; }

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

This text font color is #6BC94C.

Background Color

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

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

This div background color is #6BC94C.

Border color

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

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

This div border color is #6BC94C.

Opacity

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

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

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

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

This text has shadow with #6BC94C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BC94C.

Preview

Color preview on black background

This text has color #6BC94C on black background.


Color preview on white background

This text has color #6BC94C on white background.


Black color preview on #6BC94C background

This text has black color on #6BC94C background.


White color preview on #6BC94C background

This text has white color on #6BC94C background.


Related colors

Complementary color

Complementary color for #hex is #9436B3.


I love getcolorcode.com

Triadic colors

1 #4C6BC9 and #C94C6B with #6BC94C are triadic colors.

2 #4CC96B and #C96B4C with #6BC94C are triadic colors.