COLOR #7BAD64

HEX: #7BAD64
RGB: (123,173,100)

Color info

#7BAD64 contains mainly red and green colors. Web safe color of #7BAD64 is #669966 (or #696).

RGB color model

#7BAD64 color RGB value is (123,173,100).

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

RGB channels and saturation

R 123 of 255 = 48%
G 173 of 255 = 68%
B 100 of 255 = 39%

123
173
100

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

Portions of RGB colors in percentages

R + G + B =
123 + 173 + 100 = 396 (100%)
R 123 of 396 ~ 31.06%
G 173 of 396 ~ 43.69%
B 100 of 396 ~ 25.25%

%31.06
%43.69
%25.25

CMYK color model

#7BAD64 color CMYK value is (29,0,42,32).

  • cyan value is 28.90%
  • magenta value is 0.00%
  • yellow value is 42.20%
  • key color value is 32.16%
CMYK:
(29,0,42,32)
C29M0Y42K32 
(29%,0%,42%,32%)
(0.29/0.00/0.42/0.32)	

CMYK percentages

%28.9
%0
%42.2
%32.16

Codes

Color #7BAD64 in popluar color models

7BAD64
RGB123173100
HSL101°30.80%53.53%
HSB/HSV101°42.20%67.84%
CMYK28.90%0.00%42.20%
32.16%

Color #7BAD64 in popluar number systems.

HEX7BAD64
Decimal123173100
Binary1111011101011011100100
Octal173255144

Shades and tints

Shades of #7BAD64

#7BAD64
(123,173,100)
#709E5B
(112,158,91)
#658F52
(101,143,82)
#5A8049
(90,128,73)
#4F7140
(79,113,64)
#446237
(68,98,55)
#39532E
(57,83,46)
#2E4425
(46,68,37)
#23351C
(35,53,28)
#182613
(24,38,19)
#0D170A
(13,23,10)
#000000
(0,0,0)

Tints of #7BAD64

#7BAD64
(123,173,100)
#87B472
(135,180,114)
#93BB80
(147,187,128)
#9FC28E
(159,194,142)
#ABC99C
(171,201,156)
#B7D0AA
(183,208,170)
#C3D7B8
(195,215,184)
#CFDEC6
(207,222,198)
#DBE5D4
(219,229,212)
#E7ECE2
(231,236,226)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BAD64; }

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

This text font color is #7BAD64.


Background Color

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

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

This div background color is #7BAD64.


Border color

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

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

This div border color is #7BAD64.


Opacity

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

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

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

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

This text has shadow with #7BAD64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BAD64 on black background.


Color preview on white background

This text has color #7BAD64 on white background.



Black color preview on #7BAD64 background

This text has black color on #7BAD64 background.


White color preview on #7BAD64 background

This text has white color on #7BAD64 background.