COLOR #7BC697

HEX: #7BC697 RGB: (123,198,151)

Color info

#7BC697 contains mainly green and blue colors. Web safe color of #7BC697 is #66CC99 (or #6C9).

RGB color model

#7BC697 color RGB value is (123,198,151).

RGB: (123,198,151) (48%, 78%, 59%)

RGB channels and saturation

R 123 of 255 = 48%
G 198 of 255 = 78%
B 151 of 255 = 59%

123
198
151

R + G + B ~ 62%. #7BC697 is quite light color.

Portions of RGB colors in percentages

R + G + B = 123 + 198 + 151 = 472 (100%)
R 123 of 472 ~ 26.06%
G 198 of 472 ~ 41.95%
B 151 of 472 ~ 31.99'%

%26.06
%41.95
%31.99

CMYK color model

#7BC697 color CMYK value is (38,0,24,22).

  • cyan value is 37.88%
  • magenta value is 0.00%
  • yellow value is 23.74%
  • key color value is 22.35%

CMYK: (38,0,24,22)
C38M0Y24K22 (38%, 0%, 24%, 22%)
(0.38 / 0.00 / 0.24 / 0.22)

CMYK percentages

%37.88
%0
%23.74
%22.35

Codes

Color #7BC697 in popluar color models

7B C6 97
RGB 123 198 151
HSL 142° 39.68% 62.94%
HSB/HSV 142° 37.88% 77.65%
CMYK 37.88% 0.00% 23.74%
22.35%

Color #7BC697 in popluar number systems.

HEX 7B C6 97
Decimal 123 198 151
Binary 1111011 11000110 10010111
Octal 173 306 227

Shades and tints

Shades of #7BC697

#7BC697
(123,198,151)
#70B48A
(112,180,138)
#65A27D
(101,162,125)
#5A9070
(90,144,112)
#4F7E63
(79,126,99)
#446C56
(68,108,86)
#395A49
(57,90,73)
#2E483C
(46,72,60)
#23362F
(35,54,47)
#182422
(24,36,34)
#0D1215
(13,18,21)
#000000
(0,0,0)

Tints of #7BC697

#7BC697
(123,198,151)
#87CBA0
(135,203,160)
#93D0A9
(147,208,169)
#9FD5B2
(159,213,178)
#ABDABB
(171,218,187)
#B7DFC4
(183,223,196)
#C3E4CD
(195,228,205)
#CFE9D6
(207,233,214)
#DBEEDF
(219,238,223)
#E7F3E8
(231,243,232)
#F3F8F1
(243,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BC697 color. Also use rgb(123,198,151) instead hex code.

Text Font Color

.myTextColor { color: #7BC697; }

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

This text font color is #7BC697.

Background Color

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

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

This div background color is #7BC697.

Border color

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

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

This div border color is #7BC697.

Opacity

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

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

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

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

This text has shadow with #7BC697 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BC697.

Preview

Color preview on black background

This text has color #7BC697 on black background.


Color preview on white background

This text has color #7BC697 on white background.


Black color preview on #7BC697 background

This text has black color on #7BC697 background.


White color preview on #7BC697 background

This text has white color on #7BC697 background.


Related colors

Complementary color

Complementary color for #hex is #843968.


I love getcolorcode.com

Triadic colors

1 #977BC6 and #C6977B with #7BC697 are triadic colors.

2 #97C67B and #C67B97 with #7BC697 are triadic colors.