COLOR #6CAD78

HEX: #6CAD78 RGB: (108,173,120)

Color info

#6CAD78 contains mainly green and blue colors. Web safe color of #6CAD78 is #669966 (or #696).

RGB color model

#6CAD78 color RGB value is (108,173,120).

RGB: (108,173,120) (42%, 68%, 47%)

RGB channels and saturation

R 108 of 255 = 42%
G 173 of 255 = 68%
B 120 of 255 = 47%

108
173
120

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

Portions of RGB colors in percentages

R + G + B = 108 + 173 + 120 = 401 (100%)
R 108 of 401 ~ 26.93%
G 173 of 401 ~ 43.14%
B 120 of 401 ~ 29.93'%

%26.93
%43.14
%29.93

CMYK color model

#6CAD78 color CMYK value is (38,0,31,32).

  • cyan value is 37.57%
  • magenta value is 0.00%
  • yellow value is 30.64%
  • key color value is 32.16%

CMYK: (38,0,31,32)
C38M0Y31K32 (38%, 0%, 31%, 32%)
(0.38 / 0.00 / 0.31 / 0.32)

CMYK percentages

%37.57
%0
%30.64
%32.16

Codes

Color #6CAD78 in popluar color models

6C AD 78
RGB 108 173 120
HSL 131° 28.38% 55.10%
HSB/HSV 131° 37.57% 67.84%
CMYK 37.57% 0.00% 30.64%
32.16%

Color #6CAD78 in popluar number systems.

HEX 6C AD 78
Decimal 108 173 120
Binary 1101100 10101101 1111000
Octal 154 255 170

Shades and tints

Shades of #6CAD78

#6CAD78
(108,173,120)
#639E6E
(99,158,110)
#5A8F64
(90,143,100)
#51805A
(81,128,90)
#487150
(72,113,80)
#3F6246
(63,98,70)
#36533C
(54,83,60)
#2D4432
(45,68,50)
#243528
(36,53,40)
#1B261E
(27,38,30)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #6CAD78

#6CAD78
(108,173,120)
#79B484
(121,180,132)
#86BB90
(134,187,144)
#93C29C
(147,194,156)
#A0C9A8
(160,201,168)
#ADD0B4
(173,208,180)
#BAD7C0
(186,215,192)
#C7DECC
(199,222,204)
#D4E5D8
(212,229,216)
#E1ECE4
(225,236,228)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CAD78 color. Also use rgb(108,173,120) instead hex code.

Text Font Color

.myTextColor { color: #6CAD78; }

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

This text font color is #6CAD78.

Background Color

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

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

This div background color is #6CAD78.

Border color

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

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

This div border color is #6CAD78.

Opacity

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

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

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

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

This text has shadow with #6CAD78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CAD78.

Preview

Color preview on black background

This text has color #6CAD78 on black background.


Color preview on white background

This text has color #6CAD78 on white background.


Black color preview on #6CAD78 background

This text has black color on #6CAD78 background.


White color preview on #6CAD78 background

This text has white color on #6CAD78 background.


Related colors

Complementary color

Complementary color for #hex is #935287.


I love getcolorcode.com

Triadic colors

1 #786CAD and #AD786C with #6CAD78 are triadic colors.

2 #78AD6C and #AD6C78 with #6CAD78 are triadic colors.