COLOR #7BBE4C

HEX: #7BBE4C
RGB: (123,190,76)

Color info

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

RGB color model

#7BBE4C color RGB value is (123,190,76).

  • red value is 123;
  • green value is 190;
  • blue value is 76.
RGB:
(123,190,76)
(48%,75%,30%)

RGB channels and saturation

R 123 of 255 = 48%
G 190 of 255 = 75%
B 76 of 255 = 30%

123
190
76

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

Portions of RGB colors in percentages

R + G + B =
123 + 190 + 76 = 389 (100%)
R 123 of 389 ~ 31.62%
G 190 of 389 ~ 48.84%
B 76 of 389 ~ 19.54%

%31.62
%48.84
%19.54

CMYK color model

#7BBE4C color CMYK value is (35,0,60,25).

  • cyan value is 35.26%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 25.49%
CMYK:
(35,0,60,25)
C35M0Y60K25 
(35%,0%,60%,25%)
(0.35/0.00/0.60/0.25)	

CMYK percentages

%35.26
%0
%60
%25.49

Codes

Color #7BBE4C in popluar color models

7BBE4C
RGB12319076
HSL95°46.72%52.16%
HSB/HSV95°60.00%74.51%
CMYK35.26%0.00%60.00%
25.49%

Color #7BBE4C in popluar number systems.

HEX7BBE4C
Decimal12319076
Binary1111011101111101001100
Octal173276114

Shades and tints

Shades of #7BBE4C

#7BBE4C
(123,190,76)
#70AD46
(112,173,70)
#659C40
(101,156,64)
#5A8B3A
(90,139,58)
#4F7A34
(79,122,52)
#44692E
(68,105,46)
#395828
(57,88,40)
#2E4722
(46,71,34)
#23361C
(35,54,28)
#182516
(24,37,22)
#0D1410
(13,20,16)
#000000
(0,0,0)

Tints of #7BBE4C

#7BBE4C
(123,190,76)
#87C35C
(135,195,92)
#93C86C
(147,200,108)
#9FCD7C
(159,205,124)
#ABD28C
(171,210,140)
#B7D79C
(183,215,156)
#C3DCAC
(195,220,172)
#CFE1BC
(207,225,188)
#DBE6CC
(219,230,204)
#E7EBDC
(231,235,220)
#F3F0EC
(243,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BBE4C; }

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

This text font color is #7BBE4C.


Background Color

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

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

This div background color is #7BBE4C.


Border color

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

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

This div border color is #7BBE4C.


Opacity

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

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

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

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

This text has shadow with #7BBE4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BBE4C on black background.


Color preview on white background

This text has color #7BBE4C on white background.



Black color preview on #7BBE4C background

This text has black color on #7BBE4C background.


White color preview on #7BBE4C background

This text has white color on #7BBE4C background.