HEX: #689B37
RGB: (104,155,55)
#689B37 contains mainly red and green colors. Web safe color of #689B37 is #669933 (or #693).
#689B37 color RGB value is (104,155,55).
RGB: (104,155,55)
(41%, 61%, 22%)
R 104 of 255 = 41%
G 155 of 255 = 61%
B 55 of 255 = 22%
R + G + B ~ 41%. #689B37 is middle color (not dark and not light).
R + G + B = 104 + 155 + 55 = 314 (100%)
R 104 of 314 ~ 33.12%
G 155 of 314 ~ 49.36%
B 55 of 314 ~ 17.52'%
#689B37 color CMYK value is (33,0,65,39).
CMYK: (33,0,65,39)
C33M0Y65K39 (33%, 0%, 65%, 39%)
(0.33 / 0.00 / 0.65 / 0.39)
Color #689B37 in popluar color models
68 | 9B | 37 | |
---|---|---|---|
RGB | 104 | 155 | 55 |
HSL | 91° | 47.62% | 41.18% |
HSB/HSV | 91° | 64.52% | 60.78% |
CMYK | 32.90% | 0.00% | 64.52% |
39.22% |
Color #689B37 in popluar number systems.
HEX | 68 | 9B | 37 |
Decimal | 104 | 155 | 55 |
Binary | 1101000 | 10011011 | 110111 |
Octal | 150 | 233 | 67 |
Shades of #689B37
Tints of #689B37
Examples of css and html codes for elements with #689B37 color. Also use rgb(104,155,55) instead hex code.
.myTextColor { color: #689B37; }
<p style="color:#689B37">This sample text font color is #689B37.</p>
This text font color is #689B37.
.myBgColor { background-color: #689B37; }
<div style="background-color:#689B37">Inner text</div>
This div background color is #689B37.
.myBorderColor { border: 1px solid #689B37; }
<div style="border:3px solid #689B37">Div</div>
This div border color is #689B37.
.myOpacity80 { color: #689B37; opacity: 0.8; }
<p style="color:#689B37;opacity:0.8;">80%</p>
Text with #689B37 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #689B37;}
<p style="text-shadow: 3px 3px 1px #689B37">Text here.</p>
This text has shadow with #689B37 color.
.textShadow {text-shadow: 3px 3px 1px #689B37', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #689B37, 5px 5px 20px red">Text here.</p>
This text has shadow with #689B37 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#689B37, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#689B37, Direction=45, Strength=4)">Text</p>
This text has shadow with #689B37 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #689B37;
-webkit-box-shadow: 1px 1px 3px 2px #689B37;
box-shadow: 1px 1px 3px 2px #689B37;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #689B37; -webkit-box-shadow: 1px 1px 3px 2px #689B37; box-shadow:1px 1px 3px 2px #689B37;">
Div content here
</div>
This text has color #689B37 on black background.
This text has color #689B37 on white background.
This text has black color on #689B37 background.
This text has white color on #689B37 background.
Complementary color for #hex is #9764C8.