COLOR #7CC09B

HEX: #7CC09B RGB: (124,192,155)

Color info

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

RGB color model

#7CC09B color RGB value is (124,192,155).

RGB: (124,192,155) (49%, 75%, 61%)

RGB channels and saturation

R 124 of 255 = 49%
G 192 of 255 = 75%
B 155 of 255 = 61%

124
192
155

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

Portions of RGB colors in percentages

R + G + B = 124 + 192 + 155 = 471 (100%)
R 124 of 471 ~ 26.33%
G 192 of 471 ~ 40.76%
B 155 of 471 ~ 32.91'%

%26.33
%40.76
%32.91

CMYK color model

#7CC09B color CMYK value is (35,0,19,25).

  • cyan value is 35.42%
  • magenta value is 0.00%
  • yellow value is 19.27%
  • key color value is 24.71%

CMYK: (35,0,19,25)
C35M0Y19K25 (35%, 0%, 19%, 25%)
(0.35 / 0.00 / 0.19 / 0.25)

CMYK percentages

%35.42
%0
%19.27
%24.71

Codes

Color #7CC09B in popluar color models

7C C0 9B
RGB 124 192 155
HSL 147° 35.05% 61.96%
HSB/HSV 147° 35.42% 75.29%
CMYK 35.42% 0.00% 19.27%
24.71%

Color #7CC09B in popluar number systems.

HEX 7C C0 9B
Decimal 124 192 155
Binary 1111100 11000000 10011011
Octal 174 300 233

Shades and tints

Shades of #7CC09B

#7CC09B
(124,192,155)
#71AF8D
(113,175,141)
#669E7F
(102,158,127)
#5B8D71
(91,141,113)
#507C63
(80,124,99)
#456B55
(69,107,85)
#3A5A47
(58,90,71)
#2F4939
(47,73,57)
#24382B
(36,56,43)
#19271D
(25,39,29)
#0E160F
(14,22,15)
#000000
(0,0,0)

Tints of #7CC09B

#7CC09B
(124,192,155)
#87C5A4
(135,197,164)
#92CAAD
(146,202,173)
#9DCFB6
(157,207,182)
#A8D4BF
(168,212,191)
#B3D9C8
(179,217,200)
#BEDED1
(190,222,209)
#C9E3DA
(201,227,218)
#D4E8E3
(212,232,227)
#DFEDEC
(223,237,236)
#EAF2F5
(234,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CC09B color. Also use rgb(124,192,155) instead hex code.

Text Font Color

.myTextColor { color: #7CC09B; }

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

This text font color is #7CC09B.

Background Color

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

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

This div background color is #7CC09B.

Border color

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

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

This div border color is #7CC09B.

Opacity

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

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

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

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

This text has shadow with #7CC09B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CC09B.

Preview

Color preview on black background

This text has color #7CC09B on black background.


Color preview on white background

This text has color #7CC09B on white background.


Black color preview on #7CC09B background

This text has black color on #7CC09B background.


White color preview on #7CC09B background

This text has white color on #7CC09B background.


Related colors

Complementary color

Complementary color for #hex is #833F64.


I love getcolorcode.com

Triadic colors

1 #9B7CC0 and #C09B7C with #7CC09B are triadic colors.

2 #9BC07C and #C07C9B with #7CC09B are triadic colors.