COLOR #7CA955

HEX: #7CA955 RGB: (124,169,85)

Color info

#7CA955 contains mainly red and green colors. Web safe color of #7CA955 is #669966 (or #696).

RGB color model

#7CA955 color RGB value is (124,169,85).

RGB: (124,169,85) (49%, 66%, 33%)

RGB channels and saturation

R 124 of 255 = 49%
G 169 of 255 = 66%
B 85 of 255 = 33%

124
169
85

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

Portions of RGB colors in percentages

R + G + B = 124 + 169 + 85 = 378 (100%)
R 124 of 378 ~ 32.8%
G 169 of 378 ~ 44.71%
B 85 of 378 ~ 22.49'%

%32.8
%44.71
%22.49

CMYK color model

#7CA955 color CMYK value is (27,0,50,34).

  • cyan value is 26.63%
  • magenta value is 0.00%
  • yellow value is 49.70%
  • key color value is 33.73%

CMYK: (27,0,50,34)
C27M0Y50K34 (27%, 0%, 50%, 34%)
(0.27 / 0.00 / 0.50 / 0.34)

CMYK percentages

%26.63
%0
%49.7
%33.73

Codes

Color #7CA955 in popluar color models

7C A9 55
RGB 124 169 85
HSL 92° 33.07% 49.80%
HSB/HSV 92° 49.70% 66.27%
CMYK 26.63% 0.00% 49.70%
33.73%

Color #7CA955 in popluar number systems.

HEX 7C A9 55
Decimal 124 169 85
Binary 1111100 10101001 1010101
Octal 174 251 125

Shades and tints

Shades of #7CA955

#7CA955
(124,169,85)
#719A4E
(113,154,78)
#668B47
(102,139,71)
#5B7C40
(91,124,64)
#506D39
(80,109,57)
#455E32
(69,94,50)
#3A4F2B
(58,79,43)
#2F4024
(47,64,36)
#24311D
(36,49,29)
#192216
(25,34,22)
#0E130F
(14,19,15)
#000000
(0,0,0)

Tints of #7CA955

#7CA955
(124,169,85)
#87B064
(135,176,100)
#92B773
(146,183,115)
#9DBE82
(157,190,130)
#A8C591
(168,197,145)
#B3CCA0
(179,204,160)
#BED3AF
(190,211,175)
#C9DABE
(201,218,190)
#D4E1CD
(212,225,205)
#DFE8DC
(223,232,220)
#EAEFEB
(234,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CA955; }

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

This text font color is #7CA955.

Background Color

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

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

This div background color is #7CA955.

Border color

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

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

This div border color is #7CA955.

Opacity

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

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

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

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

This text has shadow with #7CA955 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CA955.

Preview

Color preview on black background

This text has color #7CA955 on black background.


Color preview on white background

This text has color #7CA955 on white background.


Black color preview on #7CA955 background

This text has black color on #7CA955 background.


White color preview on #7CA955 background

This text has white color on #7CA955 background.


Related colors

Complementary color

Complementary color for #hex is #8356AA.


I love getcolorcode.com

Triadic colors

1 #557CA9 and #A9557C with #7CA955 are triadic colors.

2 #55A97C and #A97C55 with #7CA955 are triadic colors.