COLOR #6BBE73

HEX: #6BBE73 RGB: (107,190,115)

Color info

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

RGB color model

#6BBE73 color RGB value is (107,190,115).

RGB: (107,190,115) (42%, 75%, 45%)

RGB channels and saturation

R 107 of 255 = 42%
G 190 of 255 = 75%
B 115 of 255 = 45%

107
190
115

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

Portions of RGB colors in percentages

R + G + B = 107 + 190 + 115 = 412 (100%)
R 107 of 412 ~ 25.97%
G 190 of 412 ~ 46.12%
B 115 of 412 ~ 27.91'%

%25.97
%46.12
%27.91

CMYK color model

#6BBE73 color CMYK value is (44,0,39,25).

  • cyan value is 43.68%
  • magenta value is 0.00%
  • yellow value is 39.47%
  • key color value is 25.49%
CMYK: (44,0,39,25) C44M0Y39K25 (44%,0%,39%,25%) (0.44/0.00/0.39/0.25) 

CMYK percentages

%43.68
%0
%39.47
%25.49

Codes

Color #6BBE73 in popluar color models

6B BE 73
RGB 107 190 115
HSL 126° 38.97% 58.24%
HSB/HSV 126° 43.68% 74.51%
CMYK 43.68% 0.00% 39.47%
25.49%

Color #6BBE73 in popluar number systems.

HEX 6B BE 73
Decimal 107 190 115
Binary 1101011 10111110 1110011
Octal 153 276 163

Shades and tints

Shades of #6BBE73

#6BBE73
(107,190,115)
#62AD69
(98,173,105)
#599C5F
(89,156,95)
#508B55
(80,139,85)
#477A4B
(71,122,75)
#3E6941
(62,105,65)
#355837
(53,88,55)
#2C472D
(44,71,45)
#233623
(35,54,35)
#1A2519
(26,37,25)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #6BBE73

#6BBE73
(107,190,115)
#78C37F
(120,195,127)
#85C88B
(133,200,139)
#92CD97
(146,205,151)
#9FD2A3
(159,210,163)
#ACD7AF
(172,215,175)
#B9DCBB
(185,220,187)
#C6E1C7
(198,225,199)
#D3E6D3
(211,230,211)
#E0EBDF
(224,235,223)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BBE73 color. Also use rgb(107,190,115) instead hex code.

Text Font Color

.myTextColor { color: #6BBE73; }

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

This text font color is #6BBE73.

Background Color

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

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

This div background color is #6BBE73.

Border color

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

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

This div border color is #6BBE73.

Opacity

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

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

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

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

This text has shadow with #6BBE73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BBE73.

Preview

Color preview on black background

This text has color #6BBE73 on black background.


Color preview on white background

This text has color #6BBE73 on white background.


Black color preview on #6BBE73 background

This text has black color on #6BBE73 background.


White color preview on #6BBE73 background

This text has white color on #6BBE73 background.


Related colors

Complementary color

Complementary color for #hex is #94418C.


I love getcolorcode.com

Triadic colors

1 #736BBE and #BE736B with #6BBE73 are triadic colors.

2 #73BE6B and #BE6B73 with #6BBE73 are triadic colors.