HEX: #688736
RGB: (104,135,54)
#688736 contains mainly red and green colors. Web safe color of #688736 is #669933 (or #693).
#688736 color RGB value is (104,135,54).
RGB: (104,135,54) (41%,53%,21%)
R 104 of 255 = 41%
G 135 of 255 = 53%
B 54 of 255 = 21%
R + G + B ~ 38%. #688736 is quite dark color.
R + G + B =
104 + 135 + 54 = 293 (100%)
R 104 of 293 ~ 35.49%
G 135 of 293 ~ 46.08%
B 54 of 293 ~ 18.43%
#688736 color CMYK value is (23,0,60,47).
CMYK: (23,0,60,47) C23M0Y60K47 (23%,0%,60%,47%) (0.23/0.00/0.60/0.47)
68 | 87 | 36 | |
---|---|---|---|
RGB | 104 | 135 | 54 |
HSL | 83° | 42.86% | 37.06% |
HSB/HSV | 83° | 60.00% | 52.94% |
CMYK | 22.96% | 0.00% | 60.00% |
47.06% |
HEX | 68 | 87 | 36 |
Decimal | 104 | 135 | 54 |
Binary | 1101000 | 10000111 | 110110 |
Octal | 150 | 207 | 66 |
Examples of css and html codes for elements with #688736 color. Also use rgb(104,135,54) instead hex code.
.myTextColor { color: #688736; }
<p style="color:#688736">This sample text font color is #688736.</p>
This text font color is #688736.
.myBgColor { background-color: #688736; }
<div style="background-color:#688736">Inner text</div>
This div background color is #688736.
.myBorderColor { border: 1px solid #688736; }
<div style="border:3px solid #688736">Div</div>
This div border color is #688736.
.myOpacity80 { color: #688736; opacity: 0.8; }
<p style="color:#688736;opacity:0.8;">80%</p>
Text with #688736 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #688736;}
<p style="text-shadow: 3px 3px 1px #688736">Text here.</p>
This text has shadow with #688736 color.
.textShadow {text-shadow: 3px 3px 1px #688736, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #688736, 5px 5px 20px red">Text here.</p>
This text has shadow with #688736 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#688736, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#688736, Direction=45, Strength=4)">Text</p>
This text has shadow with #688736 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #688736; -webkit-box-shadow: 1px 1px 3px 2px #688736; box-shadow: 1px 1px 3px 2px #688736; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #688736; -webkit-box-shadow: 1px 1px 3px 2px #688736; box-shadow:1px 1px 3px 2px #688736;">
Div content here</div>
This text has color #688736 on black background.
This text has color #688736 on white background.
This text has black color on #688736 background.
This text has white color on #688736 background.