COLOR #69976D

HEX: #69976D
RGB: (105,151,109)

Color info

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

RGB color model

#69976D color RGB value is (105,151,109).

  • red value is 105;
  • green value is 151;
  • blue value is 109.
RGB:
(105,151,109)
(41%,59%,43%)

RGB channels and saturation

R 105 of 255 = 41%
G 151 of 255 = 59%
B 109 of 255 = 43%

105
151
109

R + G + B ~ 48%. #69976D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 151 + 109 = 365 (100%)
R 105 of 365 ~ 28.77%
G 151 of 365 ~ 41.37%
B 109 of 365 ~ 29.86%

%28.77
%41.37
%29.86

CMYK color model

#69976D color CMYK value is (30,0,28,41).

  • cyan value is 30.46%
  • magenta value is 0.00%
  • yellow value is 27.81%
  • key color value is 40.78%
CMYK:
(30,0,28,41)
C30M0Y28K41 
(30%,0%,28%,41%)
(0.30/0.00/0.28/0.41)	

CMYK percentages

%30.46
%0
%27.81
%40.78

Codes

Color #69976D in popluar color models

69976D
RGB105151109
HSL125°18.11%50.20%
HSB/HSV125°30.46%59.22%
CMYK30.46%0.00%27.81%
40.78%

Color #69976D in popluar number systems.

HEX69976D
Decimal105151109
Binary1101001100101111101101
Octal151227155

Shades and tints

Shades of #69976D

#69976D
(105,151,109)
#608A64
(96,138,100)
#577D5B
(87,125,91)
#4E7052
(78,112,82)
#456349
(69,99,73)
#3C5640
(60,86,64)
#334937
(51,73,55)
#2A3C2E
(42,60,46)
#212F25
(33,47,37)
#18221C
(24,34,28)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #69976D

#69976D
(105,151,109)
#76A07A
(118,160,122)
#83A987
(131,169,135)
#90B294
(144,178,148)
#9DBBA1
(157,187,161)
#AAC4AE
(170,196,174)
#B7CDBB
(183,205,187)
#C4D6C8
(196,214,200)
#D1DFD5
(209,223,213)
#DEE8E2
(222,232,226)
#EBF1EF
(235,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69976D color. Also use rgb(105,151,109) instead hex code.

Text Font Color

.myTextColor { color: #69976D; }

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

This text font color is #69976D.


Background Color

.myBgColor { background-color: #69976D; }

<div style="background-color:#69976D">Inner text</div>

This div background color is #69976D.


Border color

.myBorderColor { border: 1px solid #69976D; }

<div style="border:3px solid #69976D">Div</div>

This div border color is #69976D.


Opacity

.myOpacity80 { color: #69976D; opacity: 0.8; }

<p style="color:#69976D;opacity:0.8;">80%</p>

Text with #69976D 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 #69976D;}

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

This text has shadow with #69976D color.

.textShadow {text-shadow: 3px 3px 1px #69976D, 3px 3px 1px red;}

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

This text has shadow with #69976D primary color and red secondary color.


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

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

This text has shadow with #69976D and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #69976D;
-webkit-box-shadow: 1px 1px 3px 2px #69976D;
box-shadow:1px 1px 3px 2px #69976D;">
Div content here</div>
This div box has shadow with color #69976D.

Preview

Color preview on black background

This text has color #69976D on black background.


Color preview on white background

This text has color #69976D on white background.



Black color preview on #69976D background

This text has black color on #69976D background.


White color preview on #69976D background

This text has white color on #69976D background.