COLOR #698B70

HEX: #698B70
RGB: (105,139,112)

Color info

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

RGB color model

#698B70 color RGB value is (105,139,112).

  • red value is 105;
  • green value is 139;
  • blue value is 112.
RGB:
(105,139,112)
(41%,55%,44%)

RGB channels and saturation

R 105 of 255 = 41%
G 139 of 255 = 55%
B 112 of 255 = 44%

105
139
112

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

Portions of RGB colors in percentages

R + G + B =
105 + 139 + 112 = 356 (100%)
R 105 of 356 ~ 29.49%
G 139 of 356 ~ 39.04%
B 112 of 356 ~ 31.46%

%29.49
%39.04
%31.46

CMYK color model

#698B70 color CMYK value is (24,0,19,45).

  • cyan value is 24.46%
  • magenta value is 0.00%
  • yellow value is 19.42%
  • key color value is 45.49%
CMYK:
(24,0,19,45)
C24M0Y19K45 
(24%,0%,19%,45%)
(0.24/0.00/0.19/0.45)	

CMYK percentages

%24.46
%0
%19.42
%45.49

Codes

Color #698B70 in popluar color models

698B70
RGB105139112
HSL132°13.93%47.84%
HSB/HSV132°24.46%54.51%
CMYK24.46%0.00%19.42%
45.49%

Color #698B70 in popluar number systems.

HEX698B70
Decimal105139112
Binary1101001100010111110000
Octal151213160

Shades and tints

Shades of #698B70

#698B70
(105,139,112)
#607F66
(96,127,102)
#57735C
(87,115,92)
#4E6752
(78,103,82)
#455B48
(69,91,72)
#3C4F3E
(60,79,62)
#334334
(51,67,52)
#2A372A
(42,55,42)
#212B20
(33,43,32)
#181F16
(24,31,22)
#0F130C
(15,19,12)
#000000
(0,0,0)

Tints of #698B70

#698B70
(105,139,112)
#76957D
(118,149,125)
#839F8A
(131,159,138)
#90A997
(144,169,151)
#9DB3A4
(157,179,164)
#AABDB1
(170,189,177)
#B7C7BE
(183,199,190)
#C4D1CB
(196,209,203)
#D1DBD8
(209,219,216)
#DEE5E5
(222,229,229)
#EBEFF2
(235,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698B70; }

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

This text font color is #698B70.


Background Color

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

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

This div background color is #698B70.


Border color

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

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

This div border color is #698B70.


Opacity

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

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

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

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

This text has shadow with #698B70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698B70 on black background.


Color preview on white background

This text has color #698B70 on white background.



Black color preview on #698B70 background

This text has black color on #698B70 background.


White color preview on #698B70 background

This text has white color on #698B70 background.