COLOR #6BB678

HEX: #6BB678 RGB: (107,182,120)

Color info

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

RGB color model

#6BB678 color RGB value is (107,182,120).

RGB: (107,182,120) (42%, 71%, 47%)

RGB channels and saturation

R 107 of 255 = 42%
G 182 of 255 = 71%
B 120 of 255 = 47%

107
182
120

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

Portions of RGB colors in percentages

R + G + B = 107 + 182 + 120 = 409 (100%)
R 107 of 409 ~ 26.16%
G 182 of 409 ~ 44.5%
B 120 of 409 ~ 29.34'%

%26.16
%44.5
%29.34

CMYK color model

#6BB678 color CMYK value is (41,0,34,29).

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

CMYK: (41,0,34,29)
C41M0Y34K29 (41%, 0%, 34%, 29%)
(0.41 / 0.00 / 0.34 / 0.29)

CMYK percentages

%41.21
%0
%34.07
%28.63

Codes

Color #6BB678 in popluar color models

6B B6 78
RGB 107 182 120
HSL 130° 33.94% 56.67%
HSB/HSV 130° 41.21% 71.37%
CMYK 41.21% 0.00% 34.07%
28.63%

Color #6BB678 in popluar number systems.

HEX 6B B6 78
Decimal 107 182 120
Binary 1101011 10110110 1111000
Octal 153 266 170

Shades and tints

Shades of #6BB678

#6BB678
(107,182,120)
#62A66E
(98,166,110)
#599664
(89,150,100)
#50865A
(80,134,90)
#477650
(71,118,80)
#3E6646
(62,102,70)
#35563C
(53,86,60)
#2C4632
(44,70,50)
#233628
(35,54,40)
#1A261E
(26,38,30)
#111614
(17,22,20)
#000000
(0,0,0)

Tints of #6BB678

#6BB678
(107,182,120)
#78BC84
(120,188,132)
#85C290
(133,194,144)
#92C89C
(146,200,156)
#9FCEA8
(159,206,168)
#ACD4B4
(172,212,180)
#B9DAC0
(185,218,192)
#C6E0CC
(198,224,204)
#D3E6D8
(211,230,216)
#E0ECE4
(224,236,228)
#EDF2F0
(237,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BB678; }

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

This text font color is #6BB678.

Background Color

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

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

This div background color is #6BB678.

Border color

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

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

This div border color is #6BB678.

Opacity

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

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

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

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

This text has shadow with #6BB678 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BB678.

Preview

Color preview on black background

This text has color #6BB678 on black background.


Color preview on white background

This text has color #6BB678 on white background.


Black color preview on #6BB678 background

This text has black color on #6BB678 background.


White color preview on #6BB678 background

This text has white color on #6BB678 background.


Related colors

Complementary color

Complementary color for #hex is #944987.


I love getcolorcode.com

Triadic colors

1 #786BB6 and #B6786B with #6BB678 are triadic colors.

2 #78B66B and #B66B78 with #6BB678 are triadic colors.