COLOR #6BBF74

HEX: #6BBF74 RGB: (107,191,116)

Color info

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

RGB color model

#6BBF74 color RGB value is (107,191,116).

RGB: (107,191,116) (42%, 75%, 45%)

RGB channels and saturation

R 107 of 255 = 42%
G 191 of 255 = 75%
B 116 of 255 = 45%

107
191
116

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

Portions of RGB colors in percentages

R + G + B = 107 + 191 + 116 = 414 (100%)
R 107 of 414 ~ 25.85%
G 191 of 414 ~ 46.14%
B 116 of 414 ~ 28.02'%

%25.85
%46.14
%28.02

CMYK color model

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

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

CMYK percentages

%43.98
%0
%39.27
%25.1

Codes

Color #6BBF74 in popluar color models

6B BF 74
RGB 107 191 116
HSL 126° 39.62% 58.43%
HSB/HSV 126° 43.98% 74.90%
CMYK 43.98% 0.00% 39.27%
25.10%

Color #6BBF74 in popluar number systems.

HEX 6B BF 74
Decimal 107 191 116
Binary 1101011 10111111 1110100
Octal 153 277 164

Shades and tints

Shades of #6BBF74

#6BBF74
(107,191,116)
#62AE6A
(98,174,106)
#599D60
(89,157,96)
#508C56
(80,140,86)
#477B4C
(71,123,76)
#3E6A42
(62,106,66)
#355938
(53,89,56)
#2C482E
(44,72,46)
#233724
(35,55,36)
#1A261A
(26,38,26)
#111510
(17,21,16)
#000000
(0,0,0)

Tints of #6BBF74

#6BBF74
(107,191,116)
#78C480
(120,196,128)
#85C98C
(133,201,140)
#92CE98
(146,206,152)
#9FD3A4
(159,211,164)
#ACD8B0
(172,216,176)
#B9DDBC
(185,221,188)
#C6E2C8
(198,226,200)
#D3E7D4
(211,231,212)
#E0ECE0
(224,236,224)
#EDF1EC
(237,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BBF74 color. Also use rgb(107,191,116) instead hex code.

Text Font Color

.myTextColor { color: #6BBF74; }

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

This text font color is #6BBF74.

Background Color

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

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

This div background color is #6BBF74.

Border color

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

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

This div border color is #6BBF74.

Opacity

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

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

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

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

This text has shadow with #6BBF74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BBF74.

Preview

Color preview on black background

This text has color #6BBF74 on black background.


Color preview on white background

This text has color #6BBF74 on white background.


Black color preview on #6BBF74 background

This text has black color on #6BBF74 background.


White color preview on #6BBF74 background

This text has white color on #6BBF74 background.


Related colors

Complementary color

Complementary color for #hex is #94408B.


I love getcolorcode.com

Triadic colors

1 #746BBF and #BF746B with #6BBF74 are triadic colors.

2 #74BF6B and #BF6B74 with #6BBF74 are triadic colors.