COLOR #7C924C

HEX: #7C924C
RGB: (124,146,76)

Color info

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

RGB color model

#7C924C color RGB value is (124,146,76).

  • red value is 124;
  • green value is 146;
  • blue value is 76.
RGB:
(124,146,76)
(49%,57%,30%)

RGB channels and saturation

R 124 of 255 = 49%
G 146 of 255 = 57%
B 76 of 255 = 30%

124
146
76

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

Portions of RGB colors in percentages

R + G + B =
124 + 146 + 76 = 346 (100%)
R 124 of 346 ~ 35.84%
G 146 of 346 ~ 42.2%
B 76 of 346 ~ 21.97%

%35.84
%42.2
%21.97

CMYK color model

#7C924C color CMYK value is (15,0,48,43).

  • cyan value is 15.07%
  • magenta value is 0.00%
  • yellow value is 47.95%
  • key color value is 42.75%
CMYK:
(15,0,48,43)
C15M0Y48K43 
(15%,0%,48%,43%)
(0.15/0.00/0.48/0.43)	

CMYK percentages

%15.07
%0
%47.95
%42.75

Codes

Color #7C924C in popluar color models

7C924C
RGB12414676
HSL79°31.53%43.53%
HSB/HSV79°47.95%57.25%
CMYK15.07%0.00%47.95%
42.75%

Color #7C924C in popluar number systems.

HEX7C924C
Decimal12414676
Binary1111100100100101001100
Octal174222114

Shades and tints

Shades of #7C924C

#7C924C
(124,146,76)
#718546
(113,133,70)
#667840
(102,120,64)
#5B6B3A
(91,107,58)
#505E34
(80,94,52)
#45512E
(69,81,46)
#3A4428
(58,68,40)
#2F3722
(47,55,34)
#242A1C
(36,42,28)
#191D16
(25,29,22)
#0E1010
(14,16,16)
#000000
(0,0,0)

Tints of #7C924C

#7C924C
(124,146,76)
#879B5C
(135,155,92)
#92A46C
(146,164,108)
#9DAD7C
(157,173,124)
#A8B68C
(168,182,140)
#B3BF9C
(179,191,156)
#BEC8AC
(190,200,172)
#C9D1BC
(201,209,188)
#D4DACC
(212,218,204)
#DFE3DC
(223,227,220)
#EAECEC
(234,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C924C color. Also use rgb(124,146,76) instead hex code.

Text Font Color

.myTextColor { color: #7C924C; }

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

This text font color is #7C924C.


Background Color

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

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

This div background color is #7C924C.


Border color

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

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

This div border color is #7C924C.


Opacity

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

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

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

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

This text has shadow with #7C924C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C924C on black background.


Color preview on white background

This text has color #7C924C on white background.



Black color preview on #7C924C background

This text has black color on #7C924C background.


White color preview on #7C924C background

This text has white color on #7C924C background.