COLOR #7BB695

HEX: #7BB695 RGB: (123,182,149)

Color info

#7BB695 contains red, green and blue colors in about the same proportion. Web safe color of #7BB695 is #66CC99 (or #6C9).

RGB color model

#7BB695 color RGB value is (123,182,149).

RGB: (123,182,149) (48%, 71%, 58%)

RGB channels and saturation

R 123 of 255 = 48%
G 182 of 255 = 71%
B 149 of 255 = 58%

123
182
149

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

Portions of RGB colors in percentages

R + G + B = 123 + 182 + 149 = 454 (100%)
R 123 of 454 ~ 27.09%
G 182 of 454 ~ 40.09%
B 149 of 454 ~ 32.82'%

%27.09
%40.09
%32.82

CMYK color model

#7BB695 color CMYK value is (32,0,18,29).

  • cyan value is 32.42%
  • magenta value is 0.00%
  • yellow value is 18.13%
  • key color value is 28.63%

CMYK: (32,0,18,29)
C32M0Y18K29 (32%, 0%, 18%, 29%)
(0.32 / 0.00 / 0.18 / 0.29)

CMYK percentages

%32.42
%0
%18.13
%28.63

Codes

Color #7BB695 in popluar color models

7B B6 95
RGB 123 182 149
HSL 146° 28.78% 59.80%
HSB/HSV 146° 32.42% 71.37%
CMYK 32.42% 0.00% 18.13%
28.63%

Color #7BB695 in popluar number systems.

HEX 7B B6 95
Decimal 123 182 149
Binary 1111011 10110110 10010101
Octal 173 266 225

Shades and tints

Shades of #7BB695

#7BB695
(123,182,149)
#70A688
(112,166,136)
#65967B
(101,150,123)
#5A866E
(90,134,110)
#4F7661
(79,118,97)
#446654
(68,102,84)
#395647
(57,86,71)
#2E463A
(46,70,58)
#23362D
(35,54,45)
#182620
(24,38,32)
#0D1613
(13,22,19)
#000000
(0,0,0)

Tints of #7BB695

#7BB695
(123,182,149)
#87BC9E
(135,188,158)
#93C2A7
(147,194,167)
#9FC8B0
(159,200,176)
#ABCEB9
(171,206,185)
#B7D4C2
(183,212,194)
#C3DACB
(195,218,203)
#CFE0D4
(207,224,212)
#DBE6DD
(219,230,221)
#E7ECE6
(231,236,230)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BB695 color. Also use rgb(123,182,149) instead hex code.

Text Font Color

.myTextColor { color: #7BB695; }

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

This text font color is #7BB695.

Background Color

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

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

This div background color is #7BB695.

Border color

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

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

This div border color is #7BB695.

Opacity

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

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

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

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

This text has shadow with #7BB695 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BB695.

Preview

Color preview on black background

This text has color #7BB695 on black background.


Color preview on white background

This text has color #7BB695 on white background.


Black color preview on #7BB695 background

This text has black color on #7BB695 background.


White color preview on #7BB695 background

This text has white color on #7BB695 background.


Related colors

Complementary color

Complementary color for #hex is #84496A.


I love getcolorcode.com

Triadic colors

1 #957BB6 and #B6957B with #7BB695 are triadic colors.

2 #95B67B and #B67B95 with #7BB695 are triadic colors.