COLOR #7BAF6B

HEX: #7BAF6B
RGB: (123,175,107)

Color info

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

RGB color model

#7BAF6B color RGB value is (123,175,107).

  • red value is 123;
  • green value is 175;
  • blue value is 107.
RGB:
(123,175,107)
(48%,69%,42%)

RGB channels and saturation

R 123 of 255 = 48%
G 175 of 255 = 69%
B 107 of 255 = 42%

123
175
107

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

Portions of RGB colors in percentages

R + G + B =
123 + 175 + 107 = 405 (100%)
R 123 of 405 ~ 30.37%
G 175 of 405 ~ 43.21%
B 107 of 405 ~ 26.42%

%30.37
%43.21
%26.42

CMYK color model

#7BAF6B color CMYK value is (30,0,39,31).

  • cyan value is 29.71%
  • magenta value is 0.00%
  • yellow value is 38.86%
  • key color value is 31.37%
CMYK:
(30,0,39,31)
C30M0Y39K31 
(30%,0%,39%,31%)
(0.30/0.00/0.39/0.31)	

CMYK percentages

%29.71
%0
%38.86
%31.37

Codes

Color #7BAF6B in popluar color models

7BAF6B
RGB123175107
HSL106°29.82%55.29%
HSB/HSV106°38.86%68.63%
CMYK29.71%0.00%38.86%
31.37%

Color #7BAF6B in popluar number systems.

HEX7BAF6B
Decimal123175107
Binary1111011101011111101011
Octal173257153

Shades and tints

Shades of #7BAF6B

#7BAF6B
(123,175,107)
#70A062
(112,160,98)
#659159
(101,145,89)
#5A8250
(90,130,80)
#4F7347
(79,115,71)
#44643E
(68,100,62)
#395535
(57,85,53)
#2E462C
(46,70,44)
#233723
(35,55,35)
#18281A
(24,40,26)
#0D1911
(13,25,17)
#000000
(0,0,0)

Tints of #7BAF6B

#7BAF6B
(123,175,107)
#87B678
(135,182,120)
#93BD85
(147,189,133)
#9FC492
(159,196,146)
#ABCB9F
(171,203,159)
#B7D2AC
(183,210,172)
#C3D9B9
(195,217,185)
#CFE0C6
(207,224,198)
#DBE7D3
(219,231,211)
#E7EEE0
(231,238,224)
#F3F5ED
(243,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BAF6B color. Also use rgb(123,175,107) instead hex code.

Text Font Color

.myTextColor { color: #7BAF6B; }

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

This text font color is #7BAF6B.


Background Color

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

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

This div background color is #7BAF6B.


Border color

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

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

This div border color is #7BAF6B.


Opacity

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

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

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

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

This text has shadow with #7BAF6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BAF6B on black background.


Color preview on white background

This text has color #7BAF6B on white background.



Black color preview on #7BAF6B background

This text has black color on #7BAF6B background.


White color preview on #7BAF6B background

This text has white color on #7BAF6B background.