COLOR #7BBD7B

HEX: #7BBD7B
RGB: (123,189,123)

Color info

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

RGB color model

#7BBD7B color RGB value is (123,189,123).

  • red value is 123;
  • green value is 189;
  • blue value is 123.
RGB:
(123,189,123)
(48%,74%,48%)

RGB channels and saturation

R 123 of 255 = 48%
G 189 of 255 = 74%
B 123 of 255 = 48%

123
189
123

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

Portions of RGB colors in percentages

R + G + B =
123 + 189 + 123 = 435 (100%)
R 123 of 435 ~ 28.28%
G 189 of 435 ~ 43.45%
B 123 of 435 ~ 28.28%

%28.28
%43.45
%28.28

CMYK color model

#7BBD7B color CMYK value is (35,0,35,26).

  • cyan value is 34.92%
  • magenta value is 0.00%
  • yellow value is 34.92%
  • key color value is 25.88%
CMYK:
(35,0,35,26)
C35M0Y35K26 
(35%,0%,35%,26%)
(0.35/0.00/0.35/0.26)	

CMYK percentages

%34.92
%0
%34.92
%25.88

Codes

Color #7BBD7B in popluar color models

7BBD7B
RGB123189123
HSL120°33.33%61.18%
HSB/HSV120°34.92%74.12%
CMYK34.92%0.00%34.92%
25.88%

Color #7BBD7B in popluar number systems.

HEX7BBD7B
Decimal123189123
Binary1111011101111011111011
Octal173275173

Shades and tints

Shades of #7BBD7B

#7BBD7B
(123,189,123)
#70AC70
(112,172,112)
#659B65
(101,155,101)
#5A8A5A
(90,138,90)
#4F794F
(79,121,79)
#446844
(68,104,68)
#395739
(57,87,57)
#2E462E
(46,70,46)
#233523
(35,53,35)
#182418
(24,36,24)
#0D130D
(13,19,13)
#000000
(0,0,0)

Tints of #7BBD7B

#7BBD7B
(123,189,123)
#87C387
(135,195,135)
#93C993
(147,201,147)
#9FCF9F
(159,207,159)
#ABD5AB
(171,213,171)
#B7DBB7
(183,219,183)
#C3E1C3
(195,225,195)
#CFE7CF
(207,231,207)
#DBEDDB
(219,237,219)
#E7F3E7
(231,243,231)
#F3F9F3
(243,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BBD7B; }

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

This text font color is #7BBD7B.


Background Color

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

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

This div background color is #7BBD7B.


Border color

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

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

This div border color is #7BBD7B.


Opacity

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

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

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

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

This text has shadow with #7BBD7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BBD7B on black background.


Color preview on white background

This text has color #7BBD7B on white background.



Black color preview on #7BBD7B background

This text has black color on #7BBD7B background.


White color preview on #7BBD7B background

This text has white color on #7BBD7B background.