COLOR #7CB86E

HEX: #7CB86E
RGB: (124,184,110)

Color info

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

RGB color model

#7CB86E color RGB value is (124,184,110).

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

RGB channels and saturation

R 124 of 255 = 49%
G 184 of 255 = 72%
B 110 of 255 = 43%

124
184
110

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

Portions of RGB colors in percentages

R + G + B =
124 + 184 + 110 = 418 (100%)
R 124 of 418 ~ 29.67%
G 184 of 418 ~ 44.02%
B 110 of 418 ~ 26.32%

%29.67
%44.02
%26.32

CMYK color model

#7CB86E color CMYK value is (33,0,40,28).

  • cyan value is 32.61%
  • magenta value is 0.00%
  • yellow value is 40.22%
  • key color value is 27.84%
CMYK:
(33,0,40,28)
C33M0Y40K28 
(33%,0%,40%,28%)
(0.33/0.00/0.40/0.28)	

CMYK percentages

%32.61
%0
%40.22
%27.84

Codes

Color #7CB86E in popluar color models

7CB86E
RGB124184110
HSL109°34.26%57.65%
HSB/HSV109°40.22%72.16%
CMYK32.61%0.00%40.22%
27.84%

Color #7CB86E in popluar number systems.

HEX7CB86E
Decimal124184110
Binary1111100101110001101110
Octal174270156

Shades and tints

Shades of #7CB86E

#7CB86E
(124,184,110)
#71A864
(113,168,100)
#66985A
(102,152,90)
#5B8850
(91,136,80)
#507846
(80,120,70)
#45683C
(69,104,60)
#3A5832
(58,88,50)
#2F4828
(47,72,40)
#24381E
(36,56,30)
#192814
(25,40,20)
#0E180A
(14,24,10)
#000000
(0,0,0)

Tints of #7CB86E

#7CB86E
(124,184,110)
#87BE7B
(135,190,123)
#92C488
(146,196,136)
#9DCA95
(157,202,149)
#A8D0A2
(168,208,162)
#B3D6AF
(179,214,175)
#BEDCBC
(190,220,188)
#C9E2C9
(201,226,201)
#D4E8D6
(212,232,214)
#DFEEE3
(223,238,227)
#EAF4F0
(234,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CB86E; }

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

This text font color is #7CB86E.


Background Color

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

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

This div background color is #7CB86E.


Border color

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

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

This div border color is #7CB86E.


Opacity

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

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

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

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

This text has shadow with #7CB86E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CB86E on black background.


Color preview on white background

This text has color #7CB86E on white background.



Black color preview on #7CB86E background

This text has black color on #7CB86E background.


White color preview on #7CB86E background

This text has white color on #7CB86E background.