COLOR #7BCA75

HEX: #7BCA75 RGB: (123,202,117)

Color info

#7BCA75 contains mainly green color. Web safe color of #7BCA75 is #66CC66 (or #6C6).

RGB color model

#7BCA75 color RGB value is (123,202,117).

RGB: (123,202,117) (48%, 79%, 46%)

RGB channels and saturation

R 123 of 255 = 48%
G 202 of 255 = 79%
B 117 of 255 = 46%

123
202
117

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

Portions of RGB colors in percentages

R + G + B = 123 + 202 + 117 = 442 (100%)
R 123 of 442 ~ 27.83%
G 202 of 442 ~ 45.7%
B 117 of 442 ~ 26.47'%

%27.83
%45.7
%26.47

CMYK color model

#7BCA75 color CMYK value is (39,0,42,21).

  • cyan value is 39.11%
  • magenta value is 0.00%
  • yellow value is 42.08%
  • key color value is 20.78%

CMYK: (39,0,42,21)
C39M0Y42K21 (39%, 0%, 42%, 21%)
(0.39 / 0.00 / 0.42 / 0.21)

CMYK percentages

%39.11
%0
%42.08
%20.78

Codes

Color #7BCA75 in popluar color models

7B CA 75
RGB 123 202 117
HSL 116° 44.50% 62.55%
HSB/HSV 116° 42.08% 79.22%
CMYK 39.11% 0.00% 42.08%
20.78%

Color #7BCA75 in popluar number systems.

HEX 7B CA 75
Decimal 123 202 117
Binary 1111011 11001010 1110101
Octal 173 312 165

Shades and tints

Shades of #7BCA75

#7BCA75
(123,202,117)
#70B86B
(112,184,107)
#65A661
(101,166,97)
#5A9457
(90,148,87)
#4F824D
(79,130,77)
#447043
(68,112,67)
#395E39
(57,94,57)
#2E4C2F
(46,76,47)
#233A25
(35,58,37)
#18281B
(24,40,27)
#0D1611
(13,22,17)
#000000
(0,0,0)

Tints of #7BCA75

#7BCA75
(123,202,117)
#87CE81
(135,206,129)
#93D28D
(147,210,141)
#9FD699
(159,214,153)
#ABDAA5
(171,218,165)
#B7DEB1
(183,222,177)
#C3E2BD
(195,226,189)
#CFE6C9
(207,230,201)
#DBEAD5
(219,234,213)
#E7EEE1
(231,238,225)
#F3F2ED
(243,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BCA75; }

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

This text font color is #7BCA75.

Background Color

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

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

This div background color is #7BCA75.

Border color

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

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

This div border color is #7BCA75.

Opacity

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

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

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

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

This text has shadow with #7BCA75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BCA75.

Preview

Color preview on black background

This text has color #7BCA75 on black background.


Color preview on white background

This text has color #7BCA75 on white background.


Black color preview on #7BCA75 background

This text has black color on #7BCA75 background.


White color preview on #7BCA75 background

This text has white color on #7BCA75 background.


Related colors

Complementary color

Complementary color for #hex is #84358A.


I love getcolorcode.com

Triadic colors

1 #757BCA and #CA757B with #7BCA75 are triadic colors.

2 #75CA7B and #CA7B75 with #7BCA75 are triadic colors.