COLOR #7BB056

HEX: #7BB056 RGB: (123,176,86)

Color info

#7BB056 contains mainly red and green colors. Web safe color of #7BB056 is #669966 (or #696).

RGB color model

#7BB056 color RGB value is (123,176,86).

RGB: (123,176,86) (48%, 69%, 34%)

RGB channels and saturation

R 123 of 255 = 48%
G 176 of 255 = 69%
B 86 of 255 = 34%

123
176
86

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

Portions of RGB colors in percentages

R + G + B = 123 + 176 + 86 = 385 (100%)
R 123 of 385 ~ 31.95%
G 176 of 385 ~ 45.71%
B 86 of 385 ~ 22.34'%

%31.95
%45.71
%22.34

CMYK color model

#7BB056 color CMYK value is (30,0,51,31).

  • cyan value is 30.11%
  • magenta value is 0.00%
  • yellow value is 51.14%
  • key color value is 30.98%
CMYK: (30,0,51,31) C30M0Y51K31 (30%,0%,51%,31%) (0.30/0.00/0.51/0.31) 

CMYK percentages

%30.11
%0
%51.14
%30.98

Codes

Color #7BB056 in popluar color models

7B B0 56
RGB 123 176 86
HSL 95° 36.29% 51.37%
HSB/HSV 95° 51.14% 69.02%
CMYK 30.11% 0.00% 51.14%
30.98%

Color #7BB056 in popluar number systems.

HEX 7B B0 56
Decimal 123 176 86
Binary 1111011 10110000 1010110
Octal 173 260 126

Shades and tints

Shades of #7BB056

#7BB056
(123,176,86)
#70A04F
(112,160,79)
#659048
(101,144,72)
#5A8041
(90,128,65)
#4F703A
(79,112,58)
#446033
(68,96,51)
#39502C
(57,80,44)
#2E4025
(46,64,37)
#23301E
(35,48,30)
#182017
(24,32,23)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #7BB056

#7BB056
(123,176,86)
#87B765
(135,183,101)
#93BE74
(147,190,116)
#9FC583
(159,197,131)
#ABCC92
(171,204,146)
#B7D3A1
(183,211,161)
#C3DAB0
(195,218,176)
#CFE1BF
(207,225,191)
#DBE8CE
(219,232,206)
#E7EFDD
(231,239,221)
#F3F6EC
(243,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BB056; }

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

This text font color is #7BB056.

Background Color

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

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

This div background color is #7BB056.

Border color

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

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

This div border color is #7BB056.

Opacity

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

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

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

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

This text has shadow with #7BB056 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BB056.

Preview

Color preview on black background

This text has color #7BB056 on black background.


Color preview on white background

This text has color #7BB056 on white background.


Black color preview on #7BB056 background

This text has black color on #7BB056 background.


White color preview on #7BB056 background

This text has white color on #7BB056 background.


Related colors

Complementary color

Complementary color for #hex is #844FA9.


I love getcolorcode.com

Triadic colors

1 #567BB0 and #B0567B with #7BB056 are triadic colors.

2 #56B07B and #B07B56 with #7BB056 are triadic colors.