COLOR #6C8B76

HEX: #6C8B76
RGB: (108,139,118)

Renk bilgisi

#6C8B76 contains red, green and blue colors in about the same proportion. #6C8B76 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#6C8B76 color RGB value is (108,139,118).

  • kırmız ton 108;
  • yeşil ton 139;
  • mavi ton 118.
RGB:
(108,139,118)
(42%,55%,46%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 139 of 255 = 55%
B 118 of 255 = 46%

108
139
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 139 + 118 = 365 (100%)
R 108 of 365 ~ 29.59%
G 139 of 365 ~ 38.08%
B 118 of 365 ~ 32.33%

%29.59
%38.08
%32.33

CMYK RENK MODELİ

#6C8B76 rengi CMYK tonu (22,0,15,45).

  • camgöbeği tonu 22.30%
  • eflatun tonu 0.00%
  • sarı tonu 15.11%
  • ana renk tonu 45.49%
CMYK:
(22,0,15,45)
C22M0Y15K45 
(22%,0%,15%,45%)
(0.22/0.00/0.15/0.45)	

CMYK yüzdeleri

%22.3
%0
%15.11
%45.49

Codes

Color #6C8B76 in popluar color models

6C8B76
RGB108139118
HSL139°12.55%48.43%
HSB/HSV139°22.30%54.51%
CMYK22.30%0.00%15.11%
45.49%

Color #6C8B76 in popluar number systems.

HEX6C8B76
Decimal108139118
Binary1101100100010111110110
Octal154213166

Shades and tints

Shades of #6C8B76

#6C8B76
(108,139,118)
#637F6C
(99,127,108)
#5A7362
(90,115,98)
#516758
(81,103,88)
#485B4E
(72,91,78)
#3F4F44
(63,79,68)
#36433A
(54,67,58)
#2D3730
(45,55,48)
#242B26
(36,43,38)
#1B1F1C
(27,31,28)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #6C8B76

#6C8B76
(108,139,118)
#799582
(121,149,130)
#869F8E
(134,159,142)
#93A99A
(147,169,154)
#A0B3A6
(160,179,166)
#ADBDB2
(173,189,178)
#BAC7BE
(186,199,190)
#C7D1CA
(199,209,202)
#D4DBD6
(212,219,214)
#E1E5E2
(225,229,226)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8B76 color. Also use rgb(108,139,118) instead hex code.

Text Font Color

.myTextColor { color: #6C8B76; }

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

This text font color is #6C8B76.


Background Color

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

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

This div background color is #6C8B76.


Border color

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

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

This div border color is #6C8B76.


Opacity

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

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

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

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

This text has shadow with #6C8B76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8B76 on black background.


Color preview on white background

This text has color #6C8B76 on white background.



Black color preview on #6C8B76 background

This text has black color on #6C8B76 background.


White color preview on #6C8B76 background

This text has white color on #6C8B76 background.