COLOR #6BAC80

HEX: #6BAC80 RGB: (107,172,128)

Color info

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

RGB color model

#6BAC80 color RGB value is (107,172,128).

RGB: (107,172,128) (42%, 67%, 50%)

RGB channels and saturation

R 107 of 255 = 42%
G 172 of 255 = 67%
B 128 of 255 = 50%

107
172
128

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

Portions of RGB colors in percentages

R + G + B = 107 + 172 + 128 = 407 (100%)
R 107 of 407 ~ 26.29%
G 172 of 407 ~ 42.26%
B 128 of 407 ~ 31.45'%

%26.29
%42.26
%31.45

CMYK color model

#6BAC80 color CMYK value is (38,0,26,33).

  • cyan value is 37.79%
  • magenta value is 0.00%
  • yellow value is 25.58%
  • key color value is 32.55%

CMYK: (38,0,26,33)
C38M0Y26K33 (38%, 0%, 26%, 33%)
(0.38 / 0.00 / 0.26 / 0.33)

CMYK percentages

%37.79
%0
%25.58
%32.55

Codes

Color #6BAC80 in popluar color models

6B AC 80
RGB 107 172 128
HSL 139° 28.14% 54.71%
HSB/HSV 139° 37.79% 67.45%
CMYK 37.79% 0.00% 25.58%
32.55%

Color #6BAC80 in popluar number systems.

HEX 6B AC 80
Decimal 107 172 128
Binary 1101011 10101100 10000000
Octal 153 254 200

Shades and tints

Shades of #6BAC80

#6BAC80
(107,172,128)
#629D75
(98,157,117)
#598E6A
(89,142,106)
#507F5F
(80,127,95)
#477054
(71,112,84)
#3E6149
(62,97,73)
#35523E
(53,82,62)
#2C4333
(44,67,51)
#233428
(35,52,40)
#1A251D
(26,37,29)
#111612
(17,22,18)
#000000
(0,0,0)

Tints of #6BAC80

#6BAC80
(107,172,128)
#78B38B
(120,179,139)
#85BA96
(133,186,150)
#92C1A1
(146,193,161)
#9FC8AC
(159,200,172)
#ACCFB7
(172,207,183)
#B9D6C2
(185,214,194)
#C6DDCD
(198,221,205)
#D3E4D8
(211,228,216)
#E0EBE3
(224,235,227)
#EDF2EE
(237,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BAC80 color. Also use rgb(107,172,128) instead hex code.

Text Font Color

.myTextColor { color: #6BAC80; }

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

This text font color is #6BAC80.

Background Color

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

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

This div background color is #6BAC80.

Border color

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

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

This div border color is #6BAC80.

Opacity

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

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

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

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

This text has shadow with #6BAC80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BAC80.

Preview

Color preview on black background

This text has color #6BAC80 on black background.


Color preview on white background

This text has color #6BAC80 on white background.


Black color preview on #6BAC80 background

This text has black color on #6BAC80 background.


White color preview on #6BAC80 background

This text has white color on #6BAC80 background.


Related colors

Complementary color

Complementary color for #hex is #94537F.


I love getcolorcode.com

Triadic colors

1 #806BAC and #AC806B with #6BAC80 are triadic colors.

2 #80AC6B and #AC6B80 with #6BAC80 are triadic colors.