COLOR #7CAE77

HEX: #7CAE77 RGB: (124,174,119)

Color info

#7CAE77 contains red, green and blue colors in about the same proportion. Web safe color of #7CAE77 is #669966 (or #696).

RGB color model

#7CAE77 color RGB value is (124,174,119).

RGB: (124,174,119) (49%, 68%, 47%)

RGB channels and saturation

R 124 of 255 = 49%
G 174 of 255 = 68%
B 119 of 255 = 47%

124
174
119

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

Portions of RGB colors in percentages

R + G + B = 124 + 174 + 119 = 417 (100%)
R 124 of 417 ~ 29.74%
G 174 of 417 ~ 41.73%
B 119 of 417 ~ 28.54'%

%29.74
%41.73
%28.54

CMYK color model

#7CAE77 color CMYK value is (29,0,32,32).

  • cyan value is 28.74%
  • magenta value is 0.00%
  • yellow value is 31.61%
  • key color value is 31.76%

CMYK: (29,0,32,32)
C29M0Y32K32 (29%, 0%, 32%, 32%)
(0.29 / 0.00 / 0.32 / 0.32)

CMYK percentages

%28.74
%0
%31.61
%31.76

Codes

Color #7CAE77 in popluar color models

7C AE 77
RGB 124 174 119
HSL 115° 25.35% 57.45%
HSB/HSV 115° 31.61% 68.24%
CMYK 28.74% 0.00% 31.61%
31.76%

Color #7CAE77 in popluar number systems.

HEX 7C AE 77
Decimal 124 174 119
Binary 1111100 10101110 1110111
Octal 174 256 167

Shades and tints

Shades of #7CAE77

#7CAE77
(124,174,119)
#719F6D
(113,159,109)
#669063
(102,144,99)
#5B8159
(91,129,89)
#50724F
(80,114,79)
#456345
(69,99,69)
#3A543B
(58,84,59)
#2F4531
(47,69,49)
#243627
(36,54,39)
#19271D
(25,39,29)
#0E1813
(14,24,19)
#000000
(0,0,0)

Tints of #7CAE77

#7CAE77
(124,174,119)
#87B583
(135,181,131)
#92BC8F
(146,188,143)
#9DC39B
(157,195,155)
#A8CAA7
(168,202,167)
#B3D1B3
(179,209,179)
#BED8BF
(190,216,191)
#C9DFCB
(201,223,203)
#D4E6D7
(212,230,215)
#DFEDE3
(223,237,227)
#EAF4EF
(234,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CAE77 color. Also use rgb(124,174,119) instead hex code.

Text Font Color

.myTextColor { color: #7CAE77; }

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

This text font color is #7CAE77.

Background Color

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

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

This div background color is #7CAE77.

Border color

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

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

This div border color is #7CAE77.

Opacity

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

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

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

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

This text has shadow with #7CAE77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CAE77.

Preview

Color preview on black background

This text has color #7CAE77 on black background.


Color preview on white background

This text has color #7CAE77 on white background.


Black color preview on #7CAE77 background

This text has black color on #7CAE77 background.


White color preview on #7CAE77 background

This text has white color on #7CAE77 background.


Related colors

Complementary color

Complementary color for #hex is #835188.


I love getcolorcode.com

Triadic colors

1 #777CAE and #AE777C with #7CAE77 are triadic colors.

2 #77AE7C and #AE7C77 with #7CAE77 are triadic colors.