COLOR #698E18

HEX: #698E18
RGB: (105,142,24)

Color info

#698E18 contains mainly red and green colors. Web safe color of #698E18 is #669900 (or #690).

RGB color model

#698E18 color RGB value is (105,142,24).

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

RGB channels and saturation

R 105 of 255 = 41%
G 142 of 255 = 56%
B 24 of 255 = 9%

105
142
24

R + G + B ~ 35%. #698E18 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 142 + 24 = 271 (100%)
R 105 of 271 ~ 38.75%
G 142 of 271 ~ 52.4%
B 24 of 271 ~ 8.86%

%38.75
%52.4

CMYK color model

#698E18 color CMYK value is (26,0,83,44).

  • cyan value is 26.06%
  • magenta value is 0.00%
  • yellow value is 83.10%
  • key color value is 44.31%
CMYK:
(26,0,83,44)
C26M0Y83K44 
(26%,0%,83%,44%)
(0.26/0.00/0.83/0.44)	

CMYK percentages

%26.06
%0
%83.1
%44.31

Codes

Color #698E18 in popluar color models

698E18
RGB10514224
HSL79°71.08%32.55%
HSB/HSV79°83.10%55.69%
CMYK26.06%0.00%83.10%
44.31%

Color #698E18 in popluar number systems.

HEX698E18
Decimal10514224
Binary11010011000111011000
Octal15121630

Shades and tints

Shades of #698E18

#698E18
(105,142,24)
#608216
(96,130,22)
#577614
(87,118,20)
#4E6A12
(78,106,18)
#455E10
(69,94,16)
#3C520E
(60,82,14)
#33460C
(51,70,12)
#2A3A0A
(42,58,10)
#212E08
(33,46,8)
#182206
(24,34,6)
#0F1604
(15,22,4)
#000000
(0,0,0)

Tints of #698E18

#698E18
(105,142,24)
#76982D
(118,152,45)
#83A242
(131,162,66)
#90AC57
(144,172,87)
#9DB66C
(157,182,108)
#AAC081
(170,192,129)
#B7CA96
(183,202,150)
#C4D4AB
(196,212,171)
#D1DEC0
(209,222,192)
#DEE8D5
(222,232,213)
#EBF2EA
(235,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698E18; }

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

This text font color is #698E18.


Background Color

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

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

This div background color is #698E18.


Border color

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

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

This div border color is #698E18.


Opacity

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

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

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

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

This text has shadow with #698E18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698E18 on black background.


Color preview on white background

This text has color #698E18 on white background.



Black color preview on #698E18 background

This text has black color on #698E18 background.


White color preview on #698E18 background

This text has white color on #698E18 background.