COLOR #7CB87F

HEX: #7CB87F
RGB: (124,184,127)

Color info

#7CB87F contains mainly green and blue colors. Web safe color of #7CB87F is #66CC66 (or #6C6).

RGB color model

#7CB87F color RGB value is (124,184,127).

  • red value is 124;
  • green value is 184;
  • blue value is 127.
RGB:
(124,184,127)
(49%,72%,50%)

RGB channels and saturation

R 124 of 255 = 49%
G 184 of 255 = 72%
B 127 of 255 = 50%

124
184
127

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

Portions of RGB colors in percentages

R + G + B =
124 + 184 + 127 = 435 (100%)
R 124 of 435 ~ 28.51%
G 184 of 435 ~ 42.3%
B 127 of 435 ~ 29.2%

%28.51
%42.3
%29.2

CMYK color model

#7CB87F color CMYK value is (33,0,31,28).

  • cyan value is 32.61%
  • magenta value is 0.00%
  • yellow value is 30.98%
  • key color value is 27.84%
CMYK:
(33,0,31,28)
C33M0Y31K28 
(33%,0%,31%,28%)
(0.33/0.00/0.31/0.28)	

CMYK percentages

%32.61
%0
%30.98
%27.84

Codes

Color #7CB87F in popluar color models

7CB87F
RGB124184127
HSL123°29.70%60.39%
HSB/HSV123°32.61%72.16%
CMYK32.61%0.00%30.98%
27.84%

Color #7CB87F in popluar number systems.

HEX7CB87F
Decimal124184127
Binary1111100101110001111111
Octal174270177

Shades and tints

Shades of #7CB87F

#7CB87F
(124,184,127)
#71A874
(113,168,116)
#669869
(102,152,105)
#5B885E
(91,136,94)
#507853
(80,120,83)
#456848
(69,104,72)
#3A583D
(58,88,61)
#2F4832
(47,72,50)
#243827
(36,56,39)
#19281C
(25,40,28)
#0E1811
(14,24,17)
#000000
(0,0,0)

Tints of #7CB87F

#7CB87F
(124,184,127)
#87BE8A
(135,190,138)
#92C495
(146,196,149)
#9DCAA0
(157,202,160)
#A8D0AB
(168,208,171)
#B3D6B6
(179,214,182)
#BEDCC1
(190,220,193)
#C9E2CC
(201,226,204)
#D4E8D7
(212,232,215)
#DFEEE2
(223,238,226)
#EAF4ED
(234,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CB87F color. Also use rgb(124,184,127) instead hex code.

Text Font Color

.myTextColor { color: #7CB87F; }

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

This text font color is #7CB87F.


Background Color

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

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

This div background color is #7CB87F.


Border color

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

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

This div border color is #7CB87F.


Opacity

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

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

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

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

This text has shadow with #7CB87F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CB87F on black background.


Color preview on white background

This text has color #7CB87F on white background.



Black color preview on #7CB87F background

This text has black color on #7CB87F background.


White color preview on #7CB87F background

This text has white color on #7CB87F background.