HEX: #689C6E
RGB: (104,156,110)
#689C6E contains red, green and blue colors in about the same proportion. Web safe color of #689C6E is #669966 (or #696).
#689C6E color RGB value is (104,156,110).
RGB: (104,156,110)
(41%, 61%, 43%)
R 104 of 255 = 41%
G 156 of 255 = 61%
B 110 of 255 = 43%
R + G + B ~ 48%. #689C6E is middle color (not dark and not light).
R + G + B = 104 + 156 + 110 = 370 (100%)
R 104 of 370 ~ 28.11%
G 156 of 370 ~ 42.16%
B 110 of 370 ~ 29.73'%
#689C6E color CMYK value is (33,0,29,39).
CMYK: (33,0,29,39)
C33M0Y29K39 (33%, 0%, 29%, 39%)
(0.33 / 0.00 / 0.29 / 0.39)
Color #689C6E in popluar color models
68 | 9C | 6E | |
---|---|---|---|
RGB | 104 | 156 | 110 |
HSL | 127° | 20.80% | 50.98% |
HSB/HSV | 127° | 33.33% | 61.18% |
CMYK | 33.33% | 0.00% | 29.49% |
38.82% |
Color #689C6E in popluar number systems.
HEX | 68 | 9C | 6E |
Decimal | 104 | 156 | 110 |
Binary | 1101000 | 10011100 | 1101110 |
Octal | 150 | 234 | 156 |
Shades of #689C6E
Tints of #689C6E
Examples of css and html codes for elements with #689C6E color. Also use rgb(104,156,110) instead hex code.
.myTextColor { color: #689C6E; }
<p style="color:#689C6E">This sample text font color is #689C6E.</p>
This text font color is #689C6E.
.myBgColor { background-color: #689C6E; }
<div style="background-color:#689C6E">Inner text</div>
This div background color is #689C6E.
.myBorderColor { border: 1px solid #689C6E; }
<div style="border:3px solid #689C6E">Div</div>
This div border color is #689C6E.
.myOpacity80 { color: #689C6E; opacity: 0.8; }
<p style="color:#689C6E;opacity:0.8;">80%</p>
Text with #689C6E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #689C6E;}
<p style="text-shadow: 3px 3px 1px #689C6E">Text here.</p>
This text has shadow with #689C6E color.
.textShadow {text-shadow: 3px 3px 1px #689C6E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #689C6E, 5px 5px 20px red">Text here.</p>
This text has shadow with #689C6E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#689C6E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#689C6E, Direction=45, Strength=4)">Text</p>
This text has shadow with #689C6E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #689C6E;
-webkit-box-shadow: 1px 1px 3px 2px #689C6E;
box-shadow: 1px 1px 3px 2px #689C6E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #689C6E; -webkit-box-shadow: 1px 1px 3px 2px #689C6E; box-shadow:1px 1px 3px 2px #689C6E;">
Div content here
</div>
This text has color #689C6E on black background.
This text has color #689C6E on white background.
This text has black color on #689C6E background.
This text has white color on #689C6E background.
Complementary color for #hex is #976391.