COLOR #7BA64B

HEX: #7BA64B
RGB: (123,166,75)

Color info

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

RGB color model

#7BA64B color RGB value is (123,166,75).

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

RGB channels and saturation

R 123 of 255 = 48%
G 166 of 255 = 65%
B 75 of 255 = 29%

123
166
75

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

Portions of RGB colors in percentages

R + G + B =
123 + 166 + 75 = 364 (100%)
R 123 of 364 ~ 33.79%
G 166 of 364 ~ 45.6%
B 75 of 364 ~ 20.6%

%33.79
%45.6
%20.6

CMYK color model

#7BA64B color CMYK value is (26,0,55,35).

  • cyan value is 25.90%
  • magenta value is 0.00%
  • yellow value is 54.82%
  • key color value is 34.90%
CMYK:
(26,0,55,35)
C26M0Y55K35 
(26%,0%,55%,35%)
(0.26/0.00/0.55/0.35)	

CMYK percentages

%25.9
%0
%54.82
%34.9

Codes

Color #7BA64B in popluar color models

7BA64B
RGB12316675
HSL88°37.76%47.25%
HSB/HSV88°54.82%65.10%
CMYK25.90%0.00%54.82%
34.90%

Color #7BA64B in popluar number systems.

HEX7BA64B
Decimal12316675
Binary1111011101001101001011
Octal173246113

Shades and tints

Shades of #7BA64B

#7BA64B
(123,166,75)
#709745
(112,151,69)
#65883F
(101,136,63)
#5A7939
(90,121,57)
#4F6A33
(79,106,51)
#445B2D
(68,91,45)
#394C27
(57,76,39)
#2E3D21
(46,61,33)
#232E1B
(35,46,27)
#181F15
(24,31,21)
#0D100F
(13,16,15)
#000000
(0,0,0)

Tints of #7BA64B

#7BA64B
(123,166,75)
#87AE5B
(135,174,91)
#93B66B
(147,182,107)
#9FBE7B
(159,190,123)
#ABC68B
(171,198,139)
#B7CE9B
(183,206,155)
#C3D6AB
(195,214,171)
#CFDEBB
(207,222,187)
#DBE6CB
(219,230,203)
#E7EEDB
(231,238,219)
#F3F6EB
(243,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BA64B; }

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

This text font color is #7BA64B.


Background Color

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

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

This div background color is #7BA64B.


Border color

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

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

This div border color is #7BA64B.


Opacity

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

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

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

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

This text has shadow with #7BA64B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BA64B on black background.


Color preview on white background

This text has color #7BA64B on white background.



Black color preview on #7BA64B background

This text has black color on #7BA64B background.


White color preview on #7BA64B background

This text has white color on #7BA64B background.