COLOR #7B9E78

HEX: #7B9E78
RGB: (123,158,120)

Color info

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

RGB color model

#7B9E78 color RGB value is (123,158,120).

  • red value is 123;
  • green value is 158;
  • blue value is 120.
RGB:
(123,158,120)
(48%,62%,47%)

RGB channels and saturation

R 123 of 255 = 48%
G 158 of 255 = 62%
B 120 of 255 = 47%

123
158
120

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

Portions of RGB colors in percentages

R + G + B =
123 + 158 + 120 = 401 (100%)
R 123 of 401 ~ 30.67%
G 158 of 401 ~ 39.4%
B 120 of 401 ~ 29.93%

%30.67
%39.4
%29.93

CMYK color model

#7B9E78 color CMYK value is (22,0,24,38).

  • cyan value is 22.15%
  • magenta value is 0.00%
  • yellow value is 24.05%
  • key color value is 38.04%
CMYK:
(22,0,24,38)
C22M0Y24K38 
(22%,0%,24%,38%)
(0.22/0.00/0.24/0.38)	

CMYK percentages

%22.15
%0
%24.05
%38.04

Codes

Color #7B9E78 in popluar color models

7B9E78
RGB123158120
HSL115°16.38%54.51%
HSB/HSV115°24.05%61.96%
CMYK22.15%0.00%24.05%
38.04%

Color #7B9E78 in popluar number systems.

HEX7B9E78
Decimal123158120
Binary1111011100111101111000
Octal173236170

Shades and tints

Shades of #7B9E78

#7B9E78
(123,158,120)
#70906E
(112,144,110)
#658264
(101,130,100)
#5A745A
(90,116,90)
#4F6650
(79,102,80)
#445846
(68,88,70)
#394A3C
(57,74,60)
#2E3C32
(46,60,50)
#232E28
(35,46,40)
#18201E
(24,32,30)
#0D1214
(13,18,20)
#000000
(0,0,0)

Tints of #7B9E78

#7B9E78
(123,158,120)
#87A684
(135,166,132)
#93AE90
(147,174,144)
#9FB69C
(159,182,156)
#ABBEA8
(171,190,168)
#B7C6B4
(183,198,180)
#C3CEC0
(195,206,192)
#CFD6CC
(207,214,204)
#DBDED8
(219,222,216)
#E7E6E4
(231,230,228)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B9E78 color. Also use rgb(123,158,120) instead hex code.

Text Font Color

.myTextColor { color: #7B9E78; }

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

This text font color is #7B9E78.


Background Color

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

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

This div background color is #7B9E78.


Border color

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

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

This div border color is #7B9E78.


Opacity

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

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

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

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

This text has shadow with #7B9E78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B9E78 on black background.


Color preview on white background

This text has color #7B9E78 on white background.



Black color preview on #7B9E78 background

This text has black color on #7B9E78 background.


White color preview on #7B9E78 background

This text has white color on #7B9E78 background.