COLOR #7C968B

HEX: #7C968B
RGB: (124,150,139)

Color info

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

RGB color model

#7C968B color RGB value is (124,150,139).

  • red value is 124;
  • green value is 150;
  • blue value is 139.
RGB:
(124,150,139)
(49%,59%,55%)

RGB channels and saturation

R 124 of 255 = 49%
G 150 of 255 = 59%
B 139 of 255 = 55%

124
150
139

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

Portions of RGB colors in percentages

R + G + B =
124 + 150 + 139 = 413 (100%)
R 124 of 413 ~ 30.02%
G 150 of 413 ~ 36.32%
B 139 of 413 ~ 33.66%

%30.02
%36.32
%33.66

CMYK color model

#7C968B color CMYK value is (17,0,7,41).

  • cyan value is 17.33%
  • magenta value is 0.00%
  • yellow value is 7.33%
  • key color value is 41.18%
CMYK:
(17,0,7,41)
C17M0Y7K41 
(17%,0%,7%,41%)
(0.17/0.00/0.07/0.41)	

CMYK percentages

%17.33
%0
%7.33
%41.18

Codes

Color #7C968B in popluar color models

7C968B
RGB124150139
HSL155°11.02%53.73%
HSB/HSV155°17.33%58.82%
CMYK17.33%0.00%7.33%
41.18%

Color #7C968B in popluar number systems.

HEX7C968B
Decimal124150139
Binary11111001001011010001011
Octal174226213

Shades and tints

Shades of #7C968B

#7C968B
(124,150,139)
#71897F
(113,137,127)
#667C73
(102,124,115)
#5B6F67
(91,111,103)
#50625B
(80,98,91)
#45554F
(69,85,79)
#3A4843
(58,72,67)
#2F3B37
(47,59,55)
#242E2B
(36,46,43)
#19211F
(25,33,31)
#0E1413
(14,20,19)
#000000
(0,0,0)

Tints of #7C968B

#7C968B
(124,150,139)
#879F95
(135,159,149)
#92A89F
(146,168,159)
#9DB1A9
(157,177,169)
#A8BAB3
(168,186,179)
#B3C3BD
(179,195,189)
#BECCC7
(190,204,199)
#C9D5D1
(201,213,209)
#D4DEDB
(212,222,219)
#DFE7E5
(223,231,229)
#EAF0EF
(234,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C968B; }

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

This text font color is #7C968B.


Background Color

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

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

This div background color is #7C968B.


Border color

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

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

This div border color is #7C968B.


Opacity

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

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

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

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

This text has shadow with #7C968B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C968B on black background.


Color preview on white background

This text has color #7C968B on white background.



Black color preview on #7C968B background

This text has black color on #7C968B background.


White color preview on #7C968B background

This text has white color on #7C968B background.