COLOR #7CBA68

HEX: #7CBA68
RGB: (124,186,104)

Color info

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

RGB color model

#7CBA68 color RGB value is (124,186,104).

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

RGB channels and saturation

R 124 of 255 = 49%
G 186 of 255 = 73%
B 104 of 255 = 41%

124
186
104

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

Portions of RGB colors in percentages

R + G + B =
124 + 186 + 104 = 414 (100%)
R 124 of 414 ~ 29.95%
G 186 of 414 ~ 44.93%
B 104 of 414 ~ 25.12%

%29.95
%44.93
%25.12

CMYK color model

#7CBA68 color CMYK value is (33,0,44,27).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 44.09%
  • key color value is 27.06%
CMYK:
(33,0,44,27)
C33M0Y44K27 
(33%,0%,44%,27%)
(0.33/0.00/0.44/0.27)	

CMYK percentages

%33.33
%0
%44.09
%27.06

Codes

Color #7CBA68 in popluar color models

7CBA68
RGB124186104
HSL105°37.27%56.86%
HSB/HSV105°44.09%72.94%
CMYK33.33%0.00%44.09%
27.06%

Color #7CBA68 in popluar number systems.

HEX7CBA68
Decimal124186104
Binary1111100101110101101000
Octal174272150

Shades and tints

Shades of #7CBA68

#7CBA68
(124,186,104)
#71AA5F
(113,170,95)
#669A56
(102,154,86)
#5B8A4D
(91,138,77)
#507A44
(80,122,68)
#456A3B
(69,106,59)
#3A5A32
(58,90,50)
#2F4A29
(47,74,41)
#243A20
(36,58,32)
#192A17
(25,42,23)
#0E1A0E
(14,26,14)
#000000
(0,0,0)

Tints of #7CBA68

#7CBA68
(124,186,104)
#87C075
(135,192,117)
#92C682
(146,198,130)
#9DCC8F
(157,204,143)
#A8D29C
(168,210,156)
#B3D8A9
(179,216,169)
#BEDEB6
(190,222,182)
#C9E4C3
(201,228,195)
#D4EAD0
(212,234,208)
#DFF0DD
(223,240,221)
#EAF6EA
(234,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CBA68; }

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

This text font color is #7CBA68.


Background Color

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

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

This div background color is #7CBA68.


Border color

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

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

This div border color is #7CBA68.


Opacity

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

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

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

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

This text has shadow with #7CBA68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CBA68 on black background.


Color preview on white background

This text has color #7CBA68 on white background.



Black color preview on #7CBA68 background

This text has black color on #7CBA68 background.


White color preview on #7CBA68 background

This text has white color on #7CBA68 background.