COLOR #7BA77D

HEX: #7BA77D
RGB: (123,167,125)

Color info

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

RGB color model

#7BA77D color RGB value is (123,167,125).

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

RGB channels and saturation

R 123 of 255 = 48%
G 167 of 255 = 65%
B 125 of 255 = 49%

123
167
125

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

Portions of RGB colors in percentages

R + G + B =
123 + 167 + 125 = 415 (100%)
R 123 of 415 ~ 29.64%
G 167 of 415 ~ 40.24%
B 125 of 415 ~ 30.12%

%29.64
%40.24
%30.12

CMYK color model

#7BA77D color CMYK value is (26,0,25,35).

  • cyan value is 26.35%
  • magenta value is 0.00%
  • yellow value is 25.15%
  • key color value is 34.51%
CMYK:
(26,0,25,35)
C26M0Y25K35 
(26%,0%,25%,35%)
(0.26/0.00/0.25/0.35)	

CMYK percentages

%26.35
%0
%25.15
%34.51

Codes

Color #7BA77D in popluar color models

7BA77D
RGB123167125
HSL123°20.00%56.86%
HSB/HSV123°26.35%65.49%
CMYK26.35%0.00%25.15%
34.51%

Color #7BA77D in popluar number systems.

HEX7BA77D
Decimal123167125
Binary1111011101001111111101
Octal173247175

Shades and tints

Shades of #7BA77D

#7BA77D
(123,167,125)
#709872
(112,152,114)
#658967
(101,137,103)
#5A7A5C
(90,122,92)
#4F6B51
(79,107,81)
#445C46
(68,92,70)
#394D3B
(57,77,59)
#2E3E30
(46,62,48)
#232F25
(35,47,37)
#18201A
(24,32,26)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #7BA77D

#7BA77D
(123,167,125)
#87AF88
(135,175,136)
#93B793
(147,183,147)
#9FBF9E
(159,191,158)
#ABC7A9
(171,199,169)
#B7CFB4
(183,207,180)
#C3D7BF
(195,215,191)
#CFDFCA
(207,223,202)
#DBE7D5
(219,231,213)
#E7EFE0
(231,239,224)
#F3F7EB
(243,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BA77D; }

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

This text font color is #7BA77D.


Background Color

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

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

This div background color is #7BA77D.


Border color

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

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

This div border color is #7BA77D.


Opacity

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

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

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

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

This text has shadow with #7BA77D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BA77D on black background.


Color preview on white background

This text has color #7BA77D on white background.



Black color preview on #7BA77D background

This text has black color on #7BA77D background.


White color preview on #7BA77D background

This text has white color on #7BA77D background.