COLOR #699F73

HEX: #699F73
RGB: (105,159,115)

Renk bilgisi

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

RGB renk modeli

#699F73 color RGB value is (105,159,115).

  • kırmız ton 105;
  • yeşil ton 159;
  • mavi ton 115.
RGB:
(105,159,115)
(41%,62%,45%)

RGB bağlantıları ve doygunluk

R 105 of 255 = 41%
G 159 of 255 = 62%
B 115 of 255 = 45%

105
159
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
105 + 159 + 115 = 379 (100%)
R 105 of 379 ~ 27.7%
G 159 of 379 ~ 41.95%
B 115 of 379 ~ 30.34%

%27.7
%41.95
%30.34

CMYK RENK MODELİ

#699F73 rengi CMYK tonu (34,0,28,38).

  • camgöbeği tonu 33.96%
  • eflatun tonu 0.00%
  • sarı tonu 27.67%
  • ana renk tonu 37.65%
CMYK:
(34,0,28,38)
C34M0Y28K38 
(34%,0%,28%,38%)
(0.34/0.00/0.28/0.38)	

CMYK yüzdeleri

%33.96
%0
%27.67
%37.65

Codes

Color #699F73 in popluar color models

699F73
RGB105159115
HSL131°21.95%51.76%
HSB/HSV131°33.96%62.35%
CMYK33.96%0.00%27.67%
37.65%

Color #699F73 in popluar number systems.

HEX699F73
Decimal105159115
Binary1101001100111111110011
Octal151237163

Shades and tints

Shades of #699F73

#699F73
(105,159,115)
#609169
(96,145,105)
#57835F
(87,131,95)
#4E7555
(78,117,85)
#45674B
(69,103,75)
#3C5941
(60,89,65)
#334B37
(51,75,55)
#2A3D2D
(42,61,45)
#212F23
(33,47,35)
#182119
(24,33,25)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #699F73

#699F73
(105,159,115)
#76A77F
(118,167,127)
#83AF8B
(131,175,139)
#90B797
(144,183,151)
#9DBFA3
(157,191,163)
#AAC7AF
(170,199,175)
#B7CFBB
(183,207,187)
#C4D7C7
(196,215,199)
#D1DFD3
(209,223,211)
#DEE7DF
(222,231,223)
#EBEFEB
(235,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #699F73 color. Also use rgb(105,159,115) instead hex code.

Text Font Color

.myTextColor { color: #699F73; }

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

This text font color is #699F73.


Background Color

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

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

This div background color is #699F73.


Border color

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

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

This div border color is #699F73.


Opacity

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

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

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

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

This text has shadow with #699F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #699F73 on black background.


Color preview on white background

This text has color #699F73 on white background.



Black color preview on #699F73 background

This text has black color on #699F73 background.


White color preview on #699F73 background

This text has white color on #699F73 background.