COLOR #699D79

HEX: #699D79
RGB: (105,157,121)

Renk bilgisi

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

RGB renk modeli

#699D79 color RGB value is (105,157,121).

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

RGB bağlantıları ve doygunluk

R 105 of 255 = 41%
G 157 of 255 = 62%
B 121 of 255 = 47%

105
157
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
105 + 157 + 121 = 383 (100%)
R 105 of 383 ~ 27.42%
G 157 of 383 ~ 40.99%
B 121 of 383 ~ 31.59%

%27.42
%40.99
%31.59

CMYK RENK MODELİ

#699D79 rengi CMYK tonu (33,0,23,38).

  • camgöbeği tonu 33.12%
  • eflatun tonu 0.00%
  • sarı tonu 22.93%
  • ana renk tonu 38.43%
CMYK:
(33,0,23,38)
C33M0Y23K38 
(33%,0%,23%,38%)
(0.33/0.00/0.23/0.38)	

CMYK yüzdeleri

%33.12
%0
%22.93
%38.43

Codes

Color #699D79 in popluar color models

699D79
RGB105157121
HSL138°20.97%51.37%
HSB/HSV138°33.12%61.57%
CMYK33.12%0.00%22.93%
38.43%

Color #699D79 in popluar number systems.

HEX699D79
Decimal105157121
Binary1101001100111011111001
Octal151235171

Shades and tints

Shades of #699D79

#699D79
(105,157,121)
#608F6E
(96,143,110)
#578163
(87,129,99)
#4E7358
(78,115,88)
#45654D
(69,101,77)
#3C5742
(60,87,66)
#334937
(51,73,55)
#2A3B2C
(42,59,44)
#212D21
(33,45,33)
#181F16
(24,31,22)
#0F110B
(15,17,11)
#000000
(0,0,0)

Tints of #699D79

#699D79
(105,157,121)
#76A585
(118,165,133)
#83AD91
(131,173,145)
#90B59D
(144,181,157)
#9DBDA9
(157,189,169)
#AAC5B5
(170,197,181)
#B7CDC1
(183,205,193)
#C4D5CD
(196,213,205)
#D1DDD9
(209,221,217)
#DEE5E5
(222,229,229)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #699D79; }

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

This text font color is #699D79.


Background Color

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

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

This div background color is #699D79.


Border color

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

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

This div border color is #699D79.


Opacity

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

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

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

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

This text has shadow with #699D79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #699D79 on black background.


Color preview on white background

This text has color #699D79 on white background.



Black color preview on #699D79 background

This text has black color on #699D79 background.


White color preview on #699D79 background

This text has white color on #699D79 background.