COLOR #7BCB4C

HEX: #7BCB4C RGB: (123,203,76)

Color info

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

RGB color model

#7BCB4C color RGB value is (123,203,76).

RGB: (123,203,76) (48%, 80%, 30%)

RGB channels and saturation

R 123 of 255 = 48%
G 203 of 255 = 80%
B 76 of 255 = 30%

123
203
76

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

Portions of RGB colors in percentages

R + G + B = 123 + 203 + 76 = 402 (100%)
R 123 of 402 ~ 30.6%
G 203 of 402 ~ 50.5%
B 76 of 402 ~ 18.91'%

%30.6
%50.5
%18.91

CMYK color model

#7BCB4C color CMYK value is (39,0,63,20).

  • cyan value is 39.41%
  • magenta value is 0.00%
  • yellow value is 62.56%
  • key color value is 20.39%

CMYK: (39,0,63,20)
C39M0Y63K20 (39%, 0%, 63%, 20%)
(0.39 / 0.00 / 0.63 / 0.20)

CMYK percentages

%39.41
%0
%62.56
%20.39

Codes

Color #7BCB4C in popluar color models

7B CB 4C
RGB 123 203 76
HSL 98° 54.98% 54.71%
HSB/HSV 98° 62.56% 79.61%
CMYK 39.41% 0.00% 62.56%
20.39%

Color #7BCB4C in popluar number systems.

HEX 7B CB 4C
Decimal 123 203 76
Binary 1111011 11001011 1001100
Octal 173 313 114

Shades and tints

Shades of #7BCB4C

#7BCB4C
(123,203,76)
#70B946
(112,185,70)
#65A740
(101,167,64)
#5A953A
(90,149,58)
#4F8334
(79,131,52)
#44712E
(68,113,46)
#395F28
(57,95,40)
#2E4D22
(46,77,34)
#233B1C
(35,59,28)
#182916
(24,41,22)
#0D1710
(13,23,16)
#000000
(0,0,0)

Tints of #7BCB4C

#7BCB4C
(123,203,76)
#87CF5C
(135,207,92)
#93D36C
(147,211,108)
#9FD77C
(159,215,124)
#ABDB8C
(171,219,140)
#B7DF9C
(183,223,156)
#C3E3AC
(195,227,172)
#CFE7BC
(207,231,188)
#DBEBCC
(219,235,204)
#E7EFDC
(231,239,220)
#F3F3EC
(243,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BCB4C; }

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

This text font color is #7BCB4C.

Background Color

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

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

This div background color is #7BCB4C.

Border color

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

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

This div border color is #7BCB4C.

Opacity

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

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

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

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

This text has shadow with #7BCB4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BCB4C.

Preview

Color preview on black background

This text has color #7BCB4C on black background.


Color preview on white background

This text has color #7BCB4C on white background.


Black color preview on #7BCB4C background

This text has black color on #7BCB4C background.


White color preview on #7BCB4C background

This text has white color on #7BCB4C background.


Related colors

Complementary color

Complementary color for #hex is #8434B3.


I love getcolorcode.com

Triadic colors

1 #4C7BCB and #CB4C7B with #7BCB4C are triadic colors.

2 #4CCB7B and #CB7B4C with #7BCB4C are triadic colors.