COLOR #698D45

HEX: #698D45
RGB: (105,141,69)

Color info

#698D45 contains mainly red and green colors. Web safe color of #698D45 is #669933 (or #693).

RGB color model

#698D45 color RGB value is (105,141,69).

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

RGB channels and saturation

R 105 of 255 = 41%
G 141 of 255 = 55%
B 69 of 255 = 27%

105
141
69

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

Portions of RGB colors in percentages

R + G + B =
105 + 141 + 69 = 315 (100%)
R 105 of 315 ~ 33.33%
G 141 of 315 ~ 44.76%
B 69 of 315 ~ 21.9%

%33.33
%44.76
%21.9

CMYK color model

#698D45 color CMYK value is (26,0,51,45).

  • cyan value is 25.53%
  • magenta value is 0.00%
  • yellow value is 51.06%
  • key color value is 44.71%
CMYK:
(26,0,51,45)
C26M0Y51K45 
(26%,0%,51%,45%)
(0.26/0.00/0.51/0.45)	

CMYK percentages

%25.53
%0
%51.06
%44.71

Codes

Color #698D45 in popluar color models

698D45
RGB10514169
HSL90°34.29%41.18%
HSB/HSV90°51.06%55.29%
CMYK25.53%0.00%51.06%
44.71%

Color #698D45 in popluar number systems.

HEX698D45
Decimal10514169
Binary1101001100011011000101
Octal151215105

Shades and tints

Shades of #698D45

#698D45
(105,141,69)
#60813F
(96,129,63)
#577539
(87,117,57)
#4E6933
(78,105,51)
#455D2D
(69,93,45)
#3C5127
(60,81,39)
#334521
(51,69,33)
#2A391B
(42,57,27)
#212D15
(33,45,21)
#18210F
(24,33,15)
#0F1509
(15,21,9)
#000000
(0,0,0)

Tints of #698D45

#698D45
(105,141,69)
#769755
(118,151,85)
#83A165
(131,161,101)
#90AB75
(144,171,117)
#9DB585
(157,181,133)
#AABF95
(170,191,149)
#B7C9A5
(183,201,165)
#C4D3B5
(196,211,181)
#D1DDC5
(209,221,197)
#DEE7D5
(222,231,213)
#EBF1E5
(235,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698D45; }

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

This text font color is #698D45.


Background Color

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

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

This div background color is #698D45.


Border color

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

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

This div border color is #698D45.


Opacity

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

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

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

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

This text has shadow with #698D45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698D45 on black background.


Color preview on white background

This text has color #698D45 on white background.



Black color preview on #698D45 background

This text has black color on #698D45 background.


White color preview on #698D45 background

This text has white color on #698D45 background.