COLOR #7CB34A

HEX: #7CB34A RGB: (124,179,74)

Color info

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

RGB color model

#7CB34A color RGB value is (124,179,74).

RGB: (124,179,74) (49%, 70%, 29%)

RGB channels and saturation

R 124 of 255 = 49%
G 179 of 255 = 70%
B 74 of 255 = 29%

124
179
74

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

Portions of RGB colors in percentages

R + G + B = 124 + 179 + 74 = 377 (100%)
R 124 of 377 ~ 32.89%
G 179 of 377 ~ 47.48%
B 74 of 377 ~ 19.63'%

%32.89
%47.48
%19.63

CMYK color model

#7CB34A color CMYK value is (31,0,59,30).

  • cyan value is 30.73%
  • magenta value is 0.00%
  • yellow value is 58.66%
  • key color value is 29.80%

CMYK: (31,0,59,30)
C31M0Y59K30 (31%, 0%, 59%, 30%)
(0.31 / 0.00 / 0.59 / 0.30)

CMYK percentages

%30.73
%0
%58.66
%29.8

Codes

Color #7CB34A in popluar color models

7C B3 4A
RGB 124 179 74
HSL 91° 41.50% 49.61%
HSB/HSV 91° 58.66% 70.20%
CMYK 30.73% 0.00% 58.66%
29.80%

Color #7CB34A in popluar number systems.

HEX 7C B3 4A
Decimal 124 179 74
Binary 1111100 10110011 1001010
Octal 174 263 112

Shades and tints

Shades of #7CB34A

#7CB34A
(124,179,74)
#71A344
(113,163,68)
#66933E
(102,147,62)
#5B8338
(91,131,56)
#507332
(80,115,50)
#45632C
(69,99,44)
#3A5326
(58,83,38)
#2F4320
(47,67,32)
#24331A
(36,51,26)
#192314
(25,35,20)
#0E130E
(14,19,14)
#000000
(0,0,0)

Tints of #7CB34A

#7CB34A
(124,179,74)
#87B95A
(135,185,90)
#92BF6A
(146,191,106)
#9DC57A
(157,197,122)
#A8CB8A
(168,203,138)
#B3D19A
(179,209,154)
#BED7AA
(190,215,170)
#C9DDBA
(201,221,186)
#D4E3CA
(212,227,202)
#DFE9DA
(223,233,218)
#EAEFEA
(234,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CB34A color. Also use rgb(124,179,74) instead hex code.

Text Font Color

.myTextColor { color: #7CB34A; }

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

This text font color is #7CB34A.

Background Color

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

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

This div background color is #7CB34A.

Border color

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

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

This div border color is #7CB34A.

Opacity

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

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

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

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

This text has shadow with #7CB34A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CB34A.

Preview

Color preview on black background

This text has color #7CB34A on black background.


Color preview on white background

This text has color #7CB34A on white background.


Black color preview on #7CB34A background

This text has black color on #7CB34A background.


White color preview on #7CB34A background

This text has white color on #7CB34A background.


Related colors

Complementary color

Complementary color for #hex is #834CB5.


I love getcolorcode.com

Triadic colors

1 #4A7CB3 and #B34A7C with #7CB34A are triadic colors.

2 #4AB37C and #B37C4A with #7CB34A are triadic colors.