COLOR #6CB578

HEX: #6CB578 RGB: (108,181,120)

Color info

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

RGB color model

#6CB578 color RGB value is (108,181,120).

RGB: (108,181,120) (42%, 71%, 47%)

RGB channels and saturation

R 108 of 255 = 42%
G 181 of 255 = 71%
B 120 of 255 = 47%

108
181
120

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

Portions of RGB colors in percentages

R + G + B = 108 + 181 + 120 = 409 (100%)
R 108 of 409 ~ 26.41%
G 181 of 409 ~ 44.25%
B 120 of 409 ~ 29.34'%

%26.41
%44.25
%29.34

CMYK color model

#6CB578 color CMYK value is (40,0,34,29).

  • cyan value is 40.33%
  • magenta value is 0.00%
  • yellow value is 33.70%
  • key color value is 29.02%

CMYK: (40,0,34,29)
C40M0Y34K29 (40%, 0%, 34%, 29%)
(0.40 / 0.00 / 0.34 / 0.29)

CMYK percentages

%40.33
%0
%33.7
%29.02

Codes

Color #6CB578 in popluar color models

6C B5 78
RGB 108 181 120
HSL 130° 33.03% 56.67%
HSB/HSV 130° 40.33% 70.98%
CMYK 40.33% 0.00% 33.70%
29.02%

Color #6CB578 in popluar number systems.

HEX 6C B5 78
Decimal 108 181 120
Binary 1101100 10110101 1111000
Octal 154 265 170

Shades and tints

Shades of #6CB578

#6CB578
(108,181,120)
#63A56E
(99,165,110)
#5A9564
(90,149,100)
#51855A
(81,133,90)
#487550
(72,117,80)
#3F6546
(63,101,70)
#36553C
(54,85,60)
#2D4532
(45,69,50)
#243528
(36,53,40)
#1B251E
(27,37,30)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #6CB578

#6CB578
(108,181,120)
#79BB84
(121,187,132)
#86C190
(134,193,144)
#93C79C
(147,199,156)
#A0CDA8
(160,205,168)
#ADD3B4
(173,211,180)
#BAD9C0
(186,217,192)
#C7DFCC
(199,223,204)
#D4E5D8
(212,229,216)
#E1EBE4
(225,235,228)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CB578; }

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

This text font color is #6CB578.

Background Color

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

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

This div background color is #6CB578.

Border color

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

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

This div border color is #6CB578.

Opacity

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

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

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

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

This text has shadow with #6CB578 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CB578.

Preview

Color preview on black background

This text has color #6CB578 on black background.


Color preview on white background

This text has color #6CB578 on white background.


Black color preview on #6CB578 background

This text has black color on #6CB578 background.


White color preview on #6CB578 background

This text has white color on #6CB578 background.


Related colors

Complementary color

Complementary color for #hex is #934A87.


I love getcolorcode.com

Triadic colors

1 #786CB5 and #B5786C with #6CB578 are triadic colors.

2 #78B56C and #B56C78 with #6CB578 are triadic colors.