COLOR #6BB97A

HEX: #6BB97A
RGB: (107,185,122)

Color info

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

RGB color model

#6BB97A color RGB value is (107,185,122).

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

RGB channels and saturation

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

107
185
122

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

Portions of RGB colors in percentages

R + G + B =
107 + 185 + 122 = 414 (100%)
R 107 of 414 ~ 25.85%
G 185 of 414 ~ 44.69%
B 122 of 414 ~ 29.47%

%25.85
%44.69
%29.47

CMYK color model

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

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

CMYK percentages

%42.16
%0
%34.05
%27.45

Codes

Color #6BB97A in popluar color models

6BB97A
RGB107185122
HSL132°35.78%57.25%
HSB/HSV132°42.16%72.55%
CMYK42.16%0.00%34.05%
27.45%

Color #6BB97A in popluar number systems.

HEX6BB97A
Decimal107185122
Binary1101011101110011111010
Octal153271172

Shades and tints

Shades of #6BB97A

#6BB97A
(107,185,122)
#62A96F
(98,169,111)
#599964
(89,153,100)
#508959
(80,137,89)
#47794E
(71,121,78)
#3E6943
(62,105,67)
#355938
(53,89,56)
#2C492D
(44,73,45)
#233922
(35,57,34)
#1A2917
(26,41,23)
#11190C
(17,25,12)
#000000
(0,0,0)

Tints of #6BB97A

#6BB97A
(107,185,122)
#78BF86
(120,191,134)
#85C592
(133,197,146)
#92CB9E
(146,203,158)
#9FD1AA
(159,209,170)
#ACD7B6
(172,215,182)
#B9DDC2
(185,221,194)
#C6E3CE
(198,227,206)
#D3E9DA
(211,233,218)
#E0EFE6
(224,239,230)
#EDF5F2
(237,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BB97A; }

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

This text font color is #6BB97A.


Background Color

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

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

This div background color is #6BB97A.


Border color

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

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

This div border color is #6BB97A.


Opacity

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

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

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

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

This text has shadow with #6BB97A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BB97A on black background.


Color preview on white background

This text has color #6BB97A on white background.



Black color preview on #6BB97A background

This text has black color on #6BB97A background.


White color preview on #6BB97A background

This text has white color on #6BB97A background.