COLOR #7CBE7D

HEX: #7CBE7D
RGB: (124,190,125)

Color info

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

RGB color model

#7CBE7D color RGB value is (124,190,125).

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

RGB channels and saturation

R 124 of 255 = 49%
G 190 of 255 = 75%
B 125 of 255 = 49%

124
190
125

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

Portions of RGB colors in percentages

R + G + B =
124 + 190 + 125 = 439 (100%)
R 124 of 439 ~ 28.25%
G 190 of 439 ~ 43.28%
B 125 of 439 ~ 28.47%

%28.25
%43.28
%28.47

CMYK color model

#7CBE7D color CMYK value is (35,0,34,25).

  • cyan value is 34.74%
  • magenta value is 0.00%
  • yellow value is 34.21%
  • key color value is 25.49%
CMYK:
(35,0,34,25)
C35M0Y34K25 
(35%,0%,34%,25%)
(0.35/0.00/0.34/0.25)	

CMYK percentages

%34.74
%0
%34.21
%25.49

Codes

Color #7CBE7D in popluar color models

7CBE7D
RGB124190125
HSL121°33.67%61.57%
HSB/HSV121°34.74%74.51%
CMYK34.74%0.00%34.21%
25.49%

Color #7CBE7D in popluar number systems.

HEX7CBE7D
Decimal124190125
Binary1111100101111101111101
Octal174276175

Shades and tints

Shades of #7CBE7D

#7CBE7D
(124,190,125)
#71AD72
(113,173,114)
#669C67
(102,156,103)
#5B8B5C
(91,139,92)
#507A51
(80,122,81)
#456946
(69,105,70)
#3A583B
(58,88,59)
#2F4730
(47,71,48)
#243625
(36,54,37)
#19251A
(25,37,26)
#0E140F
(14,20,15)
#000000
(0,0,0)

Tints of #7CBE7D

#7CBE7D
(124,190,125)
#87C388
(135,195,136)
#92C893
(146,200,147)
#9DCD9E
(157,205,158)
#A8D2A9
(168,210,169)
#B3D7B4
(179,215,180)
#BEDCBF
(190,220,191)
#C9E1CA
(201,225,202)
#D4E6D5
(212,230,213)
#DFEBE0
(223,235,224)
#EAF0EB
(234,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CBE7D; }

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

This text font color is #7CBE7D.


Background Color

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

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

This div background color is #7CBE7D.


Border color

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

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

This div border color is #7CBE7D.


Opacity

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

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

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

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

This text has shadow with #7CBE7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CBE7D on black background.


Color preview on white background

This text has color #7CBE7D on white background.



Black color preview on #7CBE7D background

This text has black color on #7CBE7D background.


White color preview on #7CBE7D background

This text has white color on #7CBE7D background.