COLOR #698C76

HEX: #698C76
RGB: (105,140,118)

Renk bilgisi

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

RGB renk modeli

#698C76 color RGB value is (105,140,118).

  • kırmız ton 105;
  • yeşil ton 140;
  • mavi ton 118.
RGB:
(105,140,118)
(41%,55%,46%)

RGB bağlantıları ve doygunluk

R 105 of 255 = 41%
G 140 of 255 = 55%
B 118 of 255 = 46%

105
140
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
105 + 140 + 118 = 363 (100%)
R 105 of 363 ~ 28.93%
G 140 of 363 ~ 38.57%
B 118 of 363 ~ 32.51%

%28.93
%38.57
%32.51

CMYK RENK MODELİ

#698C76 rengi CMYK tonu (25,0,16,45).

  • camgöbeği tonu 25.00%
  • eflatun tonu 0.00%
  • sarı tonu 15.71%
  • ana renk tonu 45.10%
CMYK:
(25,0,16,45)
C25M0Y16K45 
(25%,0%,16%,45%)
(0.25/0.00/0.16/0.45)	

CMYK yüzdeleri

%25
%0
%15.71
%45.1

Codes

Color #698C76 in popluar color models

698C76
RGB105140118
HSL142°14.29%48.04%
HSB/HSV142°25.00%54.90%
CMYK25.00%0.00%15.71%
45.10%

Color #698C76 in popluar number systems.

HEX698C76
Decimal105140118
Binary1101001100011001110110
Octal151214166

Shades and tints

Shades of #698C76

#698C76
(105,140,118)
#60806C
(96,128,108)
#577462
(87,116,98)
#4E6858
(78,104,88)
#455C4E
(69,92,78)
#3C5044
(60,80,68)
#33443A
(51,68,58)
#2A3830
(42,56,48)
#212C26
(33,44,38)
#18201C
(24,32,28)
#0F1412
(15,20,18)
#000000
(0,0,0)

Tints of #698C76

#698C76
(105,140,118)
#769682
(118,150,130)
#83A08E
(131,160,142)
#90AA9A
(144,170,154)
#9DB4A6
(157,180,166)
#AABEB2
(170,190,178)
#B7C8BE
(183,200,190)
#C4D2CA
(196,210,202)
#D1DCD6
(209,220,214)
#DEE6E2
(222,230,226)
#EBF0EE
(235,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #698C76 color. Also use rgb(105,140,118) instead hex code.

Text Font Color

.myTextColor { color: #698C76; }

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

This text font color is #698C76.


Background Color

.myBgColor { background-color: #698C76; }

<div style="background-color:#698C76">Inner text</div>

This div background color is #698C76.


Border color

.myBorderColor { border: 1px solid #698C76; }

<div style="border:3px solid #698C76">Div</div>

This div border color is #698C76.


Opacity

.myOpacity80 { color: #698C76; opacity: 0.8; }

<p style="color:#698C76;opacity:0.8;">80%</p>

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

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

This text has shadow with #698C76 color.

.textShadow {text-shadow: 3px 3px 1px #698C76, 3px 3px 1px red;}

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

This text has shadow with #698C76 primary color and red secondary color.


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

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

This text has shadow with #698C76 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698C76 on black background.


Color preview on white background

This text has color #698C76 on white background.



Black color preview on #698C76 background

This text has black color on #698C76 background.


White color preview on #698C76 background

This text has white color on #698C76 background.