COLOR #7BDB76

HEX: #7BDB76 RGB: (123,219,118)

Color info

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

RGB color model

#7BDB76 color RGB value is (123,219,118).

RGB: (123,219,118) (48%, 86%, 46%)

RGB channels and saturation

R 123 of 255 = 48%
G 219 of 255 = 86%
B 118 of 255 = 46%

123
219
118

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

Portions of RGB colors in percentages

R + G + B = 123 + 219 + 118 = 460 (100%)
R 123 of 460 ~ 26.74%
G 219 of 460 ~ 47.61%
B 118 of 460 ~ 25.65'%

%26.74
%47.61
%25.65

CMYK color model

#7BDB76 color CMYK value is (44,0,46,14).

  • cyan value is 43.84%
  • magenta value is 0.00%
  • yellow value is 46.12%
  • key color value is 14.12%
CMYK: (44,0,46,14) C44M0Y46K14 (44%,0%,46%,14%) (0.44/0.00/0.46/0.14) 

CMYK percentages

%43.84
%0
%46.12
%14.12

Codes

Color #7BDB76 in popluar color models

7B DB 76
RGB 123 219 118
HSL 117° 58.38% 66.08%
HSB/HSV 117° 46.12% 85.88%
CMYK 43.84% 0.00% 46.12%
14.12%

Color #7BDB76 in popluar number systems.

HEX 7B DB 76
Decimal 123 219 118
Binary 1111011 11011011 1110110
Octal 173 333 166

Shades and tints

Shades of #7BDB76

#7BDB76
(123,219,118)
#70C86C
(112,200,108)
#65B562
(101,181,98)
#5AA258
(90,162,88)
#4F8F4E
(79,143,78)
#447C44
(68,124,68)
#39693A
(57,105,58)
#2E5630
(46,86,48)
#234326
(35,67,38)
#18301C
(24,48,28)
#0D1D12
(13,29,18)
#000000
(0,0,0)

Tints of #7BDB76

#7BDB76
(123,219,118)
#87DE82
(135,222,130)
#93E18E
(147,225,142)
#9FE49A
(159,228,154)
#ABE7A6
(171,231,166)
#B7EAB2
(183,234,178)
#C3EDBE
(195,237,190)
#CFF0CA
(207,240,202)
#DBF3D6
(219,243,214)
#E7F6E2
(231,246,226)
#F3F9EE
(243,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BDB76 color. Also use rgb(123,219,118) instead hex code.

Text Font Color

.myTextColor { color: #7BDB76; }

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

This text font color is #7BDB76.

Background Color

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

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

This div background color is #7BDB76.

Border color

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

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

This div border color is #7BDB76.

Opacity

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

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

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

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

This text has shadow with #7BDB76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BDB76.

Preview

Color preview on black background

This text has color #7BDB76 on black background.


Color preview on white background

This text has color #7BDB76 on white background.


Black color preview on #7BDB76 background

This text has black color on #7BDB76 background.


White color preview on #7BDB76 background

This text has white color on #7BDB76 background.


Related colors

Complementary color

Complementary color for #hex is #842489.


I love getcolorcode.com

Triadic colors

1 #767BDB and #DB767B with #7BDB76 are triadic colors.

2 #76DB7B and #DB7B76 with #7BDB76 are triadic colors.