COLOR #699A70

HEX: #699A70 RGB: (105,154,112)

Color info

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

RGB color model

#699A70 color RGB value is (105,154,112).

RGB: (105,154,112) (41%, 60%, 44%)

RGB channels and saturation

R 105 of 255 = 41%
G 154 of 255 = 60%
B 112 of 255 = 44%

105
154
112

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

Portions of RGB colors in percentages

R + G + B = 105 + 154 + 112 = 371 (100%)
R 105 of 371 ~ 28.3%
G 154 of 371 ~ 41.51%
B 112 of 371 ~ 30.19'%

%28.3
%41.51
%30.19

CMYK color model

#699A70 color CMYK value is (32,0,27,40).

  • cyan value is 31.82%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 39.61%

CMYK: (32,0,27,40)
C32M0Y27K40 (32%, 0%, 27%, 40%)
(0.32 / 0.00 / 0.27 / 0.40)

CMYK percentages

%31.82
%0
%27.27
%39.61

Codes

Color #699A70 in popluar color models

69 9A 70
RGB 105 154 112
HSL 129° 19.52% 50.78%
HSB/HSV 129° 31.82% 60.39%
CMYK 31.82% 0.00% 27.27%
39.61%

Color #699A70 in popluar number systems.

HEX 69 9A 70
Decimal 105 154 112
Binary 1101001 10011010 1110000
Octal 151 232 160

Shades and tints

Shades of #699A70

#699A70
(105,154,112)
#608C66
(96,140,102)
#577E5C
(87,126,92)
#4E7052
(78,112,82)
#456248
(69,98,72)
#3C543E
(60,84,62)
#334634
(51,70,52)
#2A382A
(42,56,42)
#212A20
(33,42,32)
#181C16
(24,28,22)
#0F0E0C
(15,14,12)
#000000
(0,0,0)

Tints of #699A70

#699A70
(105,154,112)
#76A37D
(118,163,125)
#83AC8A
(131,172,138)
#90B597
(144,181,151)
#9DBEA4
(157,190,164)
#AAC7B1
(170,199,177)
#B7D0BE
(183,208,190)
#C4D9CB
(196,217,203)
#D1E2D8
(209,226,216)
#DEEBE5
(222,235,229)
#EBF4F2
(235,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #699A70 color. Also use rgb(105,154,112) instead hex code.

Text Font Color

.myTextColor { color: #699A70; }

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

This text font color is #699A70.

Background Color

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

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

This div background color is #699A70.

Border color

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

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

This div border color is #699A70.

Opacity

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

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

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

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

This text has shadow with #699A70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #699A70.

Preview

Color preview on black background

This text has color #699A70 on black background.


Color preview on white background

This text has color #699A70 on white background.


Black color preview on #699A70 background

This text has black color on #699A70 background.


White color preview on #699A70 background

This text has white color on #699A70 background.


Related colors

Complementary color

Complementary color for #hex is #96658F.


I love getcolorcode.com

Triadic colors

1 #70699A and #9A7069 with #699A70 are triadic colors.

2 #709A69 and #9A6970 with #699A70 are triadic colors.