COLOR #7CBF90

HEX: #7CBF90
RGB: (124,191,144)

Color info

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

RGB color model

#7CBF90 color RGB value is (124,191,144).

  • red value is 124;
  • green value is 191;
  • blue value is 144.
RGB:
(124,191,144)
(49%,75%,56%)

RGB channels and saturation

R 124 of 255 = 49%
G 191 of 255 = 75%
B 144 of 255 = 56%

124
191
144

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

Portions of RGB colors in percentages

R + G + B =
124 + 191 + 144 = 459 (100%)
R 124 of 459 ~ 27.02%
G 191 of 459 ~ 41.61%
B 144 of 459 ~ 31.37%

%27.02
%41.61
%31.37

CMYK color model

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

  • cyan value is 35.08%
  • magenta value is 0.00%
  • yellow value is 24.61%
  • key color value is 25.10%
CMYK:
(35,0,25,25)
C35M0Y25K25 
(35%,0%,25%,25%)
(0.35/0.00/0.25/0.25)	

CMYK percentages

%35.08
%0
%24.61
%25.1

Codes

Color #7CBF90 in popluar color models

7CBF90
RGB124191144
HSL138°34.36%61.76%
HSB/HSV138°35.08%74.90%
CMYK35.08%0.00%24.61%
25.10%

Color #7CBF90 in popluar number systems.

HEX7CBF90
Decimal124191144
Binary11111001011111110010000
Octal174277220

Shades and tints

Shades of #7CBF90

#7CBF90
(124,191,144)
#71AE83
(113,174,131)
#669D76
(102,157,118)
#5B8C69
(91,140,105)
#507B5C
(80,123,92)
#456A4F
(69,106,79)
#3A5942
(58,89,66)
#2F4835
(47,72,53)
#243728
(36,55,40)
#19261B
(25,38,27)
#0E150E
(14,21,14)
#000000
(0,0,0)

Tints of #7CBF90

#7CBF90
(124,191,144)
#87C49A
(135,196,154)
#92C9A4
(146,201,164)
#9DCEAE
(157,206,174)
#A8D3B8
(168,211,184)
#B3D8C2
(179,216,194)
#BEDDCC
(190,221,204)
#C9E2D6
(201,226,214)
#D4E7E0
(212,231,224)
#DFECEA
(223,236,234)
#EAF1F4
(234,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CBF90 color. Also use rgb(124,191,144) instead hex code.

Text Font Color

.myTextColor { color: #7CBF90; }

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

This text font color is #7CBF90.


Background Color

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

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

This div background color is #7CBF90.


Border color

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

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

This div border color is #7CBF90.


Opacity

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

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

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

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

This text has shadow with #7CBF90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CBF90 on black background.


Color preview on white background

This text has color #7CBF90 on white background.



Black color preview on #7CBF90 background

This text has black color on #7CBF90 background.


White color preview on #7CBF90 background

This text has white color on #7CBF90 background.