COLOR #7BC468

HEX: #7BC468
RGB: (123,196,104)

Color info

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

RGB color model

#7BC468 color RGB value is (123,196,104).

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

RGB channels and saturation

R 123 of 255 = 48%
G 196 of 255 = 77%
B 104 of 255 = 41%

123
196
104

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

Portions of RGB colors in percentages

R + G + B =
123 + 196 + 104 = 423 (100%)
R 123 of 423 ~ 29.08%
G 196 of 423 ~ 46.34%
B 104 of 423 ~ 24.59%

%29.08
%46.34
%24.59

CMYK color model

#7BC468 color CMYK value is (37,0,47,23).

  • cyan value is 37.24%
  • magenta value is 0.00%
  • yellow value is 46.94%
  • key color value is 23.14%
CMYK:
(37,0,47,23)
C37M0Y47K23 
(37%,0%,47%,23%)
(0.37/0.00/0.47/0.23)	

CMYK percentages

%37.24
%0
%46.94
%23.14

Codes

Color #7BC468 in popluar color models

7BC468
RGB123196104
HSL108°43.81%58.82%
HSB/HSV108°46.94%76.86%
CMYK37.24%0.00%46.94%
23.14%

Color #7BC468 in popluar number systems.

HEX7BC468
Decimal123196104
Binary1111011110001001101000
Octal173304150

Shades and tints

Shades of #7BC468

#7BC468
(123,196,104)
#70B35F
(112,179,95)
#65A256
(101,162,86)
#5A914D
(90,145,77)
#4F8044
(79,128,68)
#446F3B
(68,111,59)
#395E32
(57,94,50)
#2E4D29
(46,77,41)
#233C20
(35,60,32)
#182B17
(24,43,23)
#0D1A0E
(13,26,14)
#000000
(0,0,0)

Tints of #7BC468

#7BC468
(123,196,104)
#87C975
(135,201,117)
#93CE82
(147,206,130)
#9FD38F
(159,211,143)
#ABD89C
(171,216,156)
#B7DDA9
(183,221,169)
#C3E2B6
(195,226,182)
#CFE7C3
(207,231,195)
#DBECD0
(219,236,208)
#E7F1DD
(231,241,221)
#F3F6EA
(243,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BC468; }

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

This text font color is #7BC468.


Background Color

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

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

This div background color is #7BC468.


Border color

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

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

This div border color is #7BC468.


Opacity

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

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

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

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

This text has shadow with #7BC468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BC468 on black background.


Color preview on white background

This text has color #7BC468 on white background.



Black color preview on #7BC468 background

This text has black color on #7BC468 background.


White color preview on #7BC468 background

This text has white color on #7BC468 background.