COLOR #69A173

HEX: #69A173 RGB: (105,161,115)

Color info

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

RGB color model

#69A173 color RGB value is (105,161,115).

RGB: (105,161,115) (41%, 63%, 45%)

RGB channels and saturation

R 105 of 255 = 41%
G 161 of 255 = 63%
B 115 of 255 = 45%

105
161
115

R + G + B ~ 50%. #69A173 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 105 + 161 + 115 = 381 (100%)
R 105 of 381 ~ 27.56%
G 161 of 381 ~ 42.26%
B 115 of 381 ~ 30.18'%

%27.56
%42.26
%30.18

CMYK color model

#69A173 color CMYK value is (35,0,29,37).

  • cyan value is 34.78%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 36.86%

CMYK: (35,0,29,37)
C35M0Y29K37 (35%, 0%, 29%, 37%)
(0.35 / 0.00 / 0.29 / 0.37)

CMYK percentages

%34.78
%0
%28.57
%36.86

Codes

Color #69A173 in popluar color models

69 A1 73
RGB 105 161 115
HSL 131° 22.95% 52.16%
HSB/HSV 131° 34.78% 63.14%
CMYK 34.78% 0.00% 28.57%
36.86%

Color #69A173 in popluar number systems.

HEX 69 A1 73
Decimal 105 161 115
Binary 1101001 10100001 1110011
Octal 151 241 163

Shades and tints

Shades of #69A173

#69A173
(105,161,115)
#609369
(96,147,105)
#57855F
(87,133,95)
#4E7755
(78,119,85)
#45694B
(69,105,75)
#3C5B41
(60,91,65)
#334D37
(51,77,55)
#2A3F2D
(42,63,45)
#213123
(33,49,35)
#182319
(24,35,25)
#0F150F
(15,21,15)
#000000
(0,0,0)

Tints of #69A173

#69A173
(105,161,115)
#76A97F
(118,169,127)
#83B18B
(131,177,139)
#90B997
(144,185,151)
#9DC1A3
(157,193,163)
#AAC9AF
(170,201,175)
#B7D1BB
(183,209,187)
#C4D9C7
(196,217,199)
#D1E1D3
(209,225,211)
#DEE9DF
(222,233,223)
#EBF1EB
(235,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69A173 color. Also use rgb(105,161,115) instead hex code.

Text Font Color

.myTextColor { color: #69A173; }

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

This text font color is #69A173.

Background Color

.myBgColor { background-color: #69A173; }

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

This div background color is #69A173.

Border color

.myBorderColor { border: 1px solid #69A173; }

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

This div border color is #69A173.

Opacity

.myOpacity80 { color: #69A173; opacity: 0.8; }

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

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

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

This text has shadow with #69A173 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #69A173.

Preview

Color preview on black background

This text has color #69A173 on black background.


Color preview on white background

This text has color #69A173 on white background.


Black color preview on #69A173 background

This text has black color on #69A173 background.


White color preview on #69A173 background

This text has white color on #69A173 background.


Related colors

Complementary color

Complementary color for #hex is #965E8C.


I love getcolorcode.com

Triadic colors

1 #7369A1 and #A17369 with #69A173 are triadic colors.

2 #73A169 and #A16973 with #69A173 are triadic colors.