COLOR #6BBC76

HEX: #6BBC76
RGB: (107,188,118)

Renk bilgisi

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

RGB renk modeli

#6BBC76 color RGB value is (107,188,118).

  • kırmız ton 107;
  • yeşil ton 188;
  • mavi ton 118.
RGB:
(107,188,118)
(42%,74%,46%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 188 of 255 = 74%
B 118 of 255 = 46%

107
188
118

R + G + B ~ 54%. #6BBC76 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 188 + 118 = 413 (100%)
R 107 of 413 ~ 25.91%
G 188 of 413 ~ 45.52%
B 118 of 413 ~ 28.57%

%25.91
%45.52
%28.57

CMYK RENK MODELİ

#6BBC76 rengi CMYK tonu (43,0,37,26).

  • camgöbeği tonu 43.09%
  • eflatun tonu 0.00%
  • sarı tonu 37.23%
  • ana renk tonu 26.27%
CMYK:
(43,0,37,26)
C43M0Y37K26 
(43%,0%,37%,26%)
(0.43/0.00/0.37/0.26)	

CMYK yüzdeleri

%43.09
%0
%37.23
%26.27

Codes

Color #6BBC76 in popluar color models

6BBC76
RGB107188118
HSL128°37.67%57.84%
HSB/HSV128°43.09%73.73%
CMYK43.09%0.00%37.23%
26.27%

Color #6BBC76 in popluar number systems.

HEX6BBC76
Decimal107188118
Binary1101011101111001110110
Octal153274166

Shades and tints

Shades of #6BBC76

#6BBC76
(107,188,118)
#62AB6C
(98,171,108)
#599A62
(89,154,98)
#508958
(80,137,88)
#47784E
(71,120,78)
#3E6744
(62,103,68)
#35563A
(53,86,58)
#2C4530
(44,69,48)
#233426
(35,52,38)
#1A231C
(26,35,28)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #6BBC76

#6BBC76
(107,188,118)
#78C282
(120,194,130)
#85C88E
(133,200,142)
#92CE9A
(146,206,154)
#9FD4A6
(159,212,166)
#ACDAB2
(172,218,178)
#B9E0BE
(185,224,190)
#C6E6CA
(198,230,202)
#D3ECD6
(211,236,214)
#E0F2E2
(224,242,226)
#EDF8EE
(237,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BBC76 color. Also use rgb(107,188,118) instead hex code.

Text Font Color

.myTextColor { color: #6BBC76; }

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

This text font color is #6BBC76.


Background Color

.myBgColor { background-color: #6BBC76; }

<div style="background-color:#6BBC76">Inner text</div>

This div background color is #6BBC76.


Border color

.myBorderColor { border: 1px solid #6BBC76; }

<div style="border:3px solid #6BBC76">Div</div>

This div border color is #6BBC76.


Opacity

.myOpacity80 { color: #6BBC76; opacity: 0.8; }

<p style="color:#6BBC76;opacity:0.8;">80%</p>

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

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

This text has shadow with #6BBC76 color.

.textShadow {text-shadow: 3px 3px 1px #6BBC76, 3px 3px 1px red;}

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

This text has shadow with #6BBC76 primary color and red secondary color.


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

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

This text has shadow with #6BBC76 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BBC76 on black background.


Color preview on white background

This text has color #6BBC76 on white background.



Black color preview on #6BBC76 background

This text has black color on #6BBC76 background.


White color preview on #6BBC76 background

This text has white color on #6BBC76 background.