COLOR #7BC268

HEX: #7BC268
RGB: (123,194,104)

Color info

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

RGB color model

#7BC268 color RGB value is (123,194,104).

  • red value is 123;
  • green value is 194;
  • blue value is 104.
RGB:
(123,194,104)
(48%,76%,41%)

RGB channels and saturation

R 123 of 255 = 48%
G 194 of 255 = 76%
B 104 of 255 = 41%

123
194
104

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

Portions of RGB colors in percentages

R + G + B =
123 + 194 + 104 = 421 (100%)
R 123 of 421 ~ 29.22%
G 194 of 421 ~ 46.08%
B 104 of 421 ~ 24.7%

%29.22
%46.08
%24.7

CMYK color model

#7BC268 color CMYK value is (37,0,46,24).

  • cyan value is 36.60%
  • magenta value is 0.00%
  • yellow value is 46.39%
  • key color value is 23.92%
CMYK:
(37,0,46,24)
C37M0Y46K24 
(37%,0%,46%,24%)
(0.37/0.00/0.46/0.24)	

CMYK percentages

%36.6
%0
%46.39
%23.92

Codes

Color #7BC268 in popluar color models

7BC268
RGB123194104
HSL107°42.45%58.43%
HSB/HSV107°46.39%76.08%
CMYK36.60%0.00%46.39%
23.92%

Color #7BC268 in popluar number systems.

HEX7BC268
Decimal123194104
Binary1111011110000101101000
Octal173302150

Shades and tints

Shades of #7BC268

#7BC268
(123,194,104)
#70B15F
(112,177,95)
#65A056
(101,160,86)
#5A8F4D
(90,143,77)
#4F7E44
(79,126,68)
#446D3B
(68,109,59)
#395C32
(57,92,50)
#2E4B29
(46,75,41)
#233A20
(35,58,32)
#182917
(24,41,23)
#0D180E
(13,24,14)
#000000
(0,0,0)

Tints of #7BC268

#7BC268
(123,194,104)
#87C775
(135,199,117)
#93CC82
(147,204,130)
#9FD18F
(159,209,143)
#ABD69C
(171,214,156)
#B7DBA9
(183,219,169)
#C3E0B6
(195,224,182)
#CFE5C3
(207,229,195)
#DBEAD0
(219,234,208)
#E7EFDD
(231,239,221)
#F3F4EA
(243,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BC268; }

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

This text font color is #7BC268.


Background Color

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

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

This div background color is #7BC268.


Border color

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

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

This div border color is #7BC268.


Opacity

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

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

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

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

This text has shadow with #7BC268 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BC268 on black background.


Color preview on white background

This text has color #7BC268 on white background.



Black color preview on #7BC268 background

This text has black color on #7BC268 background.


White color preview on #7BC268 background

This text has white color on #7BC268 background.