COLOR #6DB478

HEX: #6DB478 RGB: (109,180,120)

Color info

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

RGB color model

#6DB478 color RGB value is (109,180,120).

RGB: (109,180,120) (43%, 71%, 47%)

RGB channels and saturation

R 109 of 255 = 43%
G 180 of 255 = 71%
B 120 of 255 = 47%

109
180
120

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

Portions of RGB colors in percentages

R + G + B = 109 + 180 + 120 = 409 (100%)
R 109 of 409 ~ 26.65%
G 180 of 409 ~ 44.01%
B 120 of 409 ~ 29.34'%

%26.65
%44.01
%29.34

CMYK color model

#6DB478 color CMYK value is (39,0,33,29).

  • cyan value is 39.44%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 29.41%

CMYK: (39,0,33,29)
C39M0Y33K29 (39%, 0%, 33%, 29%)
(0.39 / 0.00 / 0.33 / 0.29)

CMYK percentages

%39.44
%0
%33.33
%29.41

Codes

Color #6DB478 in popluar color models

6D B4 78
RGB 109 180 120
HSL 129° 32.13% 56.67%
HSB/HSV 129° 39.44% 70.59%
CMYK 39.44% 0.00% 33.33%
29.41%

Color #6DB478 in popluar number systems.

HEX 6D B4 78
Decimal 109 180 120
Binary 1101101 10110100 1111000
Octal 155 264 170

Shades and tints

Shades of #6DB478

#6DB478
(109,180,120)
#64A46E
(100,164,110)
#5B9464
(91,148,100)
#52845A
(82,132,90)
#497450
(73,116,80)
#406446
(64,100,70)
#37543C
(55,84,60)
#2E4432
(46,68,50)
#253428
(37,52,40)
#1C241E
(28,36,30)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #6DB478

#6DB478
(109,180,120)
#7ABA84
(122,186,132)
#87C090
(135,192,144)
#94C69C
(148,198,156)
#A1CCA8
(161,204,168)
#AED2B4
(174,210,180)
#BBD8C0
(187,216,192)
#C8DECC
(200,222,204)
#D5E4D8
(213,228,216)
#E2EAE4
(226,234,228)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DB478; }

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

This text font color is #6DB478.

Background Color

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

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

This div background color is #6DB478.

Border color

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

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

This div border color is #6DB478.

Opacity

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

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

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

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

This text has shadow with #6DB478 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DB478.

Preview

Color preview on black background

This text has color #6DB478 on black background.


Color preview on white background

This text has color #6DB478 on white background.


Black color preview on #6DB478 background

This text has black color on #6DB478 background.


White color preview on #6DB478 background

This text has white color on #6DB478 background.


Related colors

Complementary color

Complementary color for #hex is #924B87.


I love getcolorcode.com

Triadic colors

1 #786DB4 and #B4786D with #6DB478 are triadic colors.

2 #78B46D and #B46D78 with #6DB478 are triadic colors.