COLOR #7CB396

HEX: #7CB396 RGB: (124,179,150)

Color info

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

RGB color model

#7CB396 color RGB value is (124,179,150).

RGB: (124,179,150) (49%, 70%, 59%)

RGB channels and saturation

R 124 of 255 = 49%
G 179 of 255 = 70%
B 150 of 255 = 59%

124
179
150

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

Portions of RGB colors in percentages

R + G + B = 124 + 179 + 150 = 453 (100%)
R 124 of 453 ~ 27.37%
G 179 of 453 ~ 39.51%
B 150 of 453 ~ 33.11'%

%27.37
%39.51
%33.11

CMYK color model

#7CB396 color CMYK value is (31,0,16,30).

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

CMYK: (31,0,16,30)
C31M0Y16K30 (31%, 0%, 16%, 30%)
(0.31 / 0.00 / 0.16 / 0.30)

CMYK percentages

%30.73
%0
%16.2
%29.8

Codes

Color #7CB396 in popluar color models

7C B3 96
RGB 124 179 150
HSL 148° 26.57% 59.41%
HSB/HSV 148° 30.73% 70.20%
CMYK 30.73% 0.00% 16.20%
29.80%

Color #7CB396 in popluar number systems.

HEX 7C B3 96
Decimal 124 179 150
Binary 1111100 10110011 10010110
Octal 174 263 226

Shades and tints

Shades of #7CB396

#7CB396
(124,179,150)
#71A389
(113,163,137)
#66937C
(102,147,124)
#5B836F
(91,131,111)
#507362
(80,115,98)
#456355
(69,99,85)
#3A5348
(58,83,72)
#2F433B
(47,67,59)
#24332E
(36,51,46)
#192321
(25,35,33)
#0E1314
(14,19,20)
#000000
(0,0,0)

Tints of #7CB396

#7CB396
(124,179,150)
#87B99F
(135,185,159)
#92BFA8
(146,191,168)
#9DC5B1
(157,197,177)
#A8CBBA
(168,203,186)
#B3D1C3
(179,209,195)
#BED7CC
(190,215,204)
#C9DDD5
(201,221,213)
#D4E3DE
(212,227,222)
#DFE9E7
(223,233,231)
#EAEFF0
(234,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CB396; }

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

This text font color is #7CB396.

Background Color

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

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

This div background color is #7CB396.

Border color

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

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

This div border color is #7CB396.

Opacity

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

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

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

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

This text has shadow with #7CB396 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CB396.

Preview

Color preview on black background

This text has color #7CB396 on black background.


Color preview on white background

This text has color #7CB396 on white background.


Black color preview on #7CB396 background

This text has black color on #7CB396 background.


White color preview on #7CB396 background

This text has white color on #7CB396 background.


Related colors

Complementary color

Complementary color for #hex is #834C69.


I love getcolorcode.com

Triadic colors

1 #967CB3 and #B3967C with #7CB396 are triadic colors.

2 #96B37C and #B37C96 with #7CB396 are triadic colors.