COLOR #6BBA7A

HEX: #6BBA7A
RGB: (107,186,122)

Color info

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

RGB color model

#6BBA7A color RGB value is (107,186,122).

  • red value is 107;
  • green value is 186;
  • blue value is 122.
RGB:
(107,186,122)
(42%,73%,48%)

RGB channels and saturation

R 107 of 255 = 42%
G 186 of 255 = 73%
B 122 of 255 = 48%

107
186
122

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

Portions of RGB colors in percentages

R + G + B =
107 + 186 + 122 = 415 (100%)
R 107 of 415 ~ 25.78%
G 186 of 415 ~ 44.82%
B 122 of 415 ~ 29.4%

%25.78
%44.82
%29.4

CMYK color model

#6BBA7A color CMYK value is (42,0,34,27).

  • cyan value is 42.47%
  • magenta value is 0.00%
  • yellow value is 34.41%
  • key color value is 27.06%
CMYK:
(42,0,34,27)
C42M0Y34K27 
(42%,0%,34%,27%)
(0.42/0.00/0.34/0.27)	

CMYK percentages

%42.47
%0
%34.41
%27.06

Codes

Color #6BBA7A in popluar color models

6BBA7A
RGB107186122
HSL131°36.41%57.45%
HSB/HSV131°42.47%72.94%
CMYK42.47%0.00%34.41%
27.06%

Color #6BBA7A in popluar number systems.

HEX6BBA7A
Decimal107186122
Binary1101011101110101111010
Octal153272172

Shades and tints

Shades of #6BBA7A

#6BBA7A
(107,186,122)
#62AA6F
(98,170,111)
#599A64
(89,154,100)
#508A59
(80,138,89)
#477A4E
(71,122,78)
#3E6A43
(62,106,67)
#355A38
(53,90,56)
#2C4A2D
(44,74,45)
#233A22
(35,58,34)
#1A2A17
(26,42,23)
#111A0C
(17,26,12)
#000000
(0,0,0)

Tints of #6BBA7A

#6BBA7A
(107,186,122)
#78C086
(120,192,134)
#85C692
(133,198,146)
#92CC9E
(146,204,158)
#9FD2AA
(159,210,170)
#ACD8B6
(172,216,182)
#B9DEC2
(185,222,194)
#C6E4CE
(198,228,206)
#D3EADA
(211,234,218)
#E0F0E6
(224,240,230)
#EDF6F2
(237,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BBA7A color. Also use rgb(107,186,122) instead hex code.

Text Font Color

.myTextColor { color: #6BBA7A; }

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

This text font color is #6BBA7A.


Background Color

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

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

This div background color is #6BBA7A.


Border color

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

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

This div border color is #6BBA7A.


Opacity

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

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

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

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

This text has shadow with #6BBA7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BBA7A on black background.


Color preview on white background

This text has color #6BBA7A on white background.



Black color preview on #6BBA7A background

This text has black color on #6BBA7A background.


White color preview on #6BBA7A background

This text has white color on #6BBA7A background.