COLOR #699B79

HEX: #699B79
RGB: (105,155,121)

Renk bilgisi

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

RGB renk modeli

#699B79 color RGB value is (105,155,121).

  • kırmız ton 105;
  • yeşil ton 155;
  • mavi ton 121.
RGB:
(105,155,121)
(41%,61%,47%)

RGB bağlantıları ve doygunluk

R 105 of 255 = 41%
G 155 of 255 = 61%
B 121 of 255 = 47%

105
155
121

R + G + B ~ 50%. #699B79 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
105 + 155 + 121 = 381 (100%)
R 105 of 381 ~ 27.56%
G 155 of 381 ~ 40.68%
B 121 of 381 ~ 31.76%

%27.56
%40.68
%31.76

CMYK RENK MODELİ

#699B79 rengi CMYK tonu (32,0,22,39).

  • camgöbeği tonu 32.26%
  • eflatun tonu 0.00%
  • sarı tonu 21.94%
  • ana renk tonu 39.22%
CMYK:
(32,0,22,39)
C32M0Y22K39 
(32%,0%,22%,39%)
(0.32/0.00/0.22/0.39)	

CMYK yüzdeleri

%32.26
%0
%21.94
%39.22

Codes

Color #699B79 in popluar color models

699B79
RGB105155121
HSL139°20.00%50.98%
HSB/HSV139°32.26%60.78%
CMYK32.26%0.00%21.94%
39.22%

Color #699B79 in popluar number systems.

HEX699B79
Decimal105155121
Binary1101001100110111111001
Octal151233171

Shades and tints

Shades of #699B79

#699B79
(105,155,121)
#608D6E
(96,141,110)
#577F63
(87,127,99)
#4E7158
(78,113,88)
#45634D
(69,99,77)
#3C5542
(60,85,66)
#334737
(51,71,55)
#2A392C
(42,57,44)
#212B21
(33,43,33)
#181D16
(24,29,22)
#0F0F0B
(15,15,11)
#000000
(0,0,0)

Tints of #699B79

#699B79
(105,155,121)
#76A485
(118,164,133)
#83AD91
(131,173,145)
#90B69D
(144,182,157)
#9DBFA9
(157,191,169)
#AAC8B5
(170,200,181)
#B7D1C1
(183,209,193)
#C4DACD
(196,218,205)
#D1E3D9
(209,227,217)
#DEECE5
(222,236,229)
#EBF5F1
(235,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #699B79 color. Also use rgb(105,155,121) instead hex code.

Text Font Color

.myTextColor { color: #699B79; }

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

This text font color is #699B79.


Background Color

.myBgColor { background-color: #699B79; }

<div style="background-color:#699B79">Inner text</div>

This div background color is #699B79.


Border color

.myBorderColor { border: 1px solid #699B79; }

<div style="border:3px solid #699B79">Div</div>

This div border color is #699B79.


Opacity

.myOpacity80 { color: #699B79; opacity: 0.8; }

<p style="color:#699B79;opacity:0.8;">80%</p>

Text with #699B79 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 #699B79;}

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

This text has shadow with #699B79 color.

.textShadow {text-shadow: 3px 3px 1px #699B79, 3px 3px 1px red;}

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

This text has shadow with #699B79 primary color and red secondary color.


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

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

This text has shadow with #699B79 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #699B79 on black background.


Color preview on white background

This text has color #699B79 on white background.



Black color preview on #699B79 background

This text has black color on #699B79 background.


White color preview on #699B79 background

This text has white color on #699B79 background.