COLOR #7CB795

HEX: #7CB795
RGB: (124,183,149)

Color info

#7CB795 contains red, green and blue colors in about the same proportion. Web safe color of #7CB795 is #66CC99 (or #6C9).

RGB color model

#7CB795 color RGB value is (124,183,149).

  • red value is 124;
  • green value is 183;
  • blue value is 149.
RGB:
(124,183,149)
(49%,72%,58%)

RGB channels and saturation

R 124 of 255 = 49%
G 183 of 255 = 72%
B 149 of 255 = 58%

124
183
149

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

Portions of RGB colors in percentages

R + G + B =
124 + 183 + 149 = 456 (100%)
R 124 of 456 ~ 27.19%
G 183 of 456 ~ 40.13%
B 149 of 456 ~ 32.68%

%27.19
%40.13
%32.68

CMYK color model

#7CB795 color CMYK value is (32,0,19,28).

  • cyan value is 32.24%
  • magenta value is 0.00%
  • yellow value is 18.58%
  • key color value is 28.24%
CMYK:
(32,0,19,28)
C32M0Y19K28 
(32%,0%,19%,28%)
(0.32/0.00/0.19/0.28)	

CMYK percentages

%32.24
%0
%18.58
%28.24

Codes

Color #7CB795 in popluar color models

7CB795
RGB124183149
HSL145°29.06%60.20%
HSB/HSV145°32.24%71.76%
CMYK32.24%0.00%18.58%
28.24%

Color #7CB795 in popluar number systems.

HEX7CB795
Decimal124183149
Binary11111001011011110010101
Octal174267225

Shades and tints

Shades of #7CB795

#7CB795
(124,183,149)
#71A788
(113,167,136)
#66977B
(102,151,123)
#5B876E
(91,135,110)
#507761
(80,119,97)
#456754
(69,103,84)
#3A5747
(58,87,71)
#2F473A
(47,71,58)
#24372D
(36,55,45)
#192720
(25,39,32)
#0E1713
(14,23,19)
#000000
(0,0,0)

Tints of #7CB795

#7CB795
(124,183,149)
#87BD9E
(135,189,158)
#92C3A7
(146,195,167)
#9DC9B0
(157,201,176)
#A8CFB9
(168,207,185)
#B3D5C2
(179,213,194)
#BEDBCB
(190,219,203)
#C9E1D4
(201,225,212)
#D4E7DD
(212,231,221)
#DFEDE6
(223,237,230)
#EAF3EF
(234,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CB795 color. Also use rgb(124,183,149) instead hex code.

Text Font Color

.myTextColor { color: #7CB795; }

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

This text font color is #7CB795.


Background Color

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

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

This div background color is #7CB795.


Border color

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

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

This div border color is #7CB795.


Opacity

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

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

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

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

This text has shadow with #7CB795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CB795 on black background.


Color preview on white background

This text has color #7CB795 on white background.



Black color preview on #7CB795 background

This text has black color on #7CB795 background.


White color preview on #7CB795 background

This text has white color on #7CB795 background.