COLOR #699871

HEX: #699871
RGB: (105,152,113)

Color info

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

RGB color model

#699871 color RGB value is (105,152,113).

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

RGB channels and saturation

R 105 of 255 = 41%
G 152 of 255 = 60%
B 113 of 255 = 44%

105
152
113

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

Portions of RGB colors in percentages

R + G + B =
105 + 152 + 113 = 370 (100%)
R 105 of 370 ~ 28.38%
G 152 of 370 ~ 41.08%
B 113 of 370 ~ 30.54%

%28.38
%41.08
%30.54

CMYK color model

#699871 color CMYK value is (31,0,26,40).

  • cyan value is 30.92%
  • magenta value is 0.00%
  • yellow value is 25.66%
  • key color value is 40.39%
CMYK:
(31,0,26,40)
C31M0Y26K40 
(31%,0%,26%,40%)
(0.31/0.00/0.26/0.40)	

CMYK percentages

%30.92
%0
%25.66
%40.39

Codes

Color #699871 in popluar color models

699871
RGB105152113
HSL130°18.58%50.39%
HSB/HSV130°30.92%59.61%
CMYK30.92%0.00%25.66%
40.39%

Color #699871 in popluar number systems.

HEX699871
Decimal105152113
Binary1101001100110001110001
Octal151230161

Shades and tints

Shades of #699871

#699871
(105,152,113)
#608B67
(96,139,103)
#577E5D
(87,126,93)
#4E7153
(78,113,83)
#456449
(69,100,73)
#3C573F
(60,87,63)
#334A35
(51,74,53)
#2A3D2B
(42,61,43)
#213021
(33,48,33)
#182317
(24,35,23)
#0F160D
(15,22,13)
#000000
(0,0,0)

Tints of #699871

#699871
(105,152,113)
#76A17D
(118,161,125)
#83AA89
(131,170,137)
#90B395
(144,179,149)
#9DBCA1
(157,188,161)
#AAC5AD
(170,197,173)
#B7CEB9
(183,206,185)
#C4D7C5
(196,215,197)
#D1E0D1
(209,224,209)
#DEE9DD
(222,233,221)
#EBF2E9
(235,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #699871; }

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

This text font color is #699871.


Background Color

.myBgColor { background-color: #699871; }

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

This div background color is #699871.


Border color

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

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

This div border color is #699871.


Opacity

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

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

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

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

This text has shadow with #699871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #699871 on black background.


Color preview on white background

This text has color #699871 on white background.



Black color preview on #699871 background

This text has black color on #699871 background.


White color preview on #699871 background

This text has white color on #699871 background.