COLOR #698E15

HEX: #698E15
RGB: (105,142,21)

Color info

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

RGB color model

#698E15 color RGB value is (105,142,21).

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

RGB channels and saturation

R 105 of 255 = 41%
G 142 of 255 = 56%
B 21 of 255 = 8%

105
142
21

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

Portions of RGB colors in percentages

R + G + B =
105 + 142 + 21 = 268 (100%)
R 105 of 268 ~ 39.18%
G 142 of 268 ~ 52.99%
B 21 of 268 ~ 7.84%

%39.18
%52.99

CMYK color model

#698E15 color CMYK value is (26,0,85,44).

  • cyan value is 26.06%
  • magenta value is 0.00%
  • yellow value is 85.21%
  • key color value is 44.31%
CMYK:
(26,0,85,44)
C26M0Y85K44 
(26%,0%,85%,44%)
(0.26/0.00/0.85/0.44)	

CMYK percentages

%26.06
%0
%85.21
%44.31

Codes

Color #698E15 in popluar color models

698E15
RGB10514221
HSL78°74.23%31.96%
HSB/HSV78°85.21%55.69%
CMYK26.06%0.00%85.21%
44.31%

Color #698E15 in popluar number systems.

HEX698E15
Decimal10514221
Binary11010011000111010101
Octal15121625

Shades and tints

Shades of #698E15

#698E15
(105,142,21)
#608214
(96,130,20)
#577613
(87,118,19)
#4E6A12
(78,106,18)
#455E11
(69,94,17)
#3C5210
(60,82,16)
#33460F
(51,70,15)
#2A3A0E
(42,58,14)
#212E0D
(33,46,13)
#18220C
(24,34,12)
#0F160B
(15,22,11)
#000000
(0,0,0)

Tints of #698E15

#698E15
(105,142,21)
#76982A
(118,152,42)
#83A23F
(131,162,63)
#90AC54
(144,172,84)
#9DB669
(157,182,105)
#AAC07E
(170,192,126)
#B7CA93
(183,202,147)
#C4D4A8
(196,212,168)
#D1DEBD
(209,222,189)
#DEE8D2
(222,232,210)
#EBF2E7
(235,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698E15; }

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

This text font color is #698E15.


Background Color

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

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

This div background color is #698E15.


Border color

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

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

This div border color is #698E15.


Opacity

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

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

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

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

This text has shadow with #698E15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698E15 on black background.


Color preview on white background

This text has color #698E15 on white background.



Black color preview on #698E15 background

This text has black color on #698E15 background.


White color preview on #698E15 background

This text has white color on #698E15 background.