COLOR #6C8A76

HEX: #6C8A76
RGB: (108,138,118)

Renk bilgisi

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

RGB renk modeli

#6C8A76 color RGB value is (108,138,118).

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

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 138 of 255 = 54%
B 118 of 255 = 46%

108
138
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 138 + 118 = 364 (100%)
R 108 of 364 ~ 29.67%
G 138 of 364 ~ 37.91%
B 118 of 364 ~ 32.42%

%29.67
%37.91
%32.42

CMYK RENK MODELİ

#6C8A76 rengi CMYK tonu (22,0,14,46).

  • camgöbeği tonu 21.74%
  • eflatun tonu 0.00%
  • sarı tonu 14.49%
  • ana renk tonu 45.88%
CMYK:
(22,0,14,46)
C22M0Y14K46 
(22%,0%,14%,46%)
(0.22/0.00/0.14/0.46)	

CMYK yüzdeleri

%21.74
%0
%14.49
%45.88

Codes

Color #6C8A76 in popluar color models

6C8A76
RGB108138118
HSL140°12.20%48.24%
HSB/HSV140°21.74%54.12%
CMYK21.74%0.00%14.49%
45.88%

Color #6C8A76 in popluar number systems.

HEX6C8A76
Decimal108138118
Binary1101100100010101110110
Octal154212166

Shades and tints

Shades of #6C8A76

#6C8A76
(108,138,118)
#637E6C
(99,126,108)
#5A7262
(90,114,98)
#516658
(81,102,88)
#485A4E
(72,90,78)
#3F4E44
(63,78,68)
#36423A
(54,66,58)
#2D3630
(45,54,48)
#242A26
(36,42,38)
#1B1E1C
(27,30,28)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #6C8A76

#6C8A76
(108,138,118)
#799482
(121,148,130)
#869E8E
(134,158,142)
#93A89A
(147,168,154)
#A0B2A6
(160,178,166)
#ADBCB2
(173,188,178)
#BAC6BE
(186,198,190)
#C7D0CA
(199,208,202)
#D4DAD6
(212,218,214)
#E1E4E2
(225,228,226)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C8A76; }

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

This text font color is #6C8A76.


Background Color

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

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

This div background color is #6C8A76.


Border color

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

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

This div border color is #6C8A76.


Opacity

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

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

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

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

This text has shadow with #6C8A76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8A76 on black background.


Color preview on white background

This text has color #6C8A76 on white background.



Black color preview on #6C8A76 background

This text has black color on #6C8A76 background.


White color preview on #6C8A76 background

This text has white color on #6C8A76 background.