COLOR #7BA58F

HEX: #7BA58F RGB: (123,165,143)

Color info

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

RGB color model

#7BA58F color RGB value is (123,165,143).

RGB: (123,165,143) (48%, 65%, 56%)

RGB channels and saturation

R 123 of 255 = 48%
G 165 of 255 = 65%
B 143 of 255 = 56%

123
165
143

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

Portions of RGB colors in percentages

R + G + B = 123 + 165 + 143 = 431 (100%)
R 123 of 431 ~ 28.54%
G 165 of 431 ~ 38.28%
B 143 of 431 ~ 33.18'%

%28.54
%38.28
%33.18

CMYK color model

#7BA58F color CMYK value is (25,0,13,35).

  • cyan value is 25.45%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 35.29%

CMYK: (25,0,13,35)
C25M0Y13K35 (25%, 0%, 13%, 35%)
(0.25 / 0.00 / 0.13 / 0.35)

CMYK percentages

%25.45
%0
%13.33
%35.29

Codes

Color #7BA58F in popluar color models

7B A5 8F
RGB 123 165 143
HSL 149° 18.92% 56.47%
HSB/HSV 149° 25.45% 64.71%
CMYK 25.45% 0.00% 13.33%
35.29%

Color #7BA58F in popluar number systems.

HEX 7B A5 8F
Decimal 123 165 143
Binary 1111011 10100101 10001111
Octal 173 245 217

Shades and tints

Shades of #7BA58F

#7BA58F
(123,165,143)
#709682
(112,150,130)
#658775
(101,135,117)
#5A7868
(90,120,104)
#4F695B
(79,105,91)
#445A4E
(68,90,78)
#394B41
(57,75,65)
#2E3C34
(46,60,52)
#232D27
(35,45,39)
#181E1A
(24,30,26)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #7BA58F

#7BA58F
(123,165,143)
#87AD99
(135,173,153)
#93B5A3
(147,181,163)
#9FBDAD
(159,189,173)
#ABC5B7
(171,197,183)
#B7CDC1
(183,205,193)
#C3D5CB
(195,213,203)
#CFDDD5
(207,221,213)
#DBE5DF
(219,229,223)
#E7EDE9
(231,237,233)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BA58F; }

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

This text font color is #7BA58F.

Background Color

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

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

This div background color is #7BA58F.

Border color

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

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

This div border color is #7BA58F.

Opacity

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

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

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

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

This text has shadow with #7BA58F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BA58F.

Preview

Color preview on black background

This text has color #7BA58F on black background.


Color preview on white background

This text has color #7BA58F on white background.


Black color preview on #7BA58F background

This text has black color on #7BA58F background.


White color preview on #7BA58F background

This text has white color on #7BA58F background.


Related colors

Complementary color

Complementary color for #hex is #845A70.


I love getcolorcode.com

Triadic colors

1 #8F7BA5 and #A58F7B with #7BA58F are triadic colors.

2 #8FA57B and #A57B8F with #7BA58F are triadic colors.