COLOR #7CB576

HEX: #7CB576
RGB: (124,181,118)

Color info

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

RGB color model

#7CB576 color RGB value is (124,181,118).

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

RGB channels and saturation

R 124 of 255 = 49%
G 181 of 255 = 71%
B 118 of 255 = 46%

124
181
118

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

Portions of RGB colors in percentages

R + G + B =
124 + 181 + 118 = 423 (100%)
R 124 of 423 ~ 29.31%
G 181 of 423 ~ 42.79%
B 118 of 423 ~ 27.9%

%29.31
%42.79
%27.9

CMYK color model

#7CB576 color CMYK value is (31,0,35,29).

  • cyan value is 31.49%
  • magenta value is 0.00%
  • yellow value is 34.81%
  • key color value is 29.02%
CMYK:
(31,0,35,29)
C31M0Y35K29 
(31%,0%,35%,29%)
(0.31/0.00/0.35/0.29)	

CMYK percentages

%31.49
%0
%34.81
%29.02

Codes

Color #7CB576 in popluar color models

7CB576
RGB124181118
HSL114°29.86%58.63%
HSB/HSV114°34.81%70.98%
CMYK31.49%0.00%34.81%
29.02%

Color #7CB576 in popluar number systems.

HEX7CB576
Decimal124181118
Binary1111100101101011110110
Octal174265166

Shades and tints

Shades of #7CB576

#7CB576
(124,181,118)
#71A56C
(113,165,108)
#669562
(102,149,98)
#5B8558
(91,133,88)
#50754E
(80,117,78)
#456544
(69,101,68)
#3A553A
(58,85,58)
#2F4530
(47,69,48)
#243526
(36,53,38)
#19251C
(25,37,28)
#0E1512
(14,21,18)
#000000
(0,0,0)

Tints of #7CB576

#7CB576
(124,181,118)
#87BB82
(135,187,130)
#92C18E
(146,193,142)
#9DC79A
(157,199,154)
#A8CDA6
(168,205,166)
#B3D3B2
(179,211,178)
#BED9BE
(190,217,190)
#C9DFCA
(201,223,202)
#D4E5D6
(212,229,214)
#DFEBE2
(223,235,226)
#EAF1EE
(234,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CB576; }

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

This text font color is #7CB576.


Background Color

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

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

This div background color is #7CB576.


Border color

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

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

This div border color is #7CB576.


Opacity

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

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

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

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

This text has shadow with #7CB576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CB576 on black background.


Color preview on white background

This text has color #7CB576 on white background.



Black color preview on #7CB576 background

This text has black color on #7CB576 background.


White color preview on #7CB576 background

This text has white color on #7CB576 background.