COLOR #7BA66F

HEX: #7BA66F RGB: (123,166,111)

Color info

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

RGB color model

#7BA66F color RGB value is (123,166,111).

RGB: (123,166,111) (48%, 65%, 44%)

RGB channels and saturation

R 123 of 255 = 48%
G 166 of 255 = 65%
B 111 of 255 = 44%

123
166
111

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

Portions of RGB colors in percentages

R + G + B = 123 + 166 + 111 = 400 (100%)
R 123 of 400 ~ 30.75%
G 166 of 400 ~ 41.5%
B 111 of 400 ~ 27.75'%

%30.75
%41.5
%27.75

CMYK color model

#7BA66F color CMYK value is (26,0,33,35).

  • cyan value is 25.90%
  • magenta value is 0.00%
  • yellow value is 33.13%
  • key color value is 34.90%

CMYK: (26,0,33,35)
C26M0Y33K35 (26%, 0%, 33%, 35%)
(0.26 / 0.00 / 0.33 / 0.35)

CMYK percentages

%25.9
%0
%33.13
%34.9

Codes

Color #7BA66F in popluar color models

7B A6 6F
RGB 123 166 111
HSL 107° 23.61% 54.31%
HSB/HSV 107° 33.13% 65.10%
CMYK 25.90% 0.00% 33.13%
34.90%

Color #7BA66F in popluar number systems.

HEX 7B A6 6F
Decimal 123 166 111
Binary 1111011 10100110 1101111
Octal 173 246 157

Shades and tints

Shades of #7BA66F

#7BA66F
(123,166,111)
#709765
(112,151,101)
#65885B
(101,136,91)
#5A7951
(90,121,81)
#4F6A47
(79,106,71)
#445B3D
(68,91,61)
#394C33
(57,76,51)
#2E3D29
(46,61,41)
#232E1F
(35,46,31)
#181F15
(24,31,21)
#0D100B
(13,16,11)
#000000
(0,0,0)

Tints of #7BA66F

#7BA66F
(123,166,111)
#87AE7C
(135,174,124)
#93B689
(147,182,137)
#9FBE96
(159,190,150)
#ABC6A3
(171,198,163)
#B7CEB0
(183,206,176)
#C3D6BD
(195,214,189)
#CFDECA
(207,222,202)
#DBE6D7
(219,230,215)
#E7EEE4
(231,238,228)
#F3F6F1
(243,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BA66F; }

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

This text font color is #7BA66F.

Background Color

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

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

This div background color is #7BA66F.

Border color

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

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

This div border color is #7BA66F.

Opacity

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

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

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

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

This text has shadow with #7BA66F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BA66F.

Preview

Color preview on black background

This text has color #7BA66F on black background.


Color preview on white background

This text has color #7BA66F on white background.


Black color preview on #7BA66F background

This text has black color on #7BA66F background.


White color preview on #7BA66F background

This text has white color on #7BA66F background.


Related colors

Complementary color

Complementary color for #hex is #845990.


I love getcolorcode.com

Triadic colors

1 #6F7BA6 and #A66F7B with #7BA66F are triadic colors.

2 #6FA67B and #A67B6F with #7BA66F are triadic colors.