COLOR #7BC082

HEX: #7BC082
RGB: (123,192,130)

Color info

#7BC082 contains mainly green color. Web safe color of #7BC082 is #66CC99 (or #6C9).

RGB color model

#7BC082 color RGB value is (123,192,130).

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

RGB channels and saturation

R 123 of 255 = 48%
G 192 of 255 = 75%
B 130 of 255 = 51%

123
192
130

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

Portions of RGB colors in percentages

R + G + B =
123 + 192 + 130 = 445 (100%)
R 123 of 445 ~ 27.64%
G 192 of 445 ~ 43.15%
B 130 of 445 ~ 29.21%

%27.64
%43.15
%29.21

CMYK color model

#7BC082 color CMYK value is (36,0,32,25).

  • cyan value is 35.94%
  • magenta value is 0.00%
  • yellow value is 32.29%
  • key color value is 24.71%
CMYK:
(36,0,32,25)
C36M0Y32K25 
(36%,0%,32%,25%)
(0.36/0.00/0.32/0.25)	

CMYK percentages

%35.94
%0
%32.29
%24.71

Codes

Color #7BC082 in popluar color models

7BC082
RGB123192130
HSL126°35.38%61.76%
HSB/HSV126°35.94%75.29%
CMYK35.94%0.00%32.29%
24.71%

Color #7BC082 in popluar number systems.

HEX7BC082
Decimal123192130
Binary11110111100000010000010
Octal173300202

Shades and tints

Shades of #7BC082

#7BC082
(123,192,130)
#70AF77
(112,175,119)
#659E6C
(101,158,108)
#5A8D61
(90,141,97)
#4F7C56
(79,124,86)
#446B4B
(68,107,75)
#395A40
(57,90,64)
#2E4935
(46,73,53)
#23382A
(35,56,42)
#18271F
(24,39,31)
#0D1614
(13,22,20)
#000000
(0,0,0)

Tints of #7BC082

#7BC082
(123,192,130)
#87C58D
(135,197,141)
#93CA98
(147,202,152)
#9FCFA3
(159,207,163)
#ABD4AE
(171,212,174)
#B7D9B9
(183,217,185)
#C3DEC4
(195,222,196)
#CFE3CF
(207,227,207)
#DBE8DA
(219,232,218)
#E7EDE5
(231,237,229)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BC082; }

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

This text font color is #7BC082.


Background Color

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

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

This div background color is #7BC082.


Border color

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

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

This div border color is #7BC082.


Opacity

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

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

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

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

This text has shadow with #7BC082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BC082 on black background.


Color preview on white background

This text has color #7BC082 on white background.



Black color preview on #7BC082 background

This text has black color on #7BC082 background.


White color preview on #7BC082 background

This text has white color on #7BC082 background.