COLOR #7C9B45

HEX: #7C9B45
RGB: (124,155,69)

Color info

#7C9B45 contains mainly red and green colors. Web safe color of #7C9B45 is #669933 (or #693).

RGB color model

#7C9B45 color RGB value is (124,155,69).

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

RGB channels and saturation

R 124 of 255 = 49%
G 155 of 255 = 61%
B 69 of 255 = 27%

124
155
69

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

Portions of RGB colors in percentages

R + G + B =
124 + 155 + 69 = 348 (100%)
R 124 of 348 ~ 35.63%
G 155 of 348 ~ 44.54%
B 69 of 348 ~ 19.83%

%35.63
%44.54
%19.83

CMYK color model

#7C9B45 color CMYK value is (20,0,55,39).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 55.48%
  • key color value is 39.22%
CMYK:
(20,0,55,39)
C20M0Y55K39 
(20%,0%,55%,39%)
(0.20/0.00/0.55/0.39)	

CMYK percentages

%20
%0
%55.48
%39.22

Codes

Color #7C9B45 in popluar color models

7C9B45
RGB12415569
HSL82°38.39%43.92%
HSB/HSV82°55.48%60.78%
CMYK20.00%0.00%55.48%
39.22%

Color #7C9B45 in popluar number systems.

HEX7C9B45
Decimal12415569
Binary1111100100110111000101
Octal174233105

Shades and tints

Shades of #7C9B45

#7C9B45
(124,155,69)
#718D3F
(113,141,63)
#667F39
(102,127,57)
#5B7133
(91,113,51)
#50632D
(80,99,45)
#455527
(69,85,39)
#3A4721
(58,71,33)
#2F391B
(47,57,27)
#242B15
(36,43,21)
#191D0F
(25,29,15)
#0E0F09
(14,15,9)
#000000
(0,0,0)

Tints of #7C9B45

#7C9B45
(124,155,69)
#87A455
(135,164,85)
#92AD65
(146,173,101)
#9DB675
(157,182,117)
#A8BF85
(168,191,133)
#B3C895
(179,200,149)
#BED1A5
(190,209,165)
#C9DAB5
(201,218,181)
#D4E3C5
(212,227,197)
#DFECD5
(223,236,213)
#EAF5E5
(234,245,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C9B45; }

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

This text font color is #7C9B45.


Background Color

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

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

This div background color is #7C9B45.


Border color

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

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

This div border color is #7C9B45.


Opacity

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

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

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

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

This text has shadow with #7C9B45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9B45 on black background.


Color preview on white background

This text has color #7C9B45 on white background.



Black color preview on #7C9B45 background

This text has black color on #7C9B45 background.


White color preview on #7C9B45 background

This text has white color on #7C9B45 background.