COLOR #698E70

HEX: #698E70
RGB: (105,142,112)

Renk bilgisi

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

RGB renk modeli

#698E70 color RGB value is (105,142,112).

  • kırmız ton 105;
  • yeşil ton 142;
  • mavi ton 112.
RGB:
(105,142,112)
(41%,56%,44%)

RGB bağlantıları ve doygunluk

R 105 of 255 = 41%
G 142 of 255 = 56%
B 112 of 255 = 44%

105
142
112

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

Yüzdelerle RGB renk parçaları

R + G + B =
105 + 142 + 112 = 359 (100%)
R 105 of 359 ~ 29.25%
G 142 of 359 ~ 39.55%
B 112 of 359 ~ 31.2%

%29.25
%39.55
%31.2

CMYK RENK MODELİ

#698E70 rengi CMYK tonu (26,0,21,44).

  • camgöbeği tonu 26.06%
  • eflatun tonu 0.00%
  • sarı tonu 21.13%
  • ana renk tonu 44.31%
CMYK:
(26,0,21,44)
C26M0Y21K44 
(26%,0%,21%,44%)
(0.26/0.00/0.21/0.44)	

CMYK yüzdeleri

%26.06
%0
%21.13
%44.31

Codes

Color #698E70 in popluar color models

698E70
RGB105142112
HSL131°14.98%48.43%
HSB/HSV131°26.06%55.69%
CMYK26.06%0.00%21.13%
44.31%

Color #698E70 in popluar number systems.

HEX698E70
Decimal105142112
Binary1101001100011101110000
Octal151216160

Shades and tints

Shades of #698E70

#698E70
(105,142,112)
#608266
(96,130,102)
#57765C
(87,118,92)
#4E6A52
(78,106,82)
#455E48
(69,94,72)
#3C523E
(60,82,62)
#334634
(51,70,52)
#2A3A2A
(42,58,42)
#212E20
(33,46,32)
#182216
(24,34,22)
#0F160C
(15,22,12)
#000000
(0,0,0)

Tints of #698E70

#698E70
(105,142,112)
#76987D
(118,152,125)
#83A28A
(131,162,138)
#90AC97
(144,172,151)
#9DB6A4
(157,182,164)
#AAC0B1
(170,192,177)
#B7CABE
(183,202,190)
#C4D4CB
(196,212,203)
#D1DED8
(209,222,216)
#DEE8E5
(222,232,229)
#EBF2F2
(235,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #698E70 color. Also use rgb(105,142,112) instead hex code.

Text Font Color

.myTextColor { color: #698E70; }

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

This text font color is #698E70.


Background Color

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

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

This div background color is #698E70.


Border color

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

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

This div border color is #698E70.


Opacity

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

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

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

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

This text has shadow with #698E70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698E70 on black background.


Color preview on white background

This text has color #698E70 on white background.



Black color preview on #698E70 background

This text has black color on #698E70 background.


White color preview on #698E70 background

This text has white color on #698E70 background.