COLOR #7B978A

HEX: #7B978A
RGB: (123,151,138)

Color info

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

RGB color model

#7B978A color RGB value is (123,151,138).

  • red value is 123;
  • green value is 151;
  • blue value is 138.
RGB:
(123,151,138)
(48%,59%,54%)

RGB channels and saturation

R 123 of 255 = 48%
G 151 of 255 = 59%
B 138 of 255 = 54%

123
151
138

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

Portions of RGB colors in percentages

R + G + B =
123 + 151 + 138 = 412 (100%)
R 123 of 412 ~ 29.85%
G 151 of 412 ~ 36.65%
B 138 of 412 ~ 33.5%

%29.85
%36.65
%33.5

CMYK color model

#7B978A color CMYK value is (19,0,9,41).

  • cyan value is 18.54%
  • magenta value is 0.00%
  • yellow value is 8.61%
  • key color value is 40.78%
CMYK:
(19,0,9,41)
C19M0Y9K41 
(19%,0%,9%,41%)
(0.19/0.00/0.09/0.41)	

CMYK percentages

%18.54
%0
%8.61
%40.78

Codes

Color #7B978A in popluar color models

7B978A
RGB123151138
HSL152°11.86%53.73%
HSB/HSV152°18.54%59.22%
CMYK18.54%0.00%8.61%
40.78%

Color #7B978A in popluar number systems.

HEX7B978A
Decimal123151138
Binary11110111001011110001010
Octal173227212

Shades and tints

Shades of #7B978A

#7B978A
(123,151,138)
#708A7E
(112,138,126)
#657D72
(101,125,114)
#5A7066
(90,112,102)
#4F635A
(79,99,90)
#44564E
(68,86,78)
#394942
(57,73,66)
#2E3C36
(46,60,54)
#232F2A
(35,47,42)
#18221E
(24,34,30)
#0D1512
(13,21,18)
#000000
(0,0,0)

Tints of #7B978A

#7B978A
(123,151,138)
#87A094
(135,160,148)
#93A99E
(147,169,158)
#9FB2A8
(159,178,168)
#ABBBB2
(171,187,178)
#B7C4BC
(183,196,188)
#C3CDC6
(195,205,198)
#CFD6D0
(207,214,208)
#DBDFDA
(219,223,218)
#E7E8E4
(231,232,228)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B978A color. Also use rgb(123,151,138) instead hex code.

Text Font Color

.myTextColor { color: #7B978A; }

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

This text font color is #7B978A.


Background Color

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

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

This div background color is #7B978A.


Border color

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

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

This div border color is #7B978A.


Opacity

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

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

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

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

This text has shadow with #7B978A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B978A on black background.


Color preview on white background

This text has color #7B978A on white background.



Black color preview on #7B978A background

This text has black color on #7B978A background.


White color preview on #7B978A background

This text has white color on #7B978A background.