COLOR #7BA675

HEX: #7BA675
RGB: (123,166,117)

Color info

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

RGB color model

#7BA675 color RGB value is (123,166,117).

  • red value is 123;
  • green value is 166;
  • blue value is 117.
RGB:
(123,166,117)
(48%,65%,46%)

RGB channels and saturation

R 123 of 255 = 48%
G 166 of 255 = 65%
B 117 of 255 = 46%

123
166
117

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

Portions of RGB colors in percentages

R + G + B =
123 + 166 + 117 = 406 (100%)
R 123 of 406 ~ 30.3%
G 166 of 406 ~ 40.89%
B 117 of 406 ~ 28.82%

%30.3
%40.89
%28.82

CMYK color model

#7BA675 color CMYK value is (26,0,30,35).

  • cyan value is 25.90%
  • magenta value is 0.00%
  • yellow value is 29.52%
  • key color value is 34.90%
CMYK:
(26,0,30,35)
C26M0Y30K35 
(26%,0%,30%,35%)
(0.26/0.00/0.30/0.35)	

CMYK percentages

%25.9
%0
%29.52
%34.9

Codes

Color #7BA675 in popluar color models

7BA675
RGB123166117
HSL113°21.59%55.49%
HSB/HSV113°29.52%65.10%
CMYK25.90%0.00%29.52%
34.90%

Color #7BA675 in popluar number systems.

HEX7BA675
Decimal123166117
Binary1111011101001101110101
Octal173246165

Shades and tints

Shades of #7BA675

#7BA675
(123,166,117)
#70976B
(112,151,107)
#658861
(101,136,97)
#5A7957
(90,121,87)
#4F6A4D
(79,106,77)
#445B43
(68,91,67)
#394C39
(57,76,57)
#2E3D2F
(46,61,47)
#232E25
(35,46,37)
#181F1B
(24,31,27)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #7BA675

#7BA675
(123,166,117)
#87AE81
(135,174,129)
#93B68D
(147,182,141)
#9FBE99
(159,190,153)
#ABC6A5
(171,198,165)
#B7CEB1
(183,206,177)
#C3D6BD
(195,214,189)
#CFDEC9
(207,222,201)
#DBE6D5
(219,230,213)
#E7EEE1
(231,238,225)
#F3F6ED
(243,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BA675; }

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

This text font color is #7BA675.


Background Color

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

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

This div background color is #7BA675.


Border color

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

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

This div border color is #7BA675.


Opacity

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

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

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

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

This text has shadow with #7BA675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BA675 on black background.


Color preview on white background

This text has color #7BA675 on white background.



Black color preview on #7BA675 background

This text has black color on #7BA675 background.


White color preview on #7BA675 background

This text has white color on #7BA675 background.