COLOR #69AB50

HEX: #69AB50 RGB: (105,171,80)

Color info

#69AB50 contains mainly green color. Web safe color of #69AB50 is #669966 (or #696).

RGB color model

#69AB50 color RGB value is (105,171,80).

RGB: (105,171,80) (41%, 67%, 31%)

RGB channels and saturation

R 105 of 255 = 41%
G 171 of 255 = 67%
B 80 of 255 = 31%

105
171
80

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

Portions of RGB colors in percentages

R + G + B = 105 + 171 + 80 = 356 (100%)
R 105 of 356 ~ 29.49%
G 171 of 356 ~ 48.03%
B 80 of 356 ~ 22.47'%

%29.49
%48.03
%22.47

CMYK color model

#69AB50 color CMYK value is (39,0,53,33).

  • cyan value is 38.60%
  • magenta value is 0.00%
  • yellow value is 53.22%
  • key color value is 32.94%

CMYK: (39,0,53,33)
C39M0Y53K33 (39%, 0%, 53%, 33%)
(0.39 / 0.00 / 0.53 / 0.33)

CMYK percentages

%38.6
%0
%53.22
%32.94

Codes

Color #69AB50 in popluar color models

69 AB 50
RGB 105 171 80
HSL 104° 36.25% 49.22%
HSB/HSV 104° 53.22% 67.06%
CMYK 38.60% 0.00% 53.22%
32.94%

Color #69AB50 in popluar number systems.

HEX 69 AB 50
Decimal 105 171 80
Binary 1101001 10101011 1010000
Octal 151 253 120

Shades and tints

Shades of #69AB50

#69AB50
(105,171,80)
#609C49
(96,156,73)
#578D42
(87,141,66)
#4E7E3B
(78,126,59)
#456F34
(69,111,52)
#3C602D
(60,96,45)
#335126
(51,81,38)
#2A421F
(42,66,31)
#213318
(33,51,24)
#182411
(24,36,17)
#0F150A
(15,21,10)
#000000
(0,0,0)

Tints of #69AB50

#69AB50
(105,171,80)
#76B25F
(118,178,95)
#83B96E
(131,185,110)
#90C07D
(144,192,125)
#9DC78C
(157,199,140)
#AACE9B
(170,206,155)
#B7D5AA
(183,213,170)
#C4DCB9
(196,220,185)
#D1E3C8
(209,227,200)
#DEEAD7
(222,234,215)
#EBF1E6
(235,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69AB50 color. Also use rgb(105,171,80) instead hex code.

Text Font Color

.myTextColor { color: #69AB50; }

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

This text font color is #69AB50.

Background Color

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

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

This div background color is #69AB50.

Border color

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

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

This div border color is #69AB50.

Opacity

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

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

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

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

This text has shadow with #69AB50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #69AB50.

Preview

Color preview on black background

This text has color #69AB50 on black background.


Color preview on white background

This text has color #69AB50 on white background.


Black color preview on #69AB50 background

This text has black color on #69AB50 background.


White color preview on #69AB50 background

This text has white color on #69AB50 background.


Related colors

Complementary color

Complementary color for #hex is #9654AF.


I love getcolorcode.com

Triadic colors

1 #5069AB and #AB5069 with #69AB50 are triadic colors.

2 #50AB69 and #AB6950 with #69AB50 are triadic colors.