COLOR #7CB19D

HEX: #7CB19D RGB: (124,177,157)

Color info

#7CB19D contains red, green and blue colors in about the same proportion. Web safe color of #7CB19D is #669999 (or #699).

RGB color model

#7CB19D color RGB value is (124,177,157).

RGB: (124,177,157) (49%, 69%, 62%)

RGB channels and saturation

R 124 of 255 = 49%
G 177 of 255 = 69%
B 157 of 255 = 62%

124
177
157

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

Portions of RGB colors in percentages

R + G + B = 124 + 177 + 157 = 458 (100%)
R 124 of 458 ~ 27.07%
G 177 of 458 ~ 38.65%
B 157 of 458 ~ 34.28'%

%27.07
%38.65
%34.28

CMYK color model

#7CB19D color CMYK value is (30,0,11,31).

  • cyan value is 29.94%
  • magenta value is 0.00%
  • yellow value is 11.30%
  • key color value is 30.59%

CMYK: (30,0,11,31)
C30M0Y11K31 (30%, 0%, 11%, 31%)
(0.30 / 0.00 / 0.11 / 0.31)

CMYK percentages

%29.94
%0
%11.3
%30.59

Codes

Color #7CB19D in popluar color models

7C B1 9D
RGB 124 177 157
HSL 157° 25.36% 59.02%
HSB/HSV 157° 29.94% 69.41%
CMYK 29.94% 0.00% 11.30%
30.59%

Color #7CB19D in popluar number systems.

HEX 7C B1 9D
Decimal 124 177 157
Binary 1111100 10110001 10011101
Octal 174 261 235

Shades and tints

Shades of #7CB19D

#7CB19D
(124,177,157)
#71A18F
(113,161,143)
#669181
(102,145,129)
#5B8173
(91,129,115)
#507165
(80,113,101)
#456157
(69,97,87)
#3A5149
(58,81,73)
#2F413B
(47,65,59)
#24312D
(36,49,45)
#19211F
(25,33,31)
#0E1111
(14,17,17)
#000000
(0,0,0)

Tints of #7CB19D

#7CB19D
(124,177,157)
#87B8A5
(135,184,165)
#92BFAD
(146,191,173)
#9DC6B5
(157,198,181)
#A8CDBD
(168,205,189)
#B3D4C5
(179,212,197)
#BEDBCD
(190,219,205)
#C9E2D5
(201,226,213)
#D4E9DD
(212,233,221)
#DFF0E5
(223,240,229)
#EAF7ED
(234,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CB19D color. Also use rgb(124,177,157) instead hex code.

Text Font Color

.myTextColor { color: #7CB19D; }

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

This text font color is #7CB19D.

Background Color

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

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

This div background color is #7CB19D.

Border color

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

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

This div border color is #7CB19D.

Opacity

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

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

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

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

This text has shadow with #7CB19D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CB19D.

Preview

Color preview on black background

This text has color #7CB19D on black background.


Color preview on white background

This text has color #7CB19D on white background.


Black color preview on #7CB19D background

This text has black color on #7CB19D background.


White color preview on #7CB19D background

This text has white color on #7CB19D background.


Related colors

Complementary color

Complementary color for #hex is #834E62.


I love getcolorcode.com

Triadic colors

1 #9D7CB1 and #B19D7C with #7CB19D are triadic colors.

2 #9DB17C and #B17C9D with #7CB19D are triadic colors.