COLOR #6DC078

HEX: #6DC078 RGB: (109,192,120)

Color info

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

RGB color model

#6DC078 color RGB value is (109,192,120).

RGB: (109,192,120) (43%, 75%, 47%)

RGB channels and saturation

R 109 of 255 = 43%
G 192 of 255 = 75%
B 120 of 255 = 47%

109
192
120

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

Portions of RGB colors in percentages

R + G + B = 109 + 192 + 120 = 421 (100%)
R 109 of 421 ~ 25.89%
G 192 of 421 ~ 45.61%
B 120 of 421 ~ 28.5'%

%25.89
%45.61
%28.5

CMYK color model

#6DC078 color CMYK value is (43,0,38,25).

  • cyan value is 43.23%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 24.71%

CMYK: (43,0,38,25)
C43M0Y38K25 (43%, 0%, 38%, 25%)
(0.43 / 0.00 / 0.38 / 0.25)

CMYK percentages

%43.23
%0
%37.5
%24.71

Codes

Color #6DC078 in popluar color models

6D C0 78
RGB 109 192 120
HSL 128° 39.71% 59.02%
HSB/HSV 128° 43.23% 75.29%
CMYK 43.23% 0.00% 37.50%
24.71%

Color #6DC078 in popluar number systems.

HEX 6D C0 78
Decimal 109 192 120
Binary 1101101 11000000 1111000
Octal 155 300 170

Shades and tints

Shades of #6DC078

#6DC078
(109,192,120)
#64AF6E
(100,175,110)
#5B9E64
(91,158,100)
#528D5A
(82,141,90)
#497C50
(73,124,80)
#406B46
(64,107,70)
#375A3C
(55,90,60)
#2E4932
(46,73,50)
#253828
(37,56,40)
#1C271E
(28,39,30)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #6DC078

#6DC078
(109,192,120)
#7AC584
(122,197,132)
#87CA90
(135,202,144)
#94CF9C
(148,207,156)
#A1D4A8
(161,212,168)
#AED9B4
(174,217,180)
#BBDEC0
(187,222,192)
#C8E3CC
(200,227,204)
#D5E8D8
(213,232,216)
#E2EDE4
(226,237,228)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DC078; }

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

This text font color is #6DC078.

Background Color

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

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

This div background color is #6DC078.

Border color

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

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

This div border color is #6DC078.

Opacity

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

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

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

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

This text has shadow with #6DC078 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DC078.

Preview

Color preview on black background

This text has color #6DC078 on black background.


Color preview on white background

This text has color #6DC078 on white background.


Black color preview on #6DC078 background

This text has black color on #6DC078 background.


White color preview on #6DC078 background

This text has white color on #6DC078 background.


Related colors

Complementary color

Complementary color for #hex is #923F87.


I love getcolorcode.com

Triadic colors

1 #786DC0 and #C0786D with #6DC078 are triadic colors.

2 #78C06D and #C06D78 with #6DC078 are triadic colors.