COLOR #69876D

HEX: #69876D
RGB: (105,135,109)

Color info

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

RGB color model

#69876D color RGB value is (105,135,109).

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

RGB channels and saturation

R 105 of 255 = 41%
G 135 of 255 = 53%
B 109 of 255 = 43%

105
135
109

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

Portions of RGB colors in percentages

R + G + B =
105 + 135 + 109 = 349 (100%)
R 105 of 349 ~ 30.09%
G 135 of 349 ~ 38.68%
B 109 of 349 ~ 31.23%

%30.09
%38.68
%31.23

CMYK color model

#69876D color CMYK value is (22,0,19,47).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 19.26%
  • key color value is 47.06%
CMYK:
(22,0,19,47)
C22M0Y19K47 
(22%,0%,19%,47%)
(0.22/0.00/0.19/0.47)	

CMYK percentages

%22.22
%0
%19.26
%47.06

Codes

Color #69876D in popluar color models

69876D
RGB105135109
HSL128°12.50%47.06%
HSB/HSV128°22.22%52.94%
CMYK22.22%0.00%19.26%
47.06%

Color #69876D in popluar number systems.

HEX69876D
Decimal105135109
Binary1101001100001111101101
Octal151207155

Shades and tints

Shades of #69876D

#69876D
(105,135,109)
#607B64
(96,123,100)
#576F5B
(87,111,91)
#4E6352
(78,99,82)
#455749
(69,87,73)
#3C4B40
(60,75,64)
#333F37
(51,63,55)
#2A332E
(42,51,46)
#212725
(33,39,37)
#181B1C
(24,27,28)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #69876D

#69876D
(105,135,109)
#76917A
(118,145,122)
#839B87
(131,155,135)
#90A594
(144,165,148)
#9DAFA1
(157,175,161)
#AAB9AE
(170,185,174)
#B7C3BB
(183,195,187)
#C4CDC8
(196,205,200)
#D1D7D5
(209,215,213)
#DEE1E2
(222,225,226)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #69876D; }

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

This text font color is #69876D.


Background Color

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

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

This div background color is #69876D.


Border color

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

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

This div border color is #69876D.


Opacity

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

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

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

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

This text has shadow with #69876D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69876D on black background.


Color preview on white background

This text has color #69876D on white background.



Black color preview on #69876D background

This text has black color on #69876D background.


White color preview on #69876D background

This text has white color on #69876D background.