COLOR #69AC7D

HEX: #69AC7D RGB: (105,172,125)

Color info

#69AC7D contains mainly green and blue colors. Web safe color of #69AC7D is #669966 (or #696).

RGB color model

#69AC7D color RGB value is (105,172,125).

RGB: (105,172,125) (41%, 67%, 49%)

RGB channels and saturation

R 105 of 255 = 41%
G 172 of 255 = 67%
B 125 of 255 = 49%

105
172
125

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

Portions of RGB colors in percentages

R + G + B = 105 + 172 + 125 = 402 (100%)
R 105 of 402 ~ 26.12%
G 172 of 402 ~ 42.79%
B 125 of 402 ~ 31.09'%

%26.12
%42.79
%31.09

CMYK color model

#69AC7D color CMYK value is (39,0,27,33).

  • cyan value is 38.95%
  • magenta value is 0.00%
  • yellow value is 27.33%
  • key color value is 32.55%

CMYK: (39,0,27,33)
C39M0Y27K33 (39%, 0%, 27%, 33%)
(0.39 / 0.00 / 0.27 / 0.33)

CMYK percentages

%38.95
%0
%27.33
%32.55

Codes

Color #69AC7D in popluar color models

69 AC 7D
RGB 105 172 125
HSL 138° 28.76% 54.31%
HSB/HSV 138° 38.95% 67.45%
CMYK 38.95% 0.00% 27.33%
32.55%

Color #69AC7D in popluar number systems.

HEX 69 AC 7D
Decimal 105 172 125
Binary 1101001 10101100 1111101
Octal 151 254 175

Shades and tints

Shades of #69AC7D

#69AC7D
(105,172,125)
#609D72
(96,157,114)
#578E67
(87,142,103)
#4E7F5C
(78,127,92)
#457051
(69,112,81)
#3C6146
(60,97,70)
#33523B
(51,82,59)
#2A4330
(42,67,48)
#213425
(33,52,37)
#18251A
(24,37,26)
#0F160F
(15,22,15)
#000000
(0,0,0)

Tints of #69AC7D

#69AC7D
(105,172,125)
#76B388
(118,179,136)
#83BA93
(131,186,147)
#90C19E
(144,193,158)
#9DC8A9
(157,200,169)
#AACFB4
(170,207,180)
#B7D6BF
(183,214,191)
#C4DDCA
(196,221,202)
#D1E4D5
(209,228,213)
#DEEBE0
(222,235,224)
#EBF2EB
(235,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69AC7D color. Also use rgb(105,172,125) instead hex code.

Text Font Color

.myTextColor { color: #69AC7D; }

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

This text font color is #69AC7D.

Background Color

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

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

This div background color is #69AC7D.

Border color

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

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

This div border color is #69AC7D.

Opacity

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

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

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

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

This text has shadow with #69AC7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #69AC7D.

Preview

Color preview on black background

This text has color #69AC7D on black background.


Color preview on white background

This text has color #69AC7D on white background.


Black color preview on #69AC7D background

This text has black color on #69AC7D background.


White color preview on #69AC7D background

This text has white color on #69AC7D background.


Related colors

Complementary color

Complementary color for #hex is #965382.


I love getcolorcode.com

Triadic colors

1 #7D69AC and #AC7D69 with #69AC7D are triadic colors.

2 #7DAC69 and #AC697D with #69AC7D are triadic colors.