COLOR #7C9B4E

HEX: #7C9B4E
RGB: (124,155,78)

Color info

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

RGB color model

#7C9B4E color RGB value is (124,155,78).

  • red value is 124;
  • green value is 155;
  • blue value is 78.
RGB:
(124,155,78)
(49%,61%,31%)

RGB channels and saturation

R 124 of 255 = 49%
G 155 of 255 = 61%
B 78 of 255 = 31%

124
155
78

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

Portions of RGB colors in percentages

R + G + B =
124 + 155 + 78 = 357 (100%)
R 124 of 357 ~ 34.73%
G 155 of 357 ~ 43.42%
B 78 of 357 ~ 21.85%

%34.73
%43.42
%21.85

CMYK color model

#7C9B4E color CMYK value is (20,0,50,39).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 49.68%
  • key color value is 39.22%
CMYK:
(20,0,50,39)
C20M0Y50K39 
(20%,0%,50%,39%)
(0.20/0.00/0.50/0.39)	

CMYK percentages

%20
%0
%49.68
%39.22

Codes

Color #7C9B4E in popluar color models

7C9B4E
RGB12415578
HSL84°33.05%45.69%
HSB/HSV84°49.68%60.78%
CMYK20.00%0.00%49.68%
39.22%

Color #7C9B4E in popluar number systems.

HEX7C9B4E
Decimal12415578
Binary1111100100110111001110
Octal174233116

Shades and tints

Shades of #7C9B4E

#7C9B4E
(124,155,78)
#718D47
(113,141,71)
#667F40
(102,127,64)
#5B7139
(91,113,57)
#506332
(80,99,50)
#45552B
(69,85,43)
#3A4724
(58,71,36)
#2F391D
(47,57,29)
#242B16
(36,43,22)
#191D0F
(25,29,15)
#0E0F08
(14,15,8)
#000000
(0,0,0)

Tints of #7C9B4E

#7C9B4E
(124,155,78)
#87A45E
(135,164,94)
#92AD6E
(146,173,110)
#9DB67E
(157,182,126)
#A8BF8E
(168,191,142)
#B3C89E
(179,200,158)
#BED1AE
(190,209,174)
#C9DABE
(201,218,190)
#D4E3CE
(212,227,206)
#DFECDE
(223,236,222)
#EAF5EE
(234,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C9B4E color. Also use rgb(124,155,78) instead hex code.

Text Font Color

.myTextColor { color: #7C9B4E; }

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

This text font color is #7C9B4E.


Background Color

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

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

This div background color is #7C9B4E.


Border color

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

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

This div border color is #7C9B4E.


Opacity

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

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

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

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

This text has shadow with #7C9B4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9B4E on black background.


Color preview on white background

This text has color #7C9B4E on white background.



Black color preview on #7C9B4E background

This text has black color on #7C9B4E background.


White color preview on #7C9B4E background

This text has white color on #7C9B4E background.