HEX: #065911
RGB: (6,89,17)
#065911 contains mainly green color. Web safe color of #065911 is #006600 (or #060).
#065911 color RGB value is (6,89,17).
RGB: (6,89,17)
(2%, 35%, 7%)
R 6 of 255 = 2%
G 89 of 255 = 35%
B 17 of 255 = 7%
R + G + B ~ 15%. #065911 is dark color.
R + G + B = 6 + 89 + 17 = 112 (100%)
R 6 of 112 ~ 5.36%
G 89 of 112 ~ 79.46%
B 17 of 112 ~ 15.18'%
#065911 color CMYK value is (93,0,81,65).
CMYK: (93,0,81,65)
C93M0Y81K65 (93%, 0%, 81%, 65%)
(0.93 / 0.00 / 0.81 / 0.65)
Color #065911 in popluar color models
06 | 59 | 11 | |
---|---|---|---|
RGB | 6 | 89 | 17 |
HSL | 128° | 87.37% | 18.63% |
HSB/HSV | 128° | 93.26% | 34.90% |
CMYK | 93.26% | 0.00% | 80.90% |
65.10% |
Color #065911 in popluar number systems.
HEX | 06 | 59 | 11 |
Decimal | 6 | 89 | 17 |
Binary | 110 | 1011001 | 10001 |
Octal | 6 | 131 | 21 |
Shades of #065911
Tints of #065911
Examples of css and html codes for elements with #065911 color. Also use rgb(6,89,17) instead hex code.
.myTextColor { color: #065911; }
<p style="color:#065911">This sample text font color is #065911.</p>
This text font color is #065911.
.myBgColor { background-color: #065911; }
<div style="background-color:#065911">Inner text</div>
This div background color is #065911.
.myBorderColor { border: 1px solid #065911; }
<div style="border:3px solid #065911">Div</div>
This div border color is #065911.
.myOpacity80 { color: #065911; opacity: 0.8; }
<p style="color:#065911;opacity:0.8;">80%</p>
Text with #065911 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #065911;}
<p style="text-shadow: 3px 3px 1px #065911">Text here.</p>
This text has shadow with #065911 color.
.textShadow {text-shadow: 3px 3px 1px #065911', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #065911, 5px 5px 20px red">Text here.</p>
This text has shadow with #065911 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#065911, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#065911, Direction=45, Strength=4)">Text</p>
This text has shadow with #065911 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #065911;
-webkit-box-shadow: 1px 1px 3px 2px #065911;
box-shadow: 1px 1px 3px 2px #065911;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #065911; -webkit-box-shadow: 1px 1px 3px 2px #065911; box-shadow:1px 1px 3px 2px #065911;">
Div content here
</div>
This text has color #065911 on black background.
This text has color #065911 on white background.
This text has black color on #065911 background.
This text has white color on #065911 background.
Complementary color for #hex is #F9A6EE.