COLOR #7BAD3A

HEX: #7BAD3A
RGB: (123,173,58)

Color info

#7BAD3A contains mainly red and green colors. Web safe color of #7BAD3A is #669933 (or #693).

RGB color model

#7BAD3A color RGB value is (123,173,58).

  • red value is 123;
  • green value is 173;
  • blue value is 58.
RGB:
(123,173,58)
(48%,68%,23%)

RGB channels and saturation

R 123 of 255 = 48%
G 173 of 255 = 68%
B 58 of 255 = 23%

123
173
58

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

Portions of RGB colors in percentages

R + G + B =
123 + 173 + 58 = 354 (100%)
R 123 of 354 ~ 34.75%
G 173 of 354 ~ 48.87%
B 58 of 354 ~ 16.38%

%34.75
%48.87
%16.38

CMYK color model

#7BAD3A color CMYK value is (29,0,66,32).

  • cyan value is 28.90%
  • magenta value is 0.00%
  • yellow value is 66.47%
  • key color value is 32.16%
CMYK:
(29,0,66,32)
C29M0Y66K32 
(29%,0%,66%,32%)
(0.29/0.00/0.66/0.32)	

CMYK percentages

%28.9
%0
%66.47
%32.16

Codes

Color #7BAD3A in popluar color models

7BAD3A
RGB12317358
HSL86°49.78%45.29%
HSB/HSV86°66.47%67.84%
CMYK28.90%0.00%66.47%
32.16%

Color #7BAD3A in popluar number systems.

HEX7BAD3A
Decimal12317358
Binary111101110101101111010
Octal17325572

Shades and tints

Shades of #7BAD3A

#7BAD3A
(123,173,58)
#709E35
(112,158,53)
#658F30
(101,143,48)
#5A802B
(90,128,43)
#4F7126
(79,113,38)
#446221
(68,98,33)
#39531C
(57,83,28)
#2E4417
(46,68,23)
#233512
(35,53,18)
#18260D
(24,38,13)
#0D1708
(13,23,8)
#000000
(0,0,0)

Tints of #7BAD3A

#7BAD3A
(123,173,58)
#87B44B
(135,180,75)
#93BB5C
(147,187,92)
#9FC26D
(159,194,109)
#ABC97E
(171,201,126)
#B7D08F
(183,208,143)
#C3D7A0
(195,215,160)
#CFDEB1
(207,222,177)
#DBE5C2
(219,229,194)
#E7ECD3
(231,236,211)
#F3F3E4
(243,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BAD3A color. Also use rgb(123,173,58) instead hex code.

Text Font Color

.myTextColor { color: #7BAD3A; }

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

This text font color is #7BAD3A.


Background Color

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

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

This div background color is #7BAD3A.


Border color

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

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

This div border color is #7BAD3A.


Opacity

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

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

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

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

This text has shadow with #7BAD3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BAD3A on black background.


Color preview on white background

This text has color #7BAD3A on white background.



Black color preview on #7BAD3A background

This text has black color on #7BAD3A background.


White color preview on #7BAD3A background

This text has white color on #7BAD3A background.