COLOR #69B377

HEX: #69B377 RGB: (105,179,119)

Color info

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

RGB color model

#69B377 color RGB value is (105,179,119).

RGB: (105,179,119) (41%, 70%, 47%)

RGB channels and saturation

R 105 of 255 = 41%
G 179 of 255 = 70%
B 119 of 255 = 47%

105
179
119

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

Portions of RGB colors in percentages

R + G + B = 105 + 179 + 119 = 403 (100%)
R 105 of 403 ~ 26.05%
G 179 of 403 ~ 44.42%
B 119 of 403 ~ 29.53'%

%26.05
%44.42
%29.53

CMYK color model

#69B377 color CMYK value is (41,0,34,30).

  • cyan value is 41.34%
  • magenta value is 0.00%
  • yellow value is 33.52%
  • key color value is 29.80%

CMYK: (41,0,34,30)
C41M0Y34K30 (41%, 0%, 34%, 30%)
(0.41 / 0.00 / 0.34 / 0.30)

CMYK percentages

%41.34
%0
%33.52
%29.8

Codes

Color #69B377 in popluar color models

69 B3 77
RGB 105 179 119
HSL 131° 32.74% 55.69%
HSB/HSV 131° 41.34% 70.20%
CMYK 41.34% 0.00% 33.52%
29.80%

Color #69B377 in popluar number systems.

HEX 69 B3 77
Decimal 105 179 119
Binary 1101001 10110011 1110111
Octal 151 263 167

Shades and tints

Shades of #69B377

#69B377
(105,179,119)
#60A36D
(96,163,109)
#579363
(87,147,99)
#4E8359
(78,131,89)
#45734F
(69,115,79)
#3C6345
(60,99,69)
#33533B
(51,83,59)
#2A4331
(42,67,49)
#213327
(33,51,39)
#18231D
(24,35,29)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #69B377

#69B377
(105,179,119)
#76B983
(118,185,131)
#83BF8F
(131,191,143)
#90C59B
(144,197,155)
#9DCBA7
(157,203,167)
#AAD1B3
(170,209,179)
#B7D7BF
(183,215,191)
#C4DDCB
(196,221,203)
#D1E3D7
(209,227,215)
#DEE9E3
(222,233,227)
#EBEFEF
(235,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69B377 color. Also use rgb(105,179,119) instead hex code.

Text Font Color

.myTextColor { color: #69B377; }

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

This text font color is #69B377.

Background Color

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

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

This div background color is #69B377.

Border color

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

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

This div border color is #69B377.

Opacity

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

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

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

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

This text has shadow with #69B377 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #69B377.

Preview

Color preview on black background

This text has color #69B377 on black background.


Color preview on white background

This text has color #69B377 on white background.


Black color preview on #69B377 background

This text has black color on #69B377 background.


White color preview on #69B377 background

This text has white color on #69B377 background.


Related colors

Complementary color

Complementary color for #hex is #964C88.


I love getcolorcode.com

Triadic colors

1 #7769B3 and #B37769 with #69B377 are triadic colors.

2 #77B369 and #B36977 with #69B377 are triadic colors.