COLOR #7BA57D

HEX: #7BA57D RGB: (123,165,125)

Color info

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

RGB color model

#7BA57D color RGB value is (123,165,125).

RGB: (123,165,125) (48%, 65%, 49%)

RGB channels and saturation

R 123 of 255 = 48%
G 165 of 255 = 65%
B 125 of 255 = 49%

123
165
125

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

Portions of RGB colors in percentages

R + G + B = 123 + 165 + 125 = 413 (100%)
R 123 of 413 ~ 29.78%
G 165 of 413 ~ 39.95%
B 125 of 413 ~ 30.27'%

%29.78
%39.95
%30.27

CMYK color model

#7BA57D color CMYK value is (25,0,24,35).

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

CMYK: (25,0,24,35)
C25M0Y24K35 (25%, 0%, 24%, 35%)
(0.25 / 0.00 / 0.24 / 0.35)

CMYK percentages

%25.45
%0
%24.24
%35.29

Codes

Color #7BA57D in popluar color models

7B A5 7D
RGB 123 165 125
HSL 123° 18.92% 56.47%
HSB/HSV 123° 25.45% 64.71%
CMYK 25.45% 0.00% 24.24%
35.29%

Color #7BA57D in popluar number systems.

HEX 7B A5 7D
Decimal 123 165 125
Binary 1111011 10100101 1111101
Octal 173 245 175

Shades and tints

Shades of #7BA57D

#7BA57D
(123,165,125)
#709672
(112,150,114)
#658767
(101,135,103)
#5A785C
(90,120,92)
#4F6951
(79,105,81)
#445A46
(68,90,70)
#394B3B
(57,75,59)
#2E3C30
(46,60,48)
#232D25
(35,45,37)
#181E1A
(24,30,26)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #7BA57D

#7BA57D
(123,165,125)
#87AD88
(135,173,136)
#93B593
(147,181,147)
#9FBD9E
(159,189,158)
#ABC5A9
(171,197,169)
#B7CDB4
(183,205,180)
#C3D5BF
(195,213,191)
#CFDDCA
(207,221,202)
#DBE5D5
(219,229,213)
#E7EDE0
(231,237,224)
#F3F5EB
(243,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BA57D; }

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

This text font color is #7BA57D.

Background Color

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

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

This div background color is #7BA57D.

Border color

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

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

This div border color is #7BA57D.

Opacity

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

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

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

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

This text has shadow with #7BA57D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BA57D.

Preview

Color preview on black background

This text has color #7BA57D on black background.


Color preview on white background

This text has color #7BA57D on white background.


Black color preview on #7BA57D background

This text has black color on #7BA57D background.


White color preview on #7BA57D background

This text has white color on #7BA57D background.


Related colors

Complementary color

Complementary color for #hex is #845A82.


I love getcolorcode.com

Triadic colors

1 #7D7BA5 and #A57D7B with #7BA57D are triadic colors.

2 #7DA57B and #A57B7D with #7BA57D are triadic colors.