COLOR #6C8A73

HEX: #6C8A73
RGB: (108,138,115)

Renk bilgisi

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

RGB renk modeli

#6C8A73 color RGB value is (108,138,115).

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

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 138 of 255 = 54%
B 115 of 255 = 45%

108
138
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 138 + 115 = 361 (100%)
R 108 of 361 ~ 29.92%
G 138 of 361 ~ 38.23%
B 115 of 361 ~ 31.86%

%29.92
%38.23
%31.86

CMYK RENK MODELİ

#6C8A73 rengi CMYK tonu (22,0,17,46).

  • camgöbeği tonu 21.74%
  • eflatun tonu 0.00%
  • sarı tonu 16.67%
  • ana renk tonu 45.88%
CMYK:
(22,0,17,46)
C22M0Y17K46 
(22%,0%,17%,46%)
(0.22/0.00/0.17/0.46)	

CMYK yüzdeleri

%21.74
%0
%16.67
%45.88

Codes

Color #6C8A73 in popluar color models

6C8A73
RGB108138115
HSL134°12.20%48.24%
HSB/HSV134°21.74%54.12%
CMYK21.74%0.00%16.67%
45.88%

Color #6C8A73 in popluar number systems.

HEX6C8A73
Decimal108138115
Binary1101100100010101110011
Octal154212163

Shades and tints

Shades of #6C8A73

#6C8A73
(108,138,115)
#637E69
(99,126,105)
#5A725F
(90,114,95)
#516655
(81,102,85)
#485A4B
(72,90,75)
#3F4E41
(63,78,65)
#364237
(54,66,55)
#2D362D
(45,54,45)
#242A23
(36,42,35)
#1B1E19
(27,30,25)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #6C8A73

#6C8A73
(108,138,115)
#79947F
(121,148,127)
#869E8B
(134,158,139)
#93A897
(147,168,151)
#A0B2A3
(160,178,163)
#ADBCAF
(173,188,175)
#BAC6BB
(186,198,187)
#C7D0C7
(199,208,199)
#D4DAD3
(212,218,211)
#E1E4DF
(225,228,223)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C8A73; }

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

This text font color is #6C8A73.


Background Color

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

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

This div background color is #6C8A73.


Border color

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

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

This div border color is #6C8A73.


Opacity

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

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

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

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

This text has shadow with #6C8A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8A73 on black background.


Color preview on white background

This text has color #6C8A73 on white background.



Black color preview on #6C8A73 background

This text has black color on #6C8A73 background.


White color preview on #6C8A73 background

This text has white color on #6C8A73 background.