COLOR #7CB55E

HEX: #7CB55E
RGB: (124,181,94)

Color info

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

RGB color model

#7CB55E color RGB value is (124,181,94).

  • red value is 124;
  • green value is 181;
  • blue value is 94.
RGB:
(124,181,94)
(49%,71%,37%)

RGB channels and saturation

R 124 of 255 = 49%
G 181 of 255 = 71%
B 94 of 255 = 37%

124
181
94

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

Portions of RGB colors in percentages

R + G + B =
124 + 181 + 94 = 399 (100%)
R 124 of 399 ~ 31.08%
G 181 of 399 ~ 45.36%
B 94 of 399 ~ 23.56%

%31.08
%45.36
%23.56

CMYK color model

#7CB55E color CMYK value is (31,0,48,29).

  • cyan value is 31.49%
  • magenta value is 0.00%
  • yellow value is 48.07%
  • key color value is 29.02%
CMYK:
(31,0,48,29)
C31M0Y48K29 
(31%,0%,48%,29%)
(0.31/0.00/0.48/0.29)	

CMYK percentages

%31.49
%0
%48.07
%29.02

Codes

Color #7CB55E in popluar color models

7CB55E
RGB12418194
HSL99°37.02%53.92%
HSB/HSV99°48.07%70.98%
CMYK31.49%0.00%48.07%
29.02%

Color #7CB55E in popluar number systems.

HEX7CB55E
Decimal12418194
Binary1111100101101011011110
Octal174265136

Shades and tints

Shades of #7CB55E

#7CB55E
(124,181,94)
#71A556
(113,165,86)
#66954E
(102,149,78)
#5B8546
(91,133,70)
#50753E
(80,117,62)
#456536
(69,101,54)
#3A552E
(58,85,46)
#2F4526
(47,69,38)
#24351E
(36,53,30)
#192516
(25,37,22)
#0E150E
(14,21,14)
#000000
(0,0,0)

Tints of #7CB55E

#7CB55E
(124,181,94)
#87BB6C
(135,187,108)
#92C17A
(146,193,122)
#9DC788
(157,199,136)
#A8CD96
(168,205,150)
#B3D3A4
(179,211,164)
#BED9B2
(190,217,178)
#C9DFC0
(201,223,192)
#D4E5CE
(212,229,206)
#DFEBDC
(223,235,220)
#EAF1EA
(234,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CB55E color. Also use rgb(124,181,94) instead hex code.

Text Font Color

.myTextColor { color: #7CB55E; }

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

This text font color is #7CB55E.


Background Color

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

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

This div background color is #7CB55E.


Border color

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

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

This div border color is #7CB55E.


Opacity

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

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

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

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

This text has shadow with #7CB55E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CB55E on black background.


Color preview on white background

This text has color #7CB55E on white background.



Black color preview on #7CB55E background

This text has black color on #7CB55E background.


White color preview on #7CB55E background

This text has white color on #7CB55E background.