HEX: #68957D
RGB: (104,149,125)
#68957D contains red, green and blue colors in about the same proportion. Web safe color of #68957D is #669966 (or #696).
#68957D color RGB value is (104,149,125).
RGB: (104,149,125)
(41%, 58%, 49%)
R 104 of 255 = 41%
G 149 of 255 = 58%
B 125 of 255 = 49%
R + G + B ~ 49%. #68957D is middle color (not dark and not light).
R + G + B = 104 + 149 + 125 = 378 (100%)
R 104 of 378 ~ 27.51%
G 149 of 378 ~ 39.42%
B 125 of 378 ~ 33.07'%
#68957D color CMYK value is (30,0,16,42).
CMYK: (30,0,16,42)
C30M0Y16K42 (30%, 0%, 16%, 42%)
(0.30 / 0.00 / 0.16 / 0.42)
Color #68957D in popluar color models
68 | 95 | 7D | |
---|---|---|---|
RGB | 104 | 149 | 125 |
HSL | 148° | 17.79% | 49.61% |
HSB/HSV | 148° | 30.20% | 58.43% |
CMYK | 30.20% | 0.00% | 16.11% |
41.57% |
Color #68957D in popluar number systems.
HEX | 68 | 95 | 7D |
Decimal | 104 | 149 | 125 |
Binary | 1101000 | 10010101 | 1111101 |
Octal | 150 | 225 | 175 |
Shades of #68957D
Tints of #68957D
Examples of css and html codes for elements with #68957D color. Also use rgb(104,149,125) instead hex code.
.myTextColor { color: #68957D; }
<p style="color:#68957D">This sample text font color is #68957D.</p>
This text font color is #68957D.
.myBgColor { background-color: #68957D; }
<div style="background-color:#68957D">Inner text</div>
This div background color is #68957D.
.myBorderColor { border: 1px solid #68957D; }
<div style="border:3px solid #68957D">Div</div>
This div border color is #68957D.
.myOpacity80 { color: #68957D; opacity: 0.8; }
<p style="color:#68957D;opacity:0.8;">80%</p>
Text with #68957D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #68957D;}
<p style="text-shadow: 3px 3px 1px #68957D">Text here.</p>
This text has shadow with #68957D color.
.textShadow {text-shadow: 3px 3px 1px #68957D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #68957D, 5px 5px 20px red">Text here.</p>
This text has shadow with #68957D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#68957D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#68957D, Direction=45, Strength=4)">Text</p>
This text has shadow with #68957D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #68957D;
-webkit-box-shadow: 1px 1px 3px 2px #68957D;
box-shadow: 1px 1px 3px 2px #68957D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #68957D; -webkit-box-shadow: 1px 1px 3px 2px #68957D; box-shadow:1px 1px 3px 2px #68957D;">
Div content here
</div>
This text has color #68957D on black background.
This text has color #68957D on white background.
This text has black color on #68957D background.
This text has white color on #68957D background.
Complementary color for #hex is #976A82.