COLOR #7BA58D

HEX: #7BA58D
RGB: (123,165,141)

Color info

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

RGB color model

#7BA58D color RGB value is (123,165,141).

  • red value is 123;
  • green value is 165;
  • blue value is 141.
RGB:
(123,165,141)
(48%,65%,55%)

RGB channels and saturation

R 123 of 255 = 48%
G 165 of 255 = 65%
B 141 of 255 = 55%

123
165
141

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

Portions of RGB colors in percentages

R + G + B =
123 + 165 + 141 = 429 (100%)
R 123 of 429 ~ 28.67%
G 165 of 429 ~ 38.46%
B 141 of 429 ~ 32.87%

%28.67
%38.46
%32.87

CMYK color model

#7BA58D color CMYK value is (25,0,15,35).

  • cyan value is 25.45%
  • magenta value is 0.00%
  • yellow value is 14.55%
  • key color value is 35.29%
CMYK:
(25,0,15,35)
C25M0Y15K35 
(25%,0%,15%,35%)
(0.25/0.00/0.15/0.35)	

CMYK percentages

%25.45
%0
%14.55
%35.29

Codes

Color #7BA58D in popluar color models

7BA58D
RGB123165141
HSL146°18.92%56.47%
HSB/HSV146°25.45%64.71%
CMYK25.45%0.00%14.55%
35.29%

Color #7BA58D in popluar number systems.

HEX7BA58D
Decimal123165141
Binary11110111010010110001101
Octal173245215

Shades and tints

Shades of #7BA58D

#7BA58D
(123,165,141)
#709681
(112,150,129)
#658775
(101,135,117)
#5A7869
(90,120,105)
#4F695D
(79,105,93)
#445A51
(68,90,81)
#394B45
(57,75,69)
#2E3C39
(46,60,57)
#232D2D
(35,45,45)
#181E21
(24,30,33)
#0D0F15
(13,15,21)
#000000
(0,0,0)

Tints of #7BA58D

#7BA58D
(123,165,141)
#87AD97
(135,173,151)
#93B5A1
(147,181,161)
#9FBDAB
(159,189,171)
#ABC5B5
(171,197,181)
#B7CDBF
(183,205,191)
#C3D5C9
(195,213,201)
#CFDDD3
(207,221,211)
#DBE5DD
(219,229,221)
#E7EDE7
(231,237,231)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BA58D color. Also use rgb(123,165,141) instead hex code.

Text Font Color

.myTextColor { color: #7BA58D; }

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

This text font color is #7BA58D.


Background Color

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

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

This div background color is #7BA58D.


Border color

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

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

This div border color is #7BA58D.


Opacity

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

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

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

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

This text has shadow with #7BA58D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BA58D on black background.


Color preview on white background

This text has color #7BA58D on white background.



Black color preview on #7BA58D background

This text has black color on #7BA58D background.


White color preview on #7BA58D background

This text has white color on #7BA58D background.