COLOR #7ABC71

HEX: #7ABC71
RGB: (122,188,113)

Renk bilgisi

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

RGB renk modeli

#7ABC71 color RGB value is (122,188,113).

  • kırmız ton 122;
  • yeşil ton 188;
  • mavi ton 113.
RGB:
(122,188,113)
(48%,74%,44%)

RGB bağlantıları ve doygunluk

R 122 of 255 = 48%
G 188 of 255 = 74%
B 113 of 255 = 44%

122
188
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
122 + 188 + 113 = 423 (100%)
R 122 of 423 ~ 28.84%
G 188 of 423 ~ 44.44%
B 113 of 423 ~ 26.71%

%28.84
%44.44
%26.71

CMYK RENK MODELİ

#7ABC71 rengi CMYK tonu (35,0,40,26).

  • camgöbeği tonu 35.11%
  • eflatun tonu 0.00%
  • sarı tonu 39.89%
  • ana renk tonu 26.27%
CMYK:
(35,0,40,26)
C35M0Y40K26 
(35%,0%,40%,26%)
(0.35/0.00/0.40/0.26)	

CMYK yüzdeleri

%35.11
%0
%39.89
%26.27

Codes

Color #7ABC71 in popluar color models

7ABC71
RGB122188113
HSL113°35.89%59.02%
HSB/HSV113°39.89%73.73%
CMYK35.11%0.00%39.89%
26.27%

Color #7ABC71 in popluar number systems.

HEX7ABC71
Decimal122188113
Binary1111010101111001110001
Octal172274161

Shades and tints

Shades of #7ABC71

#7ABC71
(122,188,113)
#6FAB67
(111,171,103)
#649A5D
(100,154,93)
#598953
(89,137,83)
#4E7849
(78,120,73)
#43673F
(67,103,63)
#385635
(56,86,53)
#2D452B
(45,69,43)
#223421
(34,52,33)
#172317
(23,35,23)
#0C120D
(12,18,13)
#000000
(0,0,0)

Tints of #7ABC71

#7ABC71
(122,188,113)
#86C27D
(134,194,125)
#92C889
(146,200,137)
#9ECE95
(158,206,149)
#AAD4A1
(170,212,161)
#B6DAAD
(182,218,173)
#C2E0B9
(194,224,185)
#CEE6C5
(206,230,197)
#DAECD1
(218,236,209)
#E6F2DD
(230,242,221)
#F2F8E9
(242,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ABC71 color. Also use rgb(122,188,113) instead hex code.

Text Font Color

.myTextColor { color: #7ABC71; }

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

This text font color is #7ABC71.


Background Color

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

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

This div background color is #7ABC71.


Border color

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

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

This div border color is #7ABC71.


Opacity

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

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

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

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

This text has shadow with #7ABC71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ABC71 on black background.


Color preview on white background

This text has color #7ABC71 on white background.



Black color preview on #7ABC71 background

This text has black color on #7ABC71 background.


White color preview on #7ABC71 background

This text has white color on #7ABC71 background.