COLOR #7CB88A

HEX: #7CB88A
RGB: (124,184,138)

Color info

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

RGB color model

#7CB88A color RGB value is (124,184,138).

  • red value is 124;
  • green value is 184;
  • blue value is 138.
RGB:
(124,184,138)
(49%,72%,54%)

RGB channels and saturation

R 124 of 255 = 49%
G 184 of 255 = 72%
B 138 of 255 = 54%

124
184
138

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

Portions of RGB colors in percentages

R + G + B =
124 + 184 + 138 = 446 (100%)
R 124 of 446 ~ 27.8%
G 184 of 446 ~ 41.26%
B 138 of 446 ~ 30.94%

%27.8
%41.26
%30.94

CMYK color model

#7CB88A color CMYK value is (33,0,25,28).

  • cyan value is 32.61%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 27.84%
CMYK:
(33,0,25,28)
C33M0Y25K28 
(33%,0%,25%,28%)
(0.33/0.00/0.25/0.28)	

CMYK percentages

%32.61
%0
%25
%27.84

Codes

Color #7CB88A in popluar color models

7CB88A
RGB124184138
HSL134°29.70%60.39%
HSB/HSV134°32.61%72.16%
CMYK32.61%0.00%25.00%
27.84%

Color #7CB88A in popluar number systems.

HEX7CB88A
Decimal124184138
Binary11111001011100010001010
Octal174270212

Shades and tints

Shades of #7CB88A

#7CB88A
(124,184,138)
#71A87E
(113,168,126)
#669872
(102,152,114)
#5B8866
(91,136,102)
#50785A
(80,120,90)
#45684E
(69,104,78)
#3A5842
(58,88,66)
#2F4836
(47,72,54)
#24382A
(36,56,42)
#19281E
(25,40,30)
#0E1812
(14,24,18)
#000000
(0,0,0)

Tints of #7CB88A

#7CB88A
(124,184,138)
#87BE94
(135,190,148)
#92C49E
(146,196,158)
#9DCAA8
(157,202,168)
#A8D0B2
(168,208,178)
#B3D6BC
(179,214,188)
#BEDCC6
(190,220,198)
#C9E2D0
(201,226,208)
#D4E8DA
(212,232,218)
#DFEEE4
(223,238,228)
#EAF4EE
(234,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CB88A color. Also use rgb(124,184,138) instead hex code.

Text Font Color

.myTextColor { color: #7CB88A; }

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

This text font color is #7CB88A.


Background Color

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

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

This div background color is #7CB88A.


Border color

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

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

This div border color is #7CB88A.


Opacity

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

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

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

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

This text has shadow with #7CB88A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CB88A on black background.


Color preview on white background

This text has color #7CB88A on white background.



Black color preview on #7CB88A background

This text has black color on #7CB88A background.


White color preview on #7CB88A background

This text has white color on #7CB88A background.