COLOR #698B12

HEX: #698B12
RGB: (105,139,18)

Color info

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

RGB color model

#698B12 color RGB value is (105,139,18).

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

RGB channels and saturation

R 105 of 255 = 41%
G 139 of 255 = 55%
B 18 of 255 = 7%

105
139
18

R + G + B ~ 34%. #698B12 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 139 + 18 = 262 (100%)
R 105 of 262 ~ 40.08%
G 139 of 262 ~ 53.05%
B 18 of 262 ~ 6.87%

%40.08
%53.05

CMYK color model

#698B12 color CMYK value is (24,0,87,45).

  • cyan value is 24.46%
  • magenta value is 0.00%
  • yellow value is 87.05%
  • key color value is 45.49%
CMYK:
(24,0,87,45)
C24M0Y87K45 
(24%,0%,87%,45%)
(0.24/0.00/0.87/0.45)	

CMYK percentages

%24.46
%0
%87.05
%45.49

Codes

Color #698B12 in popluar color models

698B12
RGB10513918
HSL77°77.07%30.78%
HSB/HSV77°87.05%54.51%
CMYK24.46%0.00%87.05%
45.49%

Color #698B12 in popluar number systems.

HEX698B12
Decimal10513918
Binary11010011000101110010
Octal15121322

Shades and tints

Shades of #698B12

#698B12
(105,139,18)
#607F11
(96,127,17)
#577310
(87,115,16)
#4E670F
(78,103,15)
#455B0E
(69,91,14)
#3C4F0D
(60,79,13)
#33430C
(51,67,12)
#2A370B
(42,55,11)
#212B0A
(33,43,10)
#181F09
(24,31,9)
#0F1308
(15,19,8)
#000000
(0,0,0)

Tints of #698B12

#698B12
(105,139,18)
#769527
(118,149,39)
#839F3C
(131,159,60)
#90A951
(144,169,81)
#9DB366
(157,179,102)
#AABD7B
(170,189,123)
#B7C790
(183,199,144)
#C4D1A5
(196,209,165)
#D1DBBA
(209,219,186)
#DEE5CF
(222,229,207)
#EBEFE4
(235,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698B12; }

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

This text font color is #698B12.


Background Color

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

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

This div background color is #698B12.


Border color

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

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

This div border color is #698B12.


Opacity

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

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

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

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

This text has shadow with #698B12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698B12 on black background.


Color preview on white background

This text has color #698B12 on white background.



Black color preview on #698B12 background

This text has black color on #698B12 background.


White color preview on #698B12 background

This text has white color on #698B12 background.