COLOR #699F6A

HEX: #699F6A
RGB: (105,159,106)

Color info

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

RGB color model

#699F6A color RGB value is (105,159,106).

  • red value is 105;
  • green value is 159;
  • blue value is 106.
RGB:
(105,159,106)
(41%,62%,42%)

RGB channels and saturation

R 105 of 255 = 41%
G 159 of 255 = 62%
B 106 of 255 = 42%

105
159
106

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

Portions of RGB colors in percentages

R + G + B =
105 + 159 + 106 = 370 (100%)
R 105 of 370 ~ 28.38%
G 159 of 370 ~ 42.97%
B 106 of 370 ~ 28.65%

%28.38
%42.97
%28.65

CMYK color model

#699F6A color CMYK value is (34,0,33,38).

  • cyan value is 33.96%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 37.65%
CMYK:
(34,0,33,38)
C34M0Y33K38 
(34%,0%,33%,38%)
(0.34/0.00/0.33/0.38)	

CMYK percentages

%33.96
%0
%33.33
%37.65

Codes

Color #699F6A in popluar color models

699F6A
RGB105159106
HSL121°21.95%51.76%
HSB/HSV121°33.96%62.35%
CMYK33.96%0.00%33.33%
37.65%

Color #699F6A in popluar number systems.

HEX699F6A
Decimal105159106
Binary1101001100111111101010
Octal151237152

Shades and tints

Shades of #699F6A

#699F6A
(105,159,106)
#609161
(96,145,97)
#578358
(87,131,88)
#4E754F
(78,117,79)
#456746
(69,103,70)
#3C593D
(60,89,61)
#334B34
(51,75,52)
#2A3D2B
(42,61,43)
#212F22
(33,47,34)
#182119
(24,33,25)
#0F1310
(15,19,16)
#000000
(0,0,0)

Tints of #699F6A

#699F6A
(105,159,106)
#76A777
(118,167,119)
#83AF84
(131,175,132)
#90B791
(144,183,145)
#9DBF9E
(157,191,158)
#AAC7AB
(170,199,171)
#B7CFB8
(183,207,184)
#C4D7C5
(196,215,197)
#D1DFD2
(209,223,210)
#DEE7DF
(222,231,223)
#EBEFEC
(235,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #699F6A color. Also use rgb(105,159,106) instead hex code.

Text Font Color

.myTextColor { color: #699F6A; }

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

This text font color is #699F6A.


Background Color

.myBgColor { background-color: #699F6A; }

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

This div background color is #699F6A.


Border color

.myBorderColor { border: 1px solid #699F6A; }

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

This div border color is #699F6A.


Opacity

.myOpacity80 { color: #699F6A; opacity: 0.8; }

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

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

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

This text has shadow with #699F6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #699F6A on black background.


Color preview on white background

This text has color #699F6A on white background.



Black color preview on #699F6A background

This text has black color on #699F6A background.


White color preview on #699F6A background

This text has white color on #699F6A background.