COLOR #7CC067

HEX: #7CC067
RGB: (124,192,103)

Color info

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

RGB color model

#7CC067 color RGB value is (124,192,103).

  • red value is 124;
  • green value is 192;
  • blue value is 103.
RGB: (124,192,103) (49%,75%,40%)

RGB channels and saturation

R 124 of 255 = 49%
G 192 of 255 = 75%
B 103 of 255 = 40%

124
192
103

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

Portions of RGB colors in percentages

R + G + B =
124 + 192 + 103 = 419 (100%)
R 124 of 419 ~ 29.59%
G 192 of 419 ~ 45.82%
B 103 of 419 ~ 24.58%

%29.59
%45.82
%24.58

CMYK color model

#7CC067 color CMYK value is (35,0,46,25).

  • cyan value is 35.42%
  • magenta value is 0.00%
  • yellow value is 46.35%
  • key color value is 24.71%
CMYK: (35,0,46,25) C35M0Y46K25 (35%,0%,46%,25%) (0.35/0.00/0.46/0.25)

CMYK percentages

%35.42
%0
%46.35
%24.71

Codes

Color #7CC067 in popluar color models

7CC067
RGB124192103
HSL106°41.40%57.84%
HSB/HSV106°46.35%75.29%
CMYK35.42%0.00%46.35%
24.71%

Color #7CC067 in popluar number systems.

HEX7CC067
Decimal124192103
Binary1111100110000001100111
Octal174300147

Shades and tints

Shades of #7CC067

#7CC067
(124,192,103)
#71AF5E
(113,175,94)
#669E55
(102,158,85)
#5B8D4C
(91,141,76)
#507C43
(80,124,67)
#456B3A
(69,107,58)
#3A5A31
(58,90,49)
#2F4928
(47,73,40)
#24381F
(36,56,31)
#192716
(25,39,22)
#0E160D
(14,22,13)
#000000
(0,0,0)

Tints of #7CC067

#7CC067
(124,192,103)
#87C574
(135,197,116)
#92CA81
(146,202,129)
#9DCF8E
(157,207,142)
#A8D49B
(168,212,155)
#B3D9A8
(179,217,168)
#BEDEB5
(190,222,181)
#C9E3C2
(201,227,194)
#D4E8CF
(212,232,207)
#DFEDDC
(223,237,220)
#EAF2E9
(234,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CC067; }

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

This text font color is #7CC067.


Background Color

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

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

This div background color is #7CC067.


Border color

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

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

This div border color is #7CC067.


Opacity

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

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

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

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

This text has shadow with #7CC067 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #7CC067; -webkit-box-shadow:	1px 1px 3px 2px #7CC067; box-shadow:	1px 1px 3px 2px #7CC067; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7CC067; -webkit-box-shadow: 1px 1px 3px 2px #7CC067; box-shadow:1px 1px 3px 2px #7CC067;">
Div content here</div>
This div box has shadow with color #7CC067.

Preview

Color preview on black background

This text has color #7CC067 on black background.


Color preview on white background

This text has color #7CC067 on white background.



Black color preview on #7CC067 background

This text has black color on #7CC067 background.


White color preview on #7CC067 background

This text has white color on #7CC067 background.