COLOR #7BA17D

HEX: #7BA17D
RGB: (123,161,125)

Color info

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

RGB color model

#7BA17D color RGB value is (123,161,125).

  • red value is 123;
  • green value is 161;
  • blue value is 125.
RGB:
(123,161,125)
(48%,63%,49%)

RGB channels and saturation

R 123 of 255 = 48%
G 161 of 255 = 63%
B 125 of 255 = 49%

123
161
125

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

Portions of RGB colors in percentages

R + G + B =
123 + 161 + 125 = 409 (100%)
R 123 of 409 ~ 30.07%
G 161 of 409 ~ 39.36%
B 125 of 409 ~ 30.56%

%30.07
%39.36
%30.56

CMYK color model

#7BA17D color CMYK value is (24,0,22,37).

  • cyan value is 23.60%
  • magenta value is 0.00%
  • yellow value is 22.36%
  • key color value is 36.86%
CMYK:
(24,0,22,37)
C24M0Y22K37 
(24%,0%,22%,37%)
(0.24/0.00/0.22/0.37)	

CMYK percentages

%23.6
%0
%22.36
%36.86

Codes

Color #7BA17D in popluar color models

7BA17D
RGB123161125
HSL123°16.81%55.69%
HSB/HSV123°23.60%63.14%
CMYK23.60%0.00%22.36%
36.86%

Color #7BA17D in popluar number systems.

HEX7BA17D
Decimal123161125
Binary1111011101000011111101
Octal173241175

Shades and tints

Shades of #7BA17D

#7BA17D
(123,161,125)
#709372
(112,147,114)
#658567
(101,133,103)
#5A775C
(90,119,92)
#4F6951
(79,105,81)
#445B46
(68,91,70)
#394D3B
(57,77,59)
#2E3F30
(46,63,48)
#233125
(35,49,37)
#18231A
(24,35,26)
#0D150F
(13,21,15)
#000000
(0,0,0)

Tints of #7BA17D

#7BA17D
(123,161,125)
#87A988
(135,169,136)
#93B193
(147,177,147)
#9FB99E
(159,185,158)
#ABC1A9
(171,193,169)
#B7C9B4
(183,201,180)
#C3D1BF
(195,209,191)
#CFD9CA
(207,217,202)
#DBE1D5
(219,225,213)
#E7E9E0
(231,233,224)
#F3F1EB
(243,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BA17D; }

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

This text font color is #7BA17D.


Background Color

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

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

This div background color is #7BA17D.


Border color

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

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

This div border color is #7BA17D.


Opacity

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

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

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

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

This text has shadow with #7BA17D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BA17D on black background.


Color preview on white background

This text has color #7BA17D on white background.



Black color preview on #7BA17D background

This text has black color on #7BA17D background.


White color preview on #7BA17D background

This text has white color on #7BA17D background.