COLOR #6BCC84

HEX: #6BCC84 RGB: (107,204,132)

Color info

#6BCC84 contains mainly green color. Web safe color of #6BCC84 is #66CC99 (or #6C9).

RGB color model

#6BCC84 color RGB value is (107,204,132).

RGB: (107,204,132) (42%, 80%, 52%)

RGB channels and saturation

R 107 of 255 = 42%
G 204 of 255 = 80%
B 132 of 255 = 52%

107
204
132

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

Portions of RGB colors in percentages

R + G + B = 107 + 204 + 132 = 443 (100%)
R 107 of 443 ~ 24.15%
G 204 of 443 ~ 46.05%
B 132 of 443 ~ 29.8'%

%24.15
%46.05
%29.8

CMYK color model

#6BCC84 color CMYK value is (48,0,35,20).

  • cyan value is 47.55%
  • magenta value is 0.00%
  • yellow value is 35.29%
  • key color value is 20.00%

CMYK: (48,0,35,20)
C48M0Y35K20 (48%, 0%, 35%, 20%)
(0.48 / 0.00 / 0.35 / 0.20)

CMYK percentages

%47.55
%0
%35.29
%20

Codes

Color #6BCC84 in popluar color models

6B CC 84
RGB 107 204 132
HSL 135° 48.74% 60.98%
HSB/HSV 135° 47.55% 80.00%
CMYK 47.55% 0.00% 35.29%
20.00%

Color #6BCC84 in popluar number systems.

HEX 6B CC 84
Decimal 107 204 132
Binary 1101011 11001100 10000100
Octal 153 314 204

Shades and tints

Shades of #6BCC84

#6BCC84
(107,204,132)
#62BA78
(98,186,120)
#59A86C
(89,168,108)
#509660
(80,150,96)
#478454
(71,132,84)
#3E7248
(62,114,72)
#35603C
(53,96,60)
#2C4E30
(44,78,48)
#233C24
(35,60,36)
#1A2A18
(26,42,24)
#11180C
(17,24,12)
#000000
(0,0,0)

Tints of #6BCC84

#6BCC84
(107,204,132)
#78D08F
(120,208,143)
#85D49A
(133,212,154)
#92D8A5
(146,216,165)
#9FDCB0
(159,220,176)
#ACE0BB
(172,224,187)
#B9E4C6
(185,228,198)
#C6E8D1
(198,232,209)
#D3ECDC
(211,236,220)
#E0F0E7
(224,240,231)
#EDF4F2
(237,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BCC84 color. Also use rgb(107,204,132) instead hex code.

Text Font Color

.myTextColor { color: #6BCC84; }

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

This text font color is #6BCC84.

Background Color

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

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

This div background color is #6BCC84.

Border color

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

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

This div border color is #6BCC84.

Opacity

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

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

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

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

This text has shadow with #6BCC84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BCC84.

Preview

Color preview on black background

This text has color #6BCC84 on black background.


Color preview on white background

This text has color #6BCC84 on white background.


Black color preview on #6BCC84 background

This text has black color on #6BCC84 background.


White color preview on #6BCC84 background

This text has white color on #6BCC84 background.


Related colors

Complementary color

Complementary color for #hex is #94337B.


I love getcolorcode.com

Triadic colors

1 #846BCC and #CC846B with #6BCC84 are triadic colors.

2 #84CC6B and #CC6B84 with #6BCC84 are triadic colors.