COLOR #698E72

HEX: #698E72
RGB: (105,142,114)

Color info

#698E72 contains red, green and blue colors in about the same proportion. Web safe color of #698E72 is #669966 (or #696).

RGB color model

#698E72 color RGB value is (105,142,114).

  • red value is 105;
  • green value is 142;
  • blue value is 114.
RGB:
(105,142,114)
(41%,56%,45%)

RGB channels and saturation

R 105 of 255 = 41%
G 142 of 255 = 56%
B 114 of 255 = 45%

105
142
114

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

Portions of RGB colors in percentages

R + G + B =
105 + 142 + 114 = 361 (100%)
R 105 of 361 ~ 29.09%
G 142 of 361 ~ 39.34%
B 114 of 361 ~ 31.58%

%29.09
%39.34
%31.58

CMYK color model

#698E72 color CMYK value is (26,0,20,44).

  • cyan value is 26.06%
  • magenta value is 0.00%
  • yellow value is 19.72%
  • key color value is 44.31%
CMYK:
(26,0,20,44)
C26M0Y20K44 
(26%,0%,20%,44%)
(0.26/0.00/0.20/0.44)	

CMYK percentages

%26.06
%0
%19.72
%44.31

Codes

Color #698E72 in popluar color models

698E72
RGB105142114
HSL135°14.98%48.43%
HSB/HSV135°26.06%55.69%
CMYK26.06%0.00%19.72%
44.31%

Color #698E72 in popluar number systems.

HEX698E72
Decimal105142114
Binary1101001100011101110010
Octal151216162

Shades and tints

Shades of #698E72

#698E72
(105,142,114)
#608268
(96,130,104)
#57765E
(87,118,94)
#4E6A54
(78,106,84)
#455E4A
(69,94,74)
#3C5240
(60,82,64)
#334636
(51,70,54)
#2A3A2C
(42,58,44)
#212E22
(33,46,34)
#182218
(24,34,24)
#0F160E
(15,22,14)
#000000
(0,0,0)

Tints of #698E72

#698E72
(105,142,114)
#76987E
(118,152,126)
#83A28A
(131,162,138)
#90AC96
(144,172,150)
#9DB6A2
(157,182,162)
#AAC0AE
(170,192,174)
#B7CABA
(183,202,186)
#C4D4C6
(196,212,198)
#D1DED2
(209,222,210)
#DEE8DE
(222,232,222)
#EBF2EA
(235,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698E72; }

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

This text font color is #698E72.


Background Color

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

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

This div background color is #698E72.


Border color

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

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

This div border color is #698E72.


Opacity

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

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

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

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

This text has shadow with #698E72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698E72 on black background.


Color preview on white background

This text has color #698E72 on white background.



Black color preview on #698E72 background

This text has black color on #698E72 background.


White color preview on #698E72 background

This text has white color on #698E72 background.