COLOR #7CB86D

HEX: #7CB86D
RGB: (124,184,109)

Color info

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

RGB color model

#7CB86D color RGB value is (124,184,109).

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

RGB channels and saturation

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

124
184
109

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

Portions of RGB colors in percentages

R + G + B =
124 + 184 + 109 = 417 (100%)
R 124 of 417 ~ 29.74%
G 184 of 417 ~ 44.12%
B 109 of 417 ~ 26.14%

%29.74
%44.12
%26.14

CMYK color model

#7CB86D color CMYK value is (33,0,41,28).

  • cyan value is 32.61%
  • magenta value is 0.00%
  • yellow value is 40.76%
  • key color value is 27.84%
CMYK:
(33,0,41,28)
C33M0Y41K28 
(33%,0%,41%,28%)
(0.33/0.00/0.41/0.28)	

CMYK percentages

%32.61
%0
%40.76
%27.84

Codes

Color #7CB86D in popluar color models

7CB86D
RGB124184109
HSL108°34.56%57.45%
HSB/HSV108°40.76%72.16%
CMYK32.61%0.00%40.76%
27.84%

Color #7CB86D in popluar number systems.

HEX7CB86D
Decimal124184109
Binary1111100101110001101101
Octal174270155

Shades and tints

Shades of #7CB86D

#7CB86D
(124,184,109)
#71A864
(113,168,100)
#66985B
(102,152,91)
#5B8852
(91,136,82)
#507849
(80,120,73)
#456840
(69,104,64)
#3A5837
(58,88,55)
#2F482E
(47,72,46)
#243825
(36,56,37)
#19281C
(25,40,28)
#0E1813
(14,24,19)
#000000
(0,0,0)

Tints of #7CB86D

#7CB86D
(124,184,109)
#87BE7A
(135,190,122)
#92C487
(146,196,135)
#9DCA94
(157,202,148)
#A8D0A1
(168,208,161)
#B3D6AE
(179,214,174)
#BEDCBB
(190,220,187)
#C9E2C8
(201,226,200)
#D4E8D5
(212,232,213)
#DFEEE2
(223,238,226)
#EAF4EF
(234,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CB86D; }

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

This text font color is #7CB86D.


Background Color

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

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

This div background color is #7CB86D.


Border color

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

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

This div border color is #7CB86D.


Opacity

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

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

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

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

This text has shadow with #7CB86D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CB86D on black background.


Color preview on white background

This text has color #7CB86D on white background.



Black color preview on #7CB86D background

This text has black color on #7CB86D background.


White color preview on #7CB86D background

This text has white color on #7CB86D background.