COLOR #7CC69F

HEX: #7CC69F RGB: (124,198,159)

Color info

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

RGB color model

#7CC69F color RGB value is (124,198,159).

RGB: (124,198,159) (49%, 78%, 62%)

RGB channels and saturation

R 124 of 255 = 49%
G 198 of 255 = 78%
B 159 of 255 = 62%

124
198
159

R + G + B ~ 63%. #7CC69F is quite light color.

Portions of RGB colors in percentages

R + G + B = 124 + 198 + 159 = 481 (100%)
R 124 of 481 ~ 25.78%
G 198 of 481 ~ 41.16%
B 159 of 481 ~ 33.06'%

%25.78
%41.16
%33.06

CMYK color model

#7CC69F color CMYK value is (37,0,20,22).

  • cyan value is 37.37%
  • magenta value is 0.00%
  • yellow value is 19.70%
  • key color value is 22.35%

CMYK: (37,0,20,22)
C37M0Y20K22 (37%, 0%, 20%, 22%)
(0.37 / 0.00 / 0.20 / 0.22)

CMYK percentages

%37.37
%0
%19.7
%22.35

Codes

Color #7CC69F in popluar color models

7C C6 9F
RGB 124 198 159
HSL 148° 39.36% 63.14%
HSB/HSV 148° 37.37% 77.65%
CMYK 37.37% 0.00% 19.70%
22.35%

Color #7CC69F in popluar number systems.

HEX 7C C6 9F
Decimal 124 198 159
Binary 1111100 11000110 10011111
Octal 174 306 237

Shades and tints

Shades of #7CC69F

#7CC69F
(124,198,159)
#71B491
(113,180,145)
#66A283
(102,162,131)
#5B9075
(91,144,117)
#507E67
(80,126,103)
#456C59
(69,108,89)
#3A5A4B
(58,90,75)
#2F483D
(47,72,61)
#24362F
(36,54,47)
#192421
(25,36,33)
#0E1213
(14,18,19)
#000000
(0,0,0)

Tints of #7CC69F

#7CC69F
(124,198,159)
#87CBA7
(135,203,167)
#92D0AF
(146,208,175)
#9DD5B7
(157,213,183)
#A8DABF
(168,218,191)
#B3DFC7
(179,223,199)
#BEE4CF
(190,228,207)
#C9E9D7
(201,233,215)
#D4EEDF
(212,238,223)
#DFF3E7
(223,243,231)
#EAF8EF
(234,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CC69F color. Also use rgb(124,198,159) instead hex code.

Text Font Color

.myTextColor { color: #7CC69F; }

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

This text font color is #7CC69F.

Background Color

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

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

This div background color is #7CC69F.

Border color

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

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

This div border color is #7CC69F.

Opacity

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

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

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

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

This text has shadow with #7CC69F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CC69F.

Preview

Color preview on black background

This text has color #7CC69F on black background.


Color preview on white background

This text has color #7CC69F on white background.


Black color preview on #7CC69F background

This text has black color on #7CC69F background.


White color preview on #7CC69F background

This text has white color on #7CC69F background.


Related colors

Complementary color

Complementary color for #hex is #833960.


I love getcolorcode.com

Triadic colors

1 #9F7CC6 and #C69F7C with #7CC69F are triadic colors.

2 #9FC67C and #C67C9F with #7CC69F are triadic colors.