COLOR #698C61

HEX: #698C61
RGB: (105,140,97)

Color info

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

RGB color model

#698C61 color RGB value is (105,140,97).

  • red value is 105;
  • green value is 140;
  • blue value is 97.
RGB:
(105,140,97)
(41%,55%,38%)

RGB channels and saturation

R 105 of 255 = 41%
G 140 of 255 = 55%
B 97 of 255 = 38%

105
140
97

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

Portions of RGB colors in percentages

R + G + B =
105 + 140 + 97 = 342 (100%)
R 105 of 342 ~ 30.7%
G 140 of 342 ~ 40.94%
B 97 of 342 ~ 28.36%

%30.7
%40.94
%28.36

CMYK color model

#698C61 color CMYK value is (25,0,31,45).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 30.71%
  • key color value is 45.10%
CMYK:
(25,0,31,45)
C25M0Y31K45 
(25%,0%,31%,45%)
(0.25/0.00/0.31/0.45)	

CMYK percentages

%25
%0
%30.71
%45.1

Codes

Color #698C61 in popluar color models

698C61
RGB10514097
HSL109°18.14%46.47%
HSB/HSV109°30.71%54.90%
CMYK25.00%0.00%30.71%
45.10%

Color #698C61 in popluar number systems.

HEX698C61
Decimal10514097
Binary1101001100011001100001
Octal151214141

Shades and tints

Shades of #698C61

#698C61
(105,140,97)
#608059
(96,128,89)
#577451
(87,116,81)
#4E6849
(78,104,73)
#455C41
(69,92,65)
#3C5039
(60,80,57)
#334431
(51,68,49)
#2A3829
(42,56,41)
#212C21
(33,44,33)
#182019
(24,32,25)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #698C61

#698C61
(105,140,97)
#76966F
(118,150,111)
#83A07D
(131,160,125)
#90AA8B
(144,170,139)
#9DB499
(157,180,153)
#AABEA7
(170,190,167)
#B7C8B5
(183,200,181)
#C4D2C3
(196,210,195)
#D1DCD1
(209,220,209)
#DEE6DF
(222,230,223)
#EBF0ED
(235,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #698C61 color. Also use rgb(105,140,97) instead hex code.

Text Font Color

.myTextColor { color: #698C61; }

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

This text font color is #698C61.


Background Color

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

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

This div background color is #698C61.


Border color

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

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

This div border color is #698C61.


Opacity

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

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

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

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

This text has shadow with #698C61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698C61 on black background.


Color preview on white background

This text has color #698C61 on white background.



Black color preview on #698C61 background

This text has black color on #698C61 background.


White color preview on #698C61 background

This text has white color on #698C61 background.