COLOR #7BA566

HEX: #7BA566 RGB: (123,165,102)

Color info

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

RGB color model

#7BA566 color RGB value is (123,165,102).

RGB: (123,165,102) (48%, 65%, 40%)

RGB channels and saturation

R 123 of 255 = 48%
G 165 of 255 = 65%
B 102 of 255 = 40%

123
165
102

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

Portions of RGB colors in percentages

R + G + B = 123 + 165 + 102 = 390 (100%)
R 123 of 390 ~ 31.54%
G 165 of 390 ~ 42.31%
B 102 of 390 ~ 26.15'%

%31.54
%42.31
%26.15

CMYK color model

#7BA566 color CMYK value is (25,0,38,35).

  • cyan value is 25.45%
  • magenta value is 0.00%
  • yellow value is 38.18%
  • key color value is 35.29%

CMYK: (25,0,38,35)
C25M0Y38K35 (25%, 0%, 38%, 35%)
(0.25 / 0.00 / 0.38 / 0.35)

CMYK percentages

%25.45
%0
%38.18
%35.29

Codes

Color #7BA566 in popluar color models

7B A5 66
RGB 123 165 102
HSL 100° 25.93% 52.35%
HSB/HSV 100° 38.18% 64.71%
CMYK 25.45% 0.00% 38.18%
35.29%

Color #7BA566 in popluar number systems.

HEX 7B A5 66
Decimal 123 165 102
Binary 1111011 10100101 1100110
Octal 173 245 146

Shades and tints

Shades of #7BA566

#7BA566
(123,165,102)
#70965D
(112,150,93)
#658754
(101,135,84)
#5A784B
(90,120,75)
#4F6942
(79,105,66)
#445A39
(68,90,57)
#394B30
(57,75,48)
#2E3C27
(46,60,39)
#232D1E
(35,45,30)
#181E15
(24,30,21)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #7BA566

#7BA566
(123,165,102)
#87AD73
(135,173,115)
#93B580
(147,181,128)
#9FBD8D
(159,189,141)
#ABC59A
(171,197,154)
#B7CDA7
(183,205,167)
#C3D5B4
(195,213,180)
#CFDDC1
(207,221,193)
#DBE5CE
(219,229,206)
#E7EDDB
(231,237,219)
#F3F5E8
(243,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BA566 color. Also use rgb(123,165,102) instead hex code.

Text Font Color

.myTextColor { color: #7BA566; }

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

This text font color is #7BA566.

Background Color

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

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

This div background color is #7BA566.

Border color

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

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

This div border color is #7BA566.

Opacity

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

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

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

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

This text has shadow with #7BA566 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BA566.

Preview

Color preview on black background

This text has color #7BA566 on black background.


Color preview on white background

This text has color #7BA566 on white background.


Black color preview on #7BA566 background

This text has black color on #7BA566 background.


White color preview on #7BA566 background

This text has white color on #7BA566 background.


Related colors

Complementary color

Complementary color for #hex is #845A99.


I love getcolorcode.com

Triadic colors

1 #667BA5 and #A5667B with #7BA566 are triadic colors.

2 #66A57B and #A57B66 with #7BA566 are triadic colors.