COLOR #7BD67D

HEX: #7BD67D
RGB: (123,214,125)

Color info

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

RGB color model

#7BD67D color RGB value is (123,214,125).

  • red value is 123;
  • green value is 214;
  • blue value is 125.
RGB:
(123,214,125)
(48%,84%,49%)

RGB channels and saturation

R 123 of 255 = 48%
G 214 of 255 = 84%
B 125 of 255 = 49%

123
214
125

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

Portions of RGB colors in percentages

R + G + B =
123 + 214 + 125 = 462 (100%)
R 123 of 462 ~ 26.62%
G 214 of 462 ~ 46.32%
B 125 of 462 ~ 27.06%

%26.62
%46.32
%27.06

CMYK color model

#7BD67D color CMYK value is (43,0,42,16).

  • cyan value is 42.52%
  • magenta value is 0.00%
  • yellow value is 41.59%
  • key color value is 16.08%
CMYK:
(43,0,42,16)
C43M0Y42K16 
(43%,0%,42%,16%)
(0.43/0.00/0.42/0.16)	

CMYK percentages

%42.52
%0
%41.59
%16.08

Codes

Color #7BD67D in popluar color models

7BD67D
RGB123214125
HSL121°52.60%66.08%
HSB/HSV121°42.52%83.92%
CMYK42.52%0.00%41.59%
16.08%

Color #7BD67D in popluar number systems.

HEX7BD67D
Decimal123214125
Binary1111011110101101111101
Octal173326175

Shades and tints

Shades of #7BD67D

#7BD67D
(123,214,125)
#70C372
(112,195,114)
#65B067
(101,176,103)
#5A9D5C
(90,157,92)
#4F8A51
(79,138,81)
#447746
(68,119,70)
#39643B
(57,100,59)
#2E5130
(46,81,48)
#233E25
(35,62,37)
#182B1A
(24,43,26)
#0D180F
(13,24,15)
#000000
(0,0,0)

Tints of #7BD67D

#7BD67D
(123,214,125)
#87D988
(135,217,136)
#93DC93
(147,220,147)
#9FDF9E
(159,223,158)
#ABE2A9
(171,226,169)
#B7E5B4
(183,229,180)
#C3E8BF
(195,232,191)
#CFEBCA
(207,235,202)
#DBEED5
(219,238,213)
#E7F1E0
(231,241,224)
#F3F4EB
(243,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BD67D color. Also use rgb(123,214,125) instead hex code.

Text Font Color

.myTextColor { color: #7BD67D; }

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

This text font color is #7BD67D.


Background Color

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

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

This div background color is #7BD67D.


Border color

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

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

This div border color is #7BD67D.


Opacity

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

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

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

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

This text has shadow with #7BD67D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BD67D on black background.


Color preview on white background

This text has color #7BD67D on white background.



Black color preview on #7BD67D background

This text has black color on #7BD67D background.


White color preview on #7BD67D background

This text has white color on #7BD67D background.