COLOR #7BBB4D

HEX: #7BBB4D RGB: (123,187,77)

Color info

#7BBB4D contains mainly green color. Web safe color of #7BBB4D is #66CC33 (or #6C3).

RGB color model

#7BBB4D color RGB value is (123,187,77).

RGB: (123,187,77) (48%, 73%, 30%)

RGB channels and saturation

R 123 of 255 = 48%
G 187 of 255 = 73%
B 77 of 255 = 30%

123
187
77

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

Portions of RGB colors in percentages

R + G + B = 123 + 187 + 77 = 387 (100%)
R 123 of 387 ~ 31.78%
G 187 of 387 ~ 48.32%
B 77 of 387 ~ 19.9'%

%31.78
%48.32
%19.9

CMYK color model

#7BBB4D color CMYK value is (34,0,59,27).

  • cyan value is 34.22%
  • magenta value is 0.00%
  • yellow value is 58.82%
  • key color value is 26.67%

CMYK: (34,0,59,27)
C34M0Y59K27 (34%, 0%, 59%, 27%)
(0.34 / 0.00 / 0.59 / 0.27)

CMYK percentages

%34.22
%0
%58.82
%26.67

Codes

Color #7BBB4D in popluar color models

7B BB 4D
RGB 123 187 77
HSL 95° 44.72% 51.76%
HSB/HSV 95° 58.82% 73.33%
CMYK 34.22% 0.00% 58.82%
26.67%

Color #7BBB4D in popluar number systems.

HEX 7B BB 4D
Decimal 123 187 77
Binary 1111011 10111011 1001101
Octal 173 273 115

Shades and tints

Shades of #7BBB4D

#7BBB4D
(123,187,77)
#70AA46
(112,170,70)
#65993F
(101,153,63)
#5A8838
(90,136,56)
#4F7731
(79,119,49)
#44662A
(68,102,42)
#395523
(57,85,35)
#2E441C
(46,68,28)
#233315
(35,51,21)
#18220E
(24,34,14)
#0D1107
(13,17,7)
#000000
(0,0,0)

Tints of #7BBB4D

#7BBB4D
(123,187,77)
#87C15D
(135,193,93)
#93C76D
(147,199,109)
#9FCD7D
(159,205,125)
#ABD38D
(171,211,141)
#B7D99D
(183,217,157)
#C3DFAD
(195,223,173)
#CFE5BD
(207,229,189)
#DBEBCD
(219,235,205)
#E7F1DD
(231,241,221)
#F3F7ED
(243,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BBB4D; }

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

This text font color is #7BBB4D.

Background Color

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

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

This div background color is #7BBB4D.

Border color

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

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

This div border color is #7BBB4D.

Opacity

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

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

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

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

This text has shadow with #7BBB4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BBB4D.

Preview

Color preview on black background

This text has color #7BBB4D on black background.


Color preview on white background

This text has color #7BBB4D on white background.


Black color preview on #7BBB4D background

This text has black color on #7BBB4D background.


White color preview on #7BBB4D background

This text has white color on #7BBB4D background.


Related colors

Complementary color

Complementary color for #hex is #8444B2.


I love getcolorcode.com

Triadic colors

1 #4D7BBB and #BB4D7B with #7BBB4D are triadic colors.

2 #4DBB7B and #BB7B4D with #7BBB4D are triadic colors.