COLOR #7FCB77

HEX: #7FCB77
RGB: (127,203,119)

Renk bilgisi

#7FCB77 contains mainly green color. #7FCB77 ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#7FCB77 color RGB value is (127,203,119).

  • kırmız ton 127;
  • yeşil ton 203;
  • mavi ton 119.
RGB:
(127,203,119)
(50%,80%,47%)

RGB bağlantıları ve doygunluk

R 127 of 255 = 50%
G 203 of 255 = 80%
B 119 of 255 = 47%

127
203
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
127 + 203 + 119 = 449 (100%)
R 127 of 449 ~ 28.29%
G 203 of 449 ~ 45.21%
B 119 of 449 ~ 26.5%

%28.29
%45.21
%26.5

CMYK RENK MODELİ

#7FCB77 rengi CMYK tonu (37,0,41,20).

  • camgöbeği tonu 37.44%
  • eflatun tonu 0.00%
  • sarı tonu 41.38%
  • ana renk tonu 20.39%
CMYK:
(37,0,41,20)
C37M0Y41K20 
(37%,0%,41%,20%)
(0.37/0.00/0.41/0.20)	

CMYK yüzdeleri

%37.44
%0
%41.38
%20.39

Codes

Color #7FCB77 in popluar color models

7FCB77
RGB127203119
HSL114°44.68%63.14%
HSB/HSV114°41.38%79.61%
CMYK37.44%0.00%41.38%
20.39%

Color #7FCB77 in popluar number systems.

HEX7FCB77
Decimal127203119
Binary1111111110010111110111
Octal177313167

Shades and tints

Shades of #7FCB77

#7FCB77
(127,203,119)
#74B96D
(116,185,109)
#69A763
(105,167,99)
#5E9559
(94,149,89)
#53834F
(83,131,79)
#487145
(72,113,69)
#3D5F3B
(61,95,59)
#324D31
(50,77,49)
#273B27
(39,59,39)
#1C291D
(28,41,29)
#111713
(17,23,19)
#000000
(0,0,0)

Tints of #7FCB77

#7FCB77
(127,203,119)
#8ACF83
(138,207,131)
#95D38F
(149,211,143)
#A0D79B
(160,215,155)
#ABDBA7
(171,219,167)
#B6DFB3
(182,223,179)
#C1E3BF
(193,227,191)
#CCE7CB
(204,231,203)
#D7EBD7
(215,235,215)
#E2EFE3
(226,239,227)
#EDF3EF
(237,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FCB77 color. Also use rgb(127,203,119) instead hex code.

Text Font Color

.myTextColor { color: #7FCB77; }

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

This text font color is #7FCB77.


Background Color

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

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

This div background color is #7FCB77.


Border color

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

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

This div border color is #7FCB77.


Opacity

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

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

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

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

This text has shadow with #7FCB77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FCB77 on black background.


Color preview on white background

This text has color #7FCB77 on white background.



Black color preview on #7FCB77 background

This text has black color on #7FCB77 background.


White color preview on #7FCB77 background

This text has white color on #7FCB77 background.