COLOR #698600

HEX: #698600
RGB: (105,134,0)

Color info

#698600 contains only red and green colors. Web safe color of #698600 is #669900 (or #690).

RGB color model

#698600 color RGB value is (105,134,0).

  • red value is 105;
  • green value is 134;
  • blue value is 0.
RGB:
(105,134,0)
(41%,53%,0%)

RGB channels and saturation

R 105 of 255 = 41%
G 134 of 255 = 53%
B 0 of 255 = 0%

105
134
0

R + G + B ~ 31%. #698600 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 134 + 0 = 239 (100%)
R 105 of 239 ~ 43.93%
G 134 of 239 ~ 56.07%
B 0 of 239 ~ 0%

%43.93
%56.07

CMYK color model

#698600 color CMYK value is (22,0,100,47).

  • cyan value is 21.64%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 47.45%
CMYK:
(22,0,100,47)
C22M0Y100K47 
(22%,0%,100%,47%)
(0.22/0.00/1.00/0.47)	

CMYK percentages

%21.64
%0
%100
%47.45

Codes

Color #698600 in popluar color models

698600
RGB1051340
HSL73°100.00%26.27%
HSB/HSV73°100.00%52.55%
CMYK21.64%0.00%100.00%
47.45%

Color #698600 in popluar number systems.

HEX698600
Decimal1051340
Binary1101001100001100
Octal1512060

Shades and tints

Shades of #698600

#698600
(105,134,0)
#607A00
(96,122,0)
#576E00
(87,110,0)
#4E6200
(78,98,0)
#455600
(69,86,0)
#3C4A00
(60,74,0)
#333E00
(51,62,0)
#2A3200
(42,50,0)
#212600
(33,38,0)
#181A00
(24,26,0)
#0F0E00
(15,14,0)
#000000
(0,0,0)

Tints of #698600

#698600
(105,134,0)
#769117
(118,145,23)
#839C2E
(131,156,46)
#90A745
(144,167,69)
#9DB25C
(157,178,92)
#AABD73
(170,189,115)
#B7C88A
(183,200,138)
#C4D3A1
(196,211,161)
#D1DEB8
(209,222,184)
#DEE9CF
(222,233,207)
#EBF4E6
(235,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #698600 color. Also use rgb(105,134,0) instead hex code.

Text Font Color

.myTextColor { color: #698600; }

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

This text font color is #698600.


Background Color

.myBgColor { background-color: #698600; }

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

This div background color is #698600.


Border color

.myBorderColor { border: 1px solid #698600; }

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

This div border color is #698600.


Opacity

.myOpacity80 { color: #698600; opacity: 0.8; }

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

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

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

This text has shadow with #698600 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698600 on black background.


Color preview on white background

This text has color #698600 on white background.



Black color preview on #698600 background

This text has black color on #698600 background.


White color preview on #698600 background

This text has white color on #698600 background.