COLOR #7CBE74

HEX: #7CBE74
RGB: (124,190,116)

Color info

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

RGB color model

#7CBE74 color RGB value is (124,190,116).

  • red value is 124;
  • green value is 190;
  • blue value is 116.
RGB:
(124,190,116)
(49%,75%,45%)

RGB channels and saturation

R 124 of 255 = 49%
G 190 of 255 = 75%
B 116 of 255 = 45%

124
190
116

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

Portions of RGB colors in percentages

R + G + B =
124 + 190 + 116 = 430 (100%)
R 124 of 430 ~ 28.84%
G 190 of 430 ~ 44.19%
B 116 of 430 ~ 26.98%

%28.84
%44.19
%26.98

CMYK color model

#7CBE74 color CMYK value is (35,0,39,25).

  • cyan value is 34.74%
  • magenta value is 0.00%
  • yellow value is 38.95%
  • key color value is 25.49%
CMYK:
(35,0,39,25)
C35M0Y39K25 
(35%,0%,39%,25%)
(0.35/0.00/0.39/0.25)	

CMYK percentages

%34.74
%0
%38.95
%25.49

Codes

Color #7CBE74 in popluar color models

7CBE74
RGB124190116
HSL114°36.27%60.00%
HSB/HSV114°38.95%74.51%
CMYK34.74%0.00%38.95%
25.49%

Color #7CBE74 in popluar number systems.

HEX7CBE74
Decimal124190116
Binary1111100101111101110100
Octal174276164

Shades and tints

Shades of #7CBE74

#7CBE74
(124,190,116)
#71AD6A
(113,173,106)
#669C60
(102,156,96)
#5B8B56
(91,139,86)
#507A4C
(80,122,76)
#456942
(69,105,66)
#3A5838
(58,88,56)
#2F472E
(47,71,46)
#243624
(36,54,36)
#19251A
(25,37,26)
#0E1410
(14,20,16)
#000000
(0,0,0)

Tints of #7CBE74

#7CBE74
(124,190,116)
#87C380
(135,195,128)
#92C88C
(146,200,140)
#9DCD98
(157,205,152)
#A8D2A4
(168,210,164)
#B3D7B0
(179,215,176)
#BEDCBC
(190,220,188)
#C9E1C8
(201,225,200)
#D4E6D4
(212,230,212)
#DFEBE0
(223,235,224)
#EAF0EC
(234,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CBE74 color. Also use rgb(124,190,116) instead hex code.

Text Font Color

.myTextColor { color: #7CBE74; }

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

This text font color is #7CBE74.


Background Color

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

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

This div background color is #7CBE74.


Border color

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

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

This div border color is #7CBE74.


Opacity

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

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

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

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

This text has shadow with #7CBE74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CBE74 on black background.


Color preview on white background

This text has color #7CBE74 on white background.



Black color preview on #7CBE74 background

This text has black color on #7CBE74 background.


White color preview on #7CBE74 background

This text has white color on #7CBE74 background.