HEX: #76990F
RGB: (118,153,15)
#76990F contains mainly red and green colors. Web safe color of #76990F is #669900 (or #690).
#76990F color RGB value is (118,153,15).
RGB: (118,153,15)
(46%, 60%, 6%)
R 118 of 255 = 46%
G 153 of 255 = 60%
B 15 of 255 = 6%
R + G + B ~ 37%. #76990F is quite dark color.
R + G + B = 118 + 153 + 15 = 286 (100%)
R 118 of 286 ~ 41.26%
G 153 of 286 ~ 53.5%
B 15 of 286 ~ 5.24'%
#76990F color CMYK value is (23,0,90,40).
CMYK: (23,0,90,40)
C23M0Y90K40 (23%, 0%, 90%, 40%)
(0.23 / 0.00 / 0.90 / 0.40)
Color #76990F in popluar color models
76 | 99 | 0F | |
---|---|---|---|
RGB | 118 | 153 | 15 |
HSL | 75° | 82.14% | 32.94% |
HSB/HSV | 75° | 90.20% | 60.00% |
CMYK | 22.88% | 0.00% | 90.20% |
40.00% |
Color #76990F in popluar number systems.
HEX | 76 | 99 | 0F |
Decimal | 118 | 153 | 15 |
Binary | 1110110 | 10011001 | 1111 |
Octal | 166 | 231 | 17 |
Shades of #76990F
Tints of #76990F
Examples of css and html codes for elements with #76990F color. Also use rgb(118,153,15) instead hex code.
.myTextColor { color: #76990F; }
<p style="color:#76990F">This sample text font color is #76990F.</p>
This text font color is #76990F.
.myBgColor { background-color: #76990F; }
<div style="background-color:#76990F">Inner text</div>
This div background color is #76990F.
.myBorderColor { border: 1px solid #76990F; }
<div style="border:3px solid #76990F">Div</div>
This div border color is #76990F.
.myOpacity80 { color: #76990F; opacity: 0.8; }
<p style="color:#76990F;opacity:0.8;">80%</p>
Text with #76990F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76990F;}
<p style="text-shadow: 3px 3px 1px #76990F">Text here.</p>
This text has shadow with #76990F color.
.textShadow {text-shadow: 3px 3px 1px #76990F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76990F, 5px 5px 20px red">Text here.</p>
This text has shadow with #76990F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76990F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76990F, Direction=45, Strength=4)">Text</p>
This text has shadow with #76990F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76990F;
-webkit-box-shadow: 1px 1px 3px 2px #76990F;
box-shadow: 1px 1px 3px 2px #76990F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76990F; -webkit-box-shadow: 1px 1px 3px 2px #76990F; box-shadow:1px 1px 3px 2px #76990F;">
Div content here
</div>
This text has color #76990F on black background.
This text has color #76990F on white background.
This text has black color on #76990F background.
This text has white color on #76990F background.
Complementary color for #hex is #8966F0.