COLOR #7BC074

HEX: #7BC074 RGB: (123,192,116)

Color info

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

RGB color model

#7BC074 color RGB value is (123,192,116).

RGB: (123,192,116) (48%, 75%, 45%)

RGB channels and saturation

R 123 of 255 = 48%
G 192 of 255 = 75%
B 116 of 255 = 45%

123
192
116

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

Portions of RGB colors in percentages

R + G + B = 123 + 192 + 116 = 431 (100%)
R 123 of 431 ~ 28.54%
G 192 of 431 ~ 44.55%
B 116 of 431 ~ 26.91'%

%28.54
%44.55
%26.91

CMYK color model

#7BC074 color CMYK value is (36,0,40,25).

  • cyan value is 35.94%
  • magenta value is 0.00%
  • yellow value is 39.58%
  • key color value is 24.71%

CMYK: (36,0,40,25)
C36M0Y40K25 (36%, 0%, 40%, 25%)
(0.36 / 0.00 / 0.40 / 0.25)

CMYK percentages

%35.94
%0
%39.58
%24.71

Codes

Color #7BC074 in popluar color models

7B C0 74
RGB 123 192 116
HSL 114° 37.62% 60.39%
HSB/HSV 114° 39.58% 75.29%
CMYK 35.94% 0.00% 39.58%
24.71%

Color #7BC074 in popluar number systems.

HEX 7B C0 74
Decimal 123 192 116
Binary 1111011 11000000 1110100
Octal 173 300 164

Shades and tints

Shades of #7BC074

#7BC074
(123,192,116)
#70AF6A
(112,175,106)
#659E60
(101,158,96)
#5A8D56
(90,141,86)
#4F7C4C
(79,124,76)
#446B42
(68,107,66)
#395A38
(57,90,56)
#2E492E
(46,73,46)
#233824
(35,56,36)
#18271A
(24,39,26)
#0D1610
(13,22,16)
#000000
(0,0,0)

Tints of #7BC074

#7BC074
(123,192,116)
#87C580
(135,197,128)
#93CA8C
(147,202,140)
#9FCF98
(159,207,152)
#ABD4A4
(171,212,164)
#B7D9B0
(183,217,176)
#C3DEBC
(195,222,188)
#CFE3C8
(207,227,200)
#DBE8D4
(219,232,212)
#E7EDE0
(231,237,224)
#F3F2EC
(243,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BC074 color. Also use rgb(123,192,116) instead hex code.

Text Font Color

.myTextColor { color: #7BC074; }

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

This text font color is #7BC074.

Background Color

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

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

This div background color is #7BC074.

Border color

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

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

This div border color is #7BC074.

Opacity

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

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

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

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

This text has shadow with #7BC074 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BC074.

Preview

Color preview on black background

This text has color #7BC074 on black background.


Color preview on white background

This text has color #7BC074 on white background.


Black color preview on #7BC074 background

This text has black color on #7BC074 background.


White color preview on #7BC074 background

This text has white color on #7BC074 background.


Related colors

Complementary color

Complementary color for #hex is #843F8B.


I love getcolorcode.com

Triadic colors

1 #747BC0 and #C0747B with #7BC074 are triadic colors.

2 #74C07B and #C07B74 with #7BC074 are triadic colors.