COLOR #7CD068

HEX: #7CD068
RGB: (124,208,104)

Color info

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

RGB color model

#7CD068 color RGB value is (124,208,104).

  • red value is 124;
  • green value is 208;
  • blue value is 104.
RGB:
(124,208,104)
(49%,82%,41%)

RGB channels and saturation

R 124 of 255 = 49%
G 208 of 255 = 82%
B 104 of 255 = 41%

124
208
104

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

Portions of RGB colors in percentages

R + G + B =
124 + 208 + 104 = 436 (100%)
R 124 of 436 ~ 28.44%
G 208 of 436 ~ 47.71%
B 104 of 436 ~ 23.85%

%28.44
%47.71
%23.85

CMYK color model

#7CD068 color CMYK value is (40,0,50,18).

  • cyan value is 40.38%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 18.43%
CMYK:
(40,0,50,18)
C40M0Y50K18 
(40%,0%,50%,18%)
(0.40/0.00/0.50/0.18)	

CMYK percentages

%40.38
%0
%50
%18.43

Codes

Color #7CD068 in popluar color models

7CD068
RGB124208104
HSL108°52.53%61.18%
HSB/HSV108°50.00%81.57%
CMYK40.38%0.00%50.00%
18.43%

Color #7CD068 in popluar number systems.

HEX7CD068
Decimal124208104
Binary1111100110100001101000
Octal174320150

Shades and tints

Shades of #7CD068

#7CD068
(124,208,104)
#71BE5F
(113,190,95)
#66AC56
(102,172,86)
#5B9A4D
(91,154,77)
#508844
(80,136,68)
#45763B
(69,118,59)
#3A6432
(58,100,50)
#2F5229
(47,82,41)
#244020
(36,64,32)
#192E17
(25,46,23)
#0E1C0E
(14,28,14)
#000000
(0,0,0)

Tints of #7CD068

#7CD068
(124,208,104)
#87D475
(135,212,117)
#92D882
(146,216,130)
#9DDC8F
(157,220,143)
#A8E09C
(168,224,156)
#B3E4A9
(179,228,169)
#BEE8B6
(190,232,182)
#C9ECC3
(201,236,195)
#D4F0D0
(212,240,208)
#DFF4DD
(223,244,221)
#EAF8EA
(234,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CD068 color. Also use rgb(124,208,104) instead hex code.

Text Font Color

.myTextColor { color: #7CD068; }

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

This text font color is #7CD068.


Background Color

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

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

This div background color is #7CD068.


Border color

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

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

This div border color is #7CD068.


Opacity

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

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

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

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

This text has shadow with #7CD068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CD068 on black background.


Color preview on white background

This text has color #7CD068 on white background.



Black color preview on #7CD068 background

This text has black color on #7CD068 background.


White color preview on #7CD068 background

This text has white color on #7CD068 background.