COLOR #7BC556

HEX: #7BC556 RGB: (123,197,86)

Color info

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

RGB color model

#7BC556 color RGB value is (123,197,86).

RGB: (123,197,86) (48%, 77%, 34%)

RGB channels and saturation

R 123 of 255 = 48%
G 197 of 255 = 77%
B 86 of 255 = 34%

123
197
86

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

Portions of RGB colors in percentages

R + G + B = 123 + 197 + 86 = 406 (100%)
R 123 of 406 ~ 30.3%
G 197 of 406 ~ 48.52%
B 86 of 406 ~ 21.18'%

%30.3
%48.52
%21.18

CMYK color model

#7BC556 color CMYK value is (38,0,56,23).

  • cyan value is 37.56%
  • magenta value is 0.00%
  • yellow value is 56.35%
  • key color value is 22.75%

CMYK: (38,0,56,23)
C38M0Y56K23 (38%, 0%, 56%, 23%)
(0.38 / 0.00 / 0.56 / 0.23)

CMYK percentages

%37.56
%0
%56.35
%22.75

Codes

Color #7BC556 in popluar color models

7B C5 56
RGB 123 197 86
HSL 100° 48.90% 55.49%
HSB/HSV 100° 56.35% 77.25%
CMYK 37.56% 0.00% 56.35%
22.75%

Color #7BC556 in popluar number systems.

HEX 7B C5 56
Decimal 123 197 86
Binary 1111011 11000101 1010110
Octal 173 305 126

Shades and tints

Shades of #7BC556

#7BC556
(123,197,86)
#70B44F
(112,180,79)
#65A348
(101,163,72)
#5A9241
(90,146,65)
#4F813A
(79,129,58)
#447033
(68,112,51)
#395F2C
(57,95,44)
#2E4E25
(46,78,37)
#233D1E
(35,61,30)
#182C17
(24,44,23)
#0D1B10
(13,27,16)
#000000
(0,0,0)

Tints of #7BC556

#7BC556
(123,197,86)
#87CA65
(135,202,101)
#93CF74
(147,207,116)
#9FD483
(159,212,131)
#ABD992
(171,217,146)
#B7DEA1
(183,222,161)
#C3E3B0
(195,227,176)
#CFE8BF
(207,232,191)
#DBEDCE
(219,237,206)
#E7F2DD
(231,242,221)
#F3F7EC
(243,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BC556 color. Also use rgb(123,197,86) instead hex code.

Text Font Color

.myTextColor { color: #7BC556; }

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

This text font color is #7BC556.

Background Color

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

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

This div background color is #7BC556.

Border color

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

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

This div border color is #7BC556.

Opacity

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

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

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

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

This text has shadow with #7BC556 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BC556.

Preview

Color preview on black background

This text has color #7BC556 on black background.


Color preview on white background

This text has color #7BC556 on white background.


Black color preview on #7BC556 background

This text has black color on #7BC556 background.


White color preview on #7BC556 background

This text has white color on #7BC556 background.


Related colors

Complementary color

Complementary color for #hex is #843AA9.


I love getcolorcode.com

Triadic colors

1 #567BC5 and #C5567B with #7BC556 are triadic colors.

2 #56C57B and #C57B56 with #7BC556 are triadic colors.