COLOR #6BCF74

HEX: #6BCF74
RGB: (107,207,116)

Color info

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

RGB color model

#6BCF74 color RGB value is (107,207,116).

  • red value is 107;
  • green value is 207;
  • blue value is 116.
RGB:
(107,207,116)
(42%,81%,45%)

RGB channels and saturation

R 107 of 255 = 42%
G 207 of 255 = 81%
B 116 of 255 = 45%

107
207
116

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

Portions of RGB colors in percentages

R + G + B =
107 + 207 + 116 = 430 (100%)
R 107 of 430 ~ 24.88%
G 207 of 430 ~ 48.14%
B 116 of 430 ~ 26.98%

%24.88
%48.14
%26.98

CMYK color model

#6BCF74 color CMYK value is (48,0,44,19).

  • cyan value is 48.31%
  • magenta value is 0.00%
  • yellow value is 43.96%
  • key color value is 18.82%
CMYK:
(48,0,44,19)
C48M0Y44K19 
(48%,0%,44%,19%)
(0.48/0.00/0.44/0.19)	

CMYK percentages

%48.31
%0
%43.96
%18.82

Codes

Color #6BCF74 in popluar color models

6BCF74
RGB107207116
HSL125°51.02%61.57%
HSB/HSV125°48.31%81.18%
CMYK48.31%0.00%43.96%
18.82%

Color #6BCF74 in popluar number systems.

HEX6BCF74
Decimal107207116
Binary1101011110011111110100
Octal153317164

Shades and tints

Shades of #6BCF74

#6BCF74
(107,207,116)
#62BD6A
(98,189,106)
#59AB60
(89,171,96)
#509956
(80,153,86)
#47874C
(71,135,76)
#3E7542
(62,117,66)
#356338
(53,99,56)
#2C512E
(44,81,46)
#233F24
(35,63,36)
#1A2D1A
(26,45,26)
#111B10
(17,27,16)
#000000
(0,0,0)

Tints of #6BCF74

#6BCF74
(107,207,116)
#78D380
(120,211,128)
#85D78C
(133,215,140)
#92DB98
(146,219,152)
#9FDFA4
(159,223,164)
#ACE3B0
(172,227,176)
#B9E7BC
(185,231,188)
#C6EBC8
(198,235,200)
#D3EFD4
(211,239,212)
#E0F3E0
(224,243,224)
#EDF7EC
(237,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BCF74; }

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

This text font color is #6BCF74.


Background Color

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

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

This div background color is #6BCF74.


Border color

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

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

This div border color is #6BCF74.


Opacity

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

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

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

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

This text has shadow with #6BCF74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BCF74 on black background.


Color preview on white background

This text has color #6BCF74 on white background.



Black color preview on #6BCF74 background

This text has black color on #6BCF74 background.


White color preview on #6BCF74 background

This text has white color on #6BCF74 background.