COLOR #7C9D55

HEX: #7C9D55
RGB: (124,157,85)

Color info

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

RGB color model

#7C9D55 color RGB value is (124,157,85).

  • red value is 124;
  • green value is 157;
  • blue value is 85.
RGB:
(124,157,85)
(49%,62%,33%)

RGB channels and saturation

R 124 of 255 = 49%
G 157 of 255 = 62%
B 85 of 255 = 33%

124
157
85

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

Portions of RGB colors in percentages

R + G + B =
124 + 157 + 85 = 366 (100%)
R 124 of 366 ~ 33.88%
G 157 of 366 ~ 42.9%
B 85 of 366 ~ 23.22%

%33.88
%42.9
%23.22

CMYK color model

#7C9D55 color CMYK value is (21,0,46,38).

  • cyan value is 21.02%
  • magenta value is 0.00%
  • yellow value is 45.86%
  • key color value is 38.43%
CMYK:
(21,0,46,38)
C21M0Y46K38 
(21%,0%,46%,38%)
(0.21/0.00/0.46/0.38)	

CMYK percentages

%21.02
%0
%45.86
%38.43

Codes

Color #7C9D55 in popluar color models

7C9D55
RGB12415785
HSL88°29.75%47.45%
HSB/HSV88°45.86%61.57%
CMYK21.02%0.00%45.86%
38.43%

Color #7C9D55 in popluar number systems.

HEX7C9D55
Decimal12415785
Binary1111100100111011010101
Octal174235125

Shades and tints

Shades of #7C9D55

#7C9D55
(124,157,85)
#718F4E
(113,143,78)
#668147
(102,129,71)
#5B7340
(91,115,64)
#506539
(80,101,57)
#455732
(69,87,50)
#3A492B
(58,73,43)
#2F3B24
(47,59,36)
#242D1D
(36,45,29)
#191F16
(25,31,22)
#0E110F
(14,17,15)
#000000
(0,0,0)

Tints of #7C9D55

#7C9D55
(124,157,85)
#87A564
(135,165,100)
#92AD73
(146,173,115)
#9DB582
(157,181,130)
#A8BD91
(168,189,145)
#B3C5A0
(179,197,160)
#BECDAF
(190,205,175)
#C9D5BE
(201,213,190)
#D4DDCD
(212,221,205)
#DFE5DC
(223,229,220)
#EAEDEB
(234,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C9D55; }

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

This text font color is #7C9D55.


Background Color

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

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

This div background color is #7C9D55.


Border color

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

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

This div border color is #7C9D55.


Opacity

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

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

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

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

This text has shadow with #7C9D55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9D55 on black background.


Color preview on white background

This text has color #7C9D55 on white background.



Black color preview on #7C9D55 background

This text has black color on #7C9D55 background.


White color preview on #7C9D55 background

This text has white color on #7C9D55 background.