COLOR #6BB680

HEX: #6BB680 RGB: (107,182,128)

Color info

#6BB680 contains mainly green and blue colors. Web safe color of #6BB680 is #66CC66 (or #6C6).

RGB color model

#6BB680 color RGB value is (107,182,128).

RGB: (107,182,128) (42%, 71%, 50%)

RGB channels and saturation

R 107 of 255 = 42%
G 182 of 255 = 71%
B 128 of 255 = 50%

107
182
128

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

Portions of RGB colors in percentages

R + G + B = 107 + 182 + 128 = 417 (100%)
R 107 of 417 ~ 25.66%
G 182 of 417 ~ 43.65%
B 128 of 417 ~ 30.7'%

%25.66
%43.65
%30.7

CMYK color model

#6BB680 color CMYK value is (41,0,30,29).

  • cyan value is 41.21%
  • magenta value is 0.00%
  • yellow value is 29.67%
  • key color value is 28.63%

CMYK: (41,0,30,29)
C41M0Y30K29 (41%, 0%, 30%, 29%)
(0.41 / 0.00 / 0.30 / 0.29)

CMYK percentages

%41.21
%0
%29.67
%28.63

Codes

Color #6BB680 in popluar color models

6B B6 80
RGB 107 182 128
HSL 137° 33.94% 56.67%
HSB/HSV 137° 41.21% 71.37%
CMYK 41.21% 0.00% 29.67%
28.63%

Color #6BB680 in popluar number systems.

HEX 6B B6 80
Decimal 107 182 128
Binary 1101011 10110110 10000000
Octal 153 266 200

Shades and tints

Shades of #6BB680

#6BB680
(107,182,128)
#62A675
(98,166,117)
#59966A
(89,150,106)
#50865F
(80,134,95)
#477654
(71,118,84)
#3E6649
(62,102,73)
#35563E
(53,86,62)
#2C4633
(44,70,51)
#233628
(35,54,40)
#1A261D
(26,38,29)
#111612
(17,22,18)
#000000
(0,0,0)

Tints of #6BB680

#6BB680
(107,182,128)
#78BC8B
(120,188,139)
#85C296
(133,194,150)
#92C8A1
(146,200,161)
#9FCEAC
(159,206,172)
#ACD4B7
(172,212,183)
#B9DAC2
(185,218,194)
#C6E0CD
(198,224,205)
#D3E6D8
(211,230,216)
#E0ECE3
(224,236,227)
#EDF2EE
(237,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BB680; }

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

This text font color is #6BB680.

Background Color

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

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

This div background color is #6BB680.

Border color

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

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

This div border color is #6BB680.

Opacity

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

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

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

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

This text has shadow with #6BB680 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BB680.

Preview

Color preview on black background

This text has color #6BB680 on black background.


Color preview on white background

This text has color #6BB680 on white background.


Black color preview on #6BB680 background

This text has black color on #6BB680 background.


White color preview on #6BB680 background

This text has white color on #6BB680 background.


Related colors

Complementary color

Complementary color for #hex is #94497F.


I love getcolorcode.com

Triadic colors

1 #806BB6 and #B6806B with #6BB680 are triadic colors.

2 #80B66B and #B66B80 with #6BB680 are triadic colors.