COLOR #7BA611

HEX: #7BA611
RGB: (123,166,17)

Color info

#7BA611 contains mainly red and green colors. Web safe color of #7BA611 is #669900 (or #690).

RGB color model

#7BA611 color RGB value is (123,166,17).

  • red value is 123;
  • green value is 166;
  • blue value is 17.
RGB:
(123,166,17)
(48%,65%,7%)

RGB channels and saturation

R 123 of 255 = 48%
G 166 of 255 = 65%
B 17 of 255 = 7%

123
166
17

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

Portions of RGB colors in percentages

R + G + B =
123 + 166 + 17 = 306 (100%)
R 123 of 306 ~ 40.2%
G 166 of 306 ~ 54.25%
B 17 of 306 ~ 5.56%

%40.2
%54.25

CMYK color model

#7BA611 color CMYK value is (26,0,90,35).

  • cyan value is 25.90%
  • magenta value is 0.00%
  • yellow value is 89.76%
  • key color value is 34.90%
CMYK:
(26,0,90,35)
C26M0Y90K35 
(26%,0%,90%,35%)
(0.26/0.00/0.90/0.35)	

CMYK percentages

%25.9
%0
%89.76
%34.9

Codes

Color #7BA611 in popluar color models

7BA611
RGB12316617
HSL77°81.42%35.88%
HSB/HSV77°89.76%65.10%
CMYK25.90%0.00%89.76%
34.90%

Color #7BA611 in popluar number systems.

HEX7BA611
Decimal12316617
Binary11110111010011010001
Octal17324621

Shades and tints

Shades of #7BA611

#7BA611
(123,166,17)
#709710
(112,151,16)
#65880F
(101,136,15)
#5A790E
(90,121,14)
#4F6A0D
(79,106,13)
#445B0C
(68,91,12)
#394C0B
(57,76,11)
#2E3D0A
(46,61,10)
#232E09
(35,46,9)
#181F08
(24,31,8)
#0D1007
(13,16,7)
#000000
(0,0,0)

Tints of #7BA611

#7BA611
(123,166,17)
#87AE26
(135,174,38)
#93B63B
(147,182,59)
#9FBE50
(159,190,80)
#ABC665
(171,198,101)
#B7CE7A
(183,206,122)
#C3D68F
(195,214,143)
#CFDEA4
(207,222,164)
#DBE6B9
(219,230,185)
#E7EECE
(231,238,206)
#F3F6E3
(243,246,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BA611 color. Also use rgb(123,166,17) instead hex code.

Text Font Color

.myTextColor { color: #7BA611; }

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

This text font color is #7BA611.


Background Color

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

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

This div background color is #7BA611.


Border color

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

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

This div border color is #7BA611.


Opacity

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

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

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

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

This text has shadow with #7BA611 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BA611 on black background.


Color preview on white background

This text has color #7BA611 on white background.



Black color preview on #7BA611 background

This text has black color on #7BA611 background.


White color preview on #7BA611 background

This text has white color on #7BA611 background.