COLOR #69977C

HEX: #69977C RGB: (105,151,124)

Color info

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

RGB color model

#69977C color RGB value is (105,151,124).

RGB: (105,151,124) (41%, 59%, 49%)

RGB channels and saturation

R 105 of 255 = 41%
G 151 of 255 = 59%
B 124 of 255 = 49%

105
151
124

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

Portions of RGB colors in percentages

R + G + B = 105 + 151 + 124 = 380 (100%)
R 105 of 380 ~ 27.63%
G 151 of 380 ~ 39.74%
B 124 of 380 ~ 32.63'%

%27.63
%39.74
%32.63

CMYK color model

#69977C color CMYK value is (30,0,18,41).

  • cyan value is 30.46%
  • magenta value is 0.00%
  • yellow value is 17.88%
  • key color value is 40.78%

CMYK: (30,0,18,41)
C30M0Y18K41 (30%, 0%, 18%, 41%)
(0.30 / 0.00 / 0.18 / 0.41)

CMYK percentages

%30.46
%0
%17.88
%40.78

Codes

Color #69977C in popluar color models

69 97 7C
RGB 105 151 124
HSL 145° 18.11% 50.20%
HSB/HSV 145° 30.46% 59.22%
CMYK 30.46% 0.00% 17.88%
40.78%

Color #69977C in popluar number systems.

HEX 69 97 7C
Decimal 105 151 124
Binary 1101001 10010111 1111100
Octal 151 227 174

Shades and tints

Shades of #69977C

#69977C
(105,151,124)
#608A71
(96,138,113)
#577D66
(87,125,102)
#4E705B
(78,112,91)
#456350
(69,99,80)
#3C5645
(60,86,69)
#33493A
(51,73,58)
#2A3C2F
(42,60,47)
#212F24
(33,47,36)
#182219
(24,34,25)
#0F150E
(15,21,14)
#000000
(0,0,0)

Tints of #69977C

#69977C
(105,151,124)
#76A087
(118,160,135)
#83A992
(131,169,146)
#90B29D
(144,178,157)
#9DBBA8
(157,187,168)
#AAC4B3
(170,196,179)
#B7CDBE
(183,205,190)
#C4D6C9
(196,214,201)
#D1DFD4
(209,223,212)
#DEE8DF
(222,232,223)
#EBF1EA
(235,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69977C color. Also use rgb(105,151,124) instead hex code.

Text Font Color

.myTextColor { color: #69977C; }

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

This text font color is #69977C.

Background Color

.myBgColor { background-color: #69977C; }

<div style="background-color:#69977C">Inner text</div>

This div background color is #69977C.

Border color

.myBorderColor { border: 1px solid #69977C; }

<div style="border:3px solid #69977C">Div</div>

This div border color is #69977C.

Opacity

.myOpacity80 { color: #69977C; opacity: 0.8; }

<p style="color:#69977C;opacity:0.8;">80%</p>

Text with #69977C 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 #69977C;}

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

This text has shadow with #69977C color.


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

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

This text has shadow with #69977C primary color and red secondary color.


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

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

This text has shadow with #69977C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #69977C.

Preview

Color preview on black background

This text has color #69977C on black background.


Color preview on white background

This text has color #69977C on white background.


Black color preview on #69977C background

This text has black color on #69977C background.


White color preview on #69977C background

This text has white color on #69977C background.


Related colors

Complementary color

Complementary color for #hex is #966883.


I love getcolorcode.com

Triadic colors

1 #7C6997 and #977C69 with #69977C are triadic colors.

2 #7C9769 and #97697C with #69977C are triadic colors.