COLOR #7CA978

HEX: #7CA978
RGB: (124,169,120)

Color info

#7CA978 contains red, green and blue colors in about the same proportion. Web safe color of #7CA978 is #669966 (or #696).

RGB color model

#7CA978 color RGB value is (124,169,120).

  • red value is 124;
  • green value is 169;
  • blue value is 120.
RGB:
(124,169,120)
(49%,66%,47%)

RGB channels and saturation

R 124 of 255 = 49%
G 169 of 255 = 66%
B 120 of 255 = 47%

124
169
120

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

Portions of RGB colors in percentages

R + G + B =
124 + 169 + 120 = 413 (100%)
R 124 of 413 ~ 30.02%
G 169 of 413 ~ 40.92%
B 120 of 413 ~ 29.06%

%30.02
%40.92
%29.06

CMYK color model

#7CA978 color CMYK value is (27,0,29,34).

  • cyan value is 26.63%
  • magenta value is 0.00%
  • yellow value is 28.99%
  • key color value is 33.73%
CMYK:
(27,0,29,34)
C27M0Y29K34 
(27%,0%,29%,34%)
(0.27/0.00/0.29/0.34)	

CMYK percentages

%26.63
%0
%28.99
%33.73

Codes

Color #7CA978 in popluar color models

7CA978
RGB124169120
HSL115°22.17%56.67%
HSB/HSV115°28.99%66.27%
CMYK26.63%0.00%28.99%
33.73%

Color #7CA978 in popluar number systems.

HEX7CA978
Decimal124169120
Binary1111100101010011111000
Octal174251170

Shades and tints

Shades of #7CA978

#7CA978
(124,169,120)
#719A6E
(113,154,110)
#668B64
(102,139,100)
#5B7C5A
(91,124,90)
#506D50
(80,109,80)
#455E46
(69,94,70)
#3A4F3C
(58,79,60)
#2F4032
(47,64,50)
#243128
(36,49,40)
#19221E
(25,34,30)
#0E1314
(14,19,20)
#000000
(0,0,0)

Tints of #7CA978

#7CA978
(124,169,120)
#87B084
(135,176,132)
#92B790
(146,183,144)
#9DBE9C
(157,190,156)
#A8C5A8
(168,197,168)
#B3CCB4
(179,204,180)
#BED3C0
(190,211,192)
#C9DACC
(201,218,204)
#D4E1D8
(212,225,216)
#DFE8E4
(223,232,228)
#EAEFF0
(234,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CA978 color. Also use rgb(124,169,120) instead hex code.

Text Font Color

.myTextColor { color: #7CA978; }

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

This text font color is #7CA978.


Background Color

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

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

This div background color is #7CA978.


Border color

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

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

This div border color is #7CA978.


Opacity

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

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

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

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

This text has shadow with #7CA978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CA978 on black background.


Color preview on white background

This text has color #7CA978 on white background.



Black color preview on #7CA978 background

This text has black color on #7CA978 background.


White color preview on #7CA978 background

This text has white color on #7CA978 background.