COLOR #698D77

HEX: #698D77
RGB: (105,141,119)

Color info

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

RGB color model

#698D77 color RGB value is (105,141,119).

  • red value is 105;
  • green value is 141;
  • blue value is 119.
RGB:
(105,141,119)
(41%,55%,47%)

RGB channels and saturation

R 105 of 255 = 41%
G 141 of 255 = 55%
B 119 of 255 = 47%

105
141
119

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

Portions of RGB colors in percentages

R + G + B =
105 + 141 + 119 = 365 (100%)
R 105 of 365 ~ 28.77%
G 141 of 365 ~ 38.63%
B 119 of 365 ~ 32.6%

%28.77
%38.63
%32.6

CMYK color model

#698D77 color CMYK value is (26,0,16,45).

  • cyan value is 25.53%
  • magenta value is 0.00%
  • yellow value is 15.60%
  • key color value is 44.71%
CMYK:
(26,0,16,45)
C26M0Y16K45 
(26%,0%,16%,45%)
(0.26/0.00/0.16/0.45)	

CMYK percentages

%25.53
%0
%15.6
%44.71

Codes

Color #698D77 in popluar color models

698D77
RGB105141119
HSL143°14.63%48.24%
HSB/HSV143°25.53%55.29%
CMYK25.53%0.00%15.60%
44.71%

Color #698D77 in popluar number systems.

HEX698D77
Decimal105141119
Binary1101001100011011110111
Octal151215167

Shades and tints

Shades of #698D77

#698D77
(105,141,119)
#60816D
(96,129,109)
#577563
(87,117,99)
#4E6959
(78,105,89)
#455D4F
(69,93,79)
#3C5145
(60,81,69)
#33453B
(51,69,59)
#2A3931
(42,57,49)
#212D27
(33,45,39)
#18211D
(24,33,29)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #698D77

#698D77
(105,141,119)
#769783
(118,151,131)
#83A18F
(131,161,143)
#90AB9B
(144,171,155)
#9DB5A7
(157,181,167)
#AABFB3
(170,191,179)
#B7C9BF
(183,201,191)
#C4D3CB
(196,211,203)
#D1DDD7
(209,221,215)
#DEE7E3
(222,231,227)
#EBF1EF
(235,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #698D77 color. Also use rgb(105,141,119) instead hex code.

Text Font Color

.myTextColor { color: #698D77; }

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

This text font color is #698D77.


Background Color

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

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

This div background color is #698D77.


Border color

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

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

This div border color is #698D77.


Opacity

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

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

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

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

This text has shadow with #698D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698D77 on black background.


Color preview on white background

This text has color #698D77 on white background.



Black color preview on #698D77 background

This text has black color on #698D77 background.


White color preview on #698D77 background

This text has white color on #698D77 background.