COLOR #699863

HEX: #699863
RGB: (105,152,99)

Color info

#699863 contains red, green and blue colors in about the same proportion. Web safe color of #699863 is #669966 (or #696).

RGB color model

#699863 color RGB value is (105,152,99).

  • red value is 105;
  • green value is 152;
  • blue value is 99.
RGB:
(105,152,99)
(41%,60%,39%)

RGB channels and saturation

R 105 of 255 = 41%
G 152 of 255 = 60%
B 99 of 255 = 39%

105
152
99

R + G + B ~ 47%. #699863 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 152 + 99 = 356 (100%)
R 105 of 356 ~ 29.49%
G 152 of 356 ~ 42.7%
B 99 of 356 ~ 27.81%

%29.49
%42.7
%27.81

CMYK color model

#699863 color CMYK value is (31,0,35,40).

  • cyan value is 30.92%
  • magenta value is 0.00%
  • yellow value is 34.87%
  • key color value is 40.39%
CMYK:
(31,0,35,40)
C31M0Y35K40 
(31%,0%,35%,40%)
(0.31/0.00/0.35/0.40)	

CMYK percentages

%30.92
%0
%34.87
%40.39

Codes

Color #699863 in popluar color models

699863
RGB10515299
HSL113°21.12%49.22%
HSB/HSV113°34.87%59.61%
CMYK30.92%0.00%34.87%
40.39%

Color #699863 in popluar number systems.

HEX699863
Decimal10515299
Binary1101001100110001100011
Octal151230143

Shades and tints

Shades of #699863

#699863
(105,152,99)
#608B5A
(96,139,90)
#577E51
(87,126,81)
#4E7148
(78,113,72)
#45643F
(69,100,63)
#3C5736
(60,87,54)
#334A2D
(51,74,45)
#2A3D24
(42,61,36)
#21301B
(33,48,27)
#182312
(24,35,18)
#0F1609
(15,22,9)
#000000
(0,0,0)

Tints of #699863

#699863
(105,152,99)
#76A171
(118,161,113)
#83AA7F
(131,170,127)
#90B38D
(144,179,141)
#9DBC9B
(157,188,155)
#AAC5A9
(170,197,169)
#B7CEB7
(183,206,183)
#C4D7C5
(196,215,197)
#D1E0D3
(209,224,211)
#DEE9E1
(222,233,225)
#EBF2EF
(235,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #699863 color. Also use rgb(105,152,99) instead hex code.

Text Font Color

.myTextColor { color: #699863; }

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

This text font color is #699863.


Background Color

.myBgColor { background-color: #699863; }

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

This div background color is #699863.


Border color

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

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

This div border color is #699863.


Opacity

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

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

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

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

This text has shadow with #699863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #699863 on black background.


Color preview on white background

This text has color #699863 on white background.



Black color preview on #699863 background

This text has black color on #699863 background.


White color preview on #699863 background

This text has white color on #699863 background.