COLOR #7BCF72

HEX: #7BCF72
RGB: (123,207,114)

Color info

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

RGB color model

#7BCF72 color RGB value is (123,207,114).

  • red value is 123;
  • green value is 207;
  • blue value is 114.
RGB:
(123,207,114)
(48%,81%,45%)

RGB channels and saturation

R 123 of 255 = 48%
G 207 of 255 = 81%
B 114 of 255 = 45%

123
207
114

R + G + B ~ 58%. #7BCF72 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
123 + 207 + 114 = 444 (100%)
R 123 of 444 ~ 27.7%
G 207 of 444 ~ 46.62%
B 114 of 444 ~ 25.68%

%27.7
%46.62
%25.68

CMYK color model

#7BCF72 color CMYK value is (41,0,45,19).

  • cyan value is 40.58%
  • magenta value is 0.00%
  • yellow value is 44.93%
  • key color value is 18.82%
CMYK:
(41,0,45,19)
C41M0Y45K19 
(41%,0%,45%,19%)
(0.41/0.00/0.45/0.19)	

CMYK percentages

%40.58
%0
%44.93
%18.82

Codes

Color #7BCF72 in popluar color models

7BCF72
RGB123207114
HSL114°49.21%62.94%
HSB/HSV114°44.93%81.18%
CMYK40.58%0.00%44.93%
18.82%

Color #7BCF72 in popluar number systems.

HEX7BCF72
Decimal123207114
Binary1111011110011111110010
Octal173317162

Shades and tints

Shades of #7BCF72

#7BCF72
(123,207,114)
#70BD68
(112,189,104)
#65AB5E
(101,171,94)
#5A9954
(90,153,84)
#4F874A
(79,135,74)
#447540
(68,117,64)
#396336
(57,99,54)
#2E512C
(46,81,44)
#233F22
(35,63,34)
#182D18
(24,45,24)
#0D1B0E
(13,27,14)
#000000
(0,0,0)

Tints of #7BCF72

#7BCF72
(123,207,114)
#87D37E
(135,211,126)
#93D78A
(147,215,138)
#9FDB96
(159,219,150)
#ABDFA2
(171,223,162)
#B7E3AE
(183,227,174)
#C3E7BA
(195,231,186)
#CFEBC6
(207,235,198)
#DBEFD2
(219,239,210)
#E7F3DE
(231,243,222)
#F3F7EA
(243,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BCF72 color. Also use rgb(123,207,114) instead hex code.

Text Font Color

.myTextColor { color: #7BCF72; }

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

This text font color is #7BCF72.


Background Color

.myBgColor { background-color: #7BCF72; }

<div style="background-color:#7BCF72">Inner text</div>

This div background color is #7BCF72.


Border color

.myBorderColor { border: 1px solid #7BCF72; }

<div style="border:3px solid #7BCF72">Div</div>

This div border color is #7BCF72.


Opacity

.myOpacity80 { color: #7BCF72; opacity: 0.8; }

<p style="color:#7BCF72;opacity:0.8;">80%</p>

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

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

This text has shadow with #7BCF72 color.

.textShadow {text-shadow: 3px 3px 1px #7BCF72, 3px 3px 1px red;}

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

This text has shadow with #7BCF72 primary color and red secondary color.


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

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

This text has shadow with #7BCF72 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BCF72 on black background.


Color preview on white background

This text has color #7BCF72 on white background.



Black color preview on #7BCF72 background

This text has black color on #7BCF72 background.


White color preview on #7BCF72 background

This text has white color on #7BCF72 background.