COLOR #6CB380

HEX: #6CB380 RGB: (108,179,128)

Color info

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

RGB color model

#6CB380 color RGB value is (108,179,128).

RGB: (108,179,128) (42%, 70%, 50%)

RGB channels and saturation

R 108 of 255 = 42%
G 179 of 255 = 70%
B 128 of 255 = 50%

108
179
128

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

Portions of RGB colors in percentages

R + G + B = 108 + 179 + 128 = 415 (100%)
R 108 of 415 ~ 26.02%
G 179 of 415 ~ 43.13%
B 128 of 415 ~ 30.84'%

%26.02
%43.13
%30.84

CMYK color model

#6CB380 color CMYK value is (40,0,28,30).

  • cyan value is 39.66%
  • magenta value is 0.00%
  • yellow value is 28.49%
  • key color value is 29.80%

CMYK: (40,0,28,30)
C40M0Y28K30 (40%, 0%, 28%, 30%)
(0.40 / 0.00 / 0.28 / 0.30)

CMYK percentages

%39.66
%0
%28.49
%29.8

Codes

Color #6CB380 in popluar color models

6C B3 80
RGB 108 179 128
HSL 137° 31.84% 56.27%
HSB/HSV 137° 39.66% 70.20%
CMYK 39.66% 0.00% 28.49%
29.80%

Color #6CB380 in popluar number systems.

HEX 6C B3 80
Decimal 108 179 128
Binary 1101100 10110011 10000000
Octal 154 263 200

Shades and tints

Shades of #6CB380

#6CB380
(108,179,128)
#63A375
(99,163,117)
#5A936A
(90,147,106)
#51835F
(81,131,95)
#487354
(72,115,84)
#3F6349
(63,99,73)
#36533E
(54,83,62)
#2D4333
(45,67,51)
#243328
(36,51,40)
#1B231D
(27,35,29)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #6CB380

#6CB380
(108,179,128)
#79B98B
(121,185,139)
#86BF96
(134,191,150)
#93C5A1
(147,197,161)
#A0CBAC
(160,203,172)
#ADD1B7
(173,209,183)
#BAD7C2
(186,215,194)
#C7DDCD
(199,221,205)
#D4E3D8
(212,227,216)
#E1E9E3
(225,233,227)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CB380 color. Also use rgb(108,179,128) instead hex code.

Text Font Color

.myTextColor { color: #6CB380; }

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

This text font color is #6CB380.

Background Color

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

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

This div background color is #6CB380.

Border color

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

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

This div border color is #6CB380.

Opacity

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

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

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

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

This text has shadow with #6CB380 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CB380.

Preview

Color preview on black background

This text has color #6CB380 on black background.


Color preview on white background

This text has color #6CB380 on white background.


Black color preview on #6CB380 background

This text has black color on #6CB380 background.


White color preview on #6CB380 background

This text has white color on #6CB380 background.


Related colors

Complementary color

Complementary color for #hex is #934C7F.


I love getcolorcode.com

Triadic colors

1 #806CB3 and #B3806C with #6CB380 are triadic colors.

2 #80B36C and #B36C80 with #6CB380 are triadic colors.