COLOR #7BC073

HEX: #7BC073
RGB: (123,192,115)

Color info

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

RGB color model

#7BC073 color RGB value is (123,192,115).

  • red value is 123;
  • green value is 192;
  • blue value is 115.
RGB:
(123,192,115)
(48%,75%,45%)

RGB channels and saturation

R 123 of 255 = 48%
G 192 of 255 = 75%
B 115 of 255 = 45%

123
192
115

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

Portions of RGB colors in percentages

R + G + B =
123 + 192 + 115 = 430 (100%)
R 123 of 430 ~ 28.6%
G 192 of 430 ~ 44.65%
B 115 of 430 ~ 26.74%

%28.6
%44.65
%26.74

CMYK color model

#7BC073 color CMYK value is (36,0,40,25).

  • cyan value is 35.94%
  • magenta value is 0.00%
  • yellow value is 40.10%
  • key color value is 24.71%
CMYK:
(36,0,40,25)
C36M0Y40K25 
(36%,0%,40%,25%)
(0.36/0.00/0.40/0.25)	

CMYK percentages

%35.94
%0
%40.1
%24.71

Codes

Color #7BC073 in popluar color models

7BC073
RGB123192115
HSL114°37.93%60.20%
HSB/HSV114°40.10%75.29%
CMYK35.94%0.00%40.10%
24.71%

Color #7BC073 in popluar number systems.

HEX7BC073
Decimal123192115
Binary1111011110000001110011
Octal173300163

Shades and tints

Shades of #7BC073

#7BC073
(123,192,115)
#70AF69
(112,175,105)
#659E5F
(101,158,95)
#5A8D55
(90,141,85)
#4F7C4B
(79,124,75)
#446B41
(68,107,65)
#395A37
(57,90,55)
#2E492D
(46,73,45)
#233823
(35,56,35)
#182719
(24,39,25)
#0D160F
(13,22,15)
#000000
(0,0,0)

Tints of #7BC073

#7BC073
(123,192,115)
#87C57F
(135,197,127)
#93CA8B
(147,202,139)
#9FCF97
(159,207,151)
#ABD4A3
(171,212,163)
#B7D9AF
(183,217,175)
#C3DEBB
(195,222,187)
#CFE3C7
(207,227,199)
#DBE8D3
(219,232,211)
#E7EDDF
(231,237,223)
#F3F2EB
(243,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BC073 color. Also use rgb(123,192,115) instead hex code.

Text Font Color

.myTextColor { color: #7BC073; }

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

This text font color is #7BC073.


Background Color

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

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

This div background color is #7BC073.


Border color

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

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

This div border color is #7BC073.


Opacity

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

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

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

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

This text has shadow with #7BC073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BC073 on black background.


Color preview on white background

This text has color #7BC073 on white background.



Black color preview on #7BC073 background

This text has black color on #7BC073 background.


White color preview on #7BC073 background

This text has white color on #7BC073 background.