COLOR #7BA06C

HEX: #7BA06C RGB: (123,160,108)

Color info

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

RGB color model

#7BA06C color RGB value is (123,160,108).

RGB: (123,160,108) (48%, 63%, 42%)

RGB channels and saturation

R 123 of 255 = 48%
G 160 of 255 = 63%
B 108 of 255 = 42%

123
160
108

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

Portions of RGB colors in percentages

R + G + B = 123 + 160 + 108 = 391 (100%)
R 123 of 391 ~ 31.46%
G 160 of 391 ~ 40.92%
B 108 of 391 ~ 27.62'%

%31.46
%40.92
%27.62

CMYK color model

#7BA06C color CMYK value is (23,0,33,37).

  • cyan value is 23.13%
  • magenta value is 0.00%
  • yellow value is 32.50%
  • key color value is 37.25%

CMYK: (23,0,33,37)
C23M0Y33K37 (23%, 0%, 33%, 37%)
(0.23 / 0.00 / 0.33 / 0.37)

CMYK percentages

%23.13
%0
%32.5
%37.25

Codes

Color #7BA06C in popluar color models

7B A0 6C
RGB 123 160 108
HSL 103° 21.49% 52.55%
HSB/HSV 103° 32.50% 62.75%
CMYK 23.13% 0.00% 32.50%
37.25%

Color #7BA06C in popluar number systems.

HEX 7B A0 6C
Decimal 123 160 108
Binary 1111011 10100000 1101100
Octal 173 240 154

Shades and tints

Shades of #7BA06C

#7BA06C
(123,160,108)
#709263
(112,146,99)
#65845A
(101,132,90)
#5A7651
(90,118,81)
#4F6848
(79,104,72)
#445A3F
(68,90,63)
#394C36
(57,76,54)
#2E3E2D
(46,62,45)
#233024
(35,48,36)
#18221B
(24,34,27)
#0D1412
(13,20,18)
#000000
(0,0,0)

Tints of #7BA06C

#7BA06C
(123,160,108)
#87A879
(135,168,121)
#93B086
(147,176,134)
#9FB893
(159,184,147)
#ABC0A0
(171,192,160)
#B7C8AD
(183,200,173)
#C3D0BA
(195,208,186)
#CFD8C7
(207,216,199)
#DBE0D4
(219,224,212)
#E7E8E1
(231,232,225)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BA06C color. Also use rgb(123,160,108) instead hex code.

Text Font Color

.myTextColor { color: #7BA06C; }

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

This text font color is #7BA06C.

Background Color

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

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

This div background color is #7BA06C.

Border color

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

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

This div border color is #7BA06C.

Opacity

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

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

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

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

This text has shadow with #7BA06C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BA06C.

Preview

Color preview on black background

This text has color #7BA06C on black background.


Color preview on white background

This text has color #7BA06C on white background.


Black color preview on #7BA06C background

This text has black color on #7BA06C background.


White color preview on #7BA06C background

This text has white color on #7BA06C background.


Related colors

Complementary color

Complementary color for #hex is #845F93.


I love getcolorcode.com

Triadic colors

1 #6C7BA0 and #A06C7B with #7BA06C are triadic colors.

2 #6CA07B and #A07B6C with #7BA06C are triadic colors.