HEX: #74997F
RGB: (116,153,127)
#74997F contains red, green and blue colors in about the same proportion. Web safe color of #74997F is #669966 (or #696).
#74997F color RGB value is (116,153,127).
RGB: (116,153,127)
(45%, 60%, 50%)
R 116 of 255 = 45%
G 153 of 255 = 60%
B 127 of 255 = 50%
R + G + B ~ 52%. #74997F is middle color (not dark and not light).
R + G + B = 116 + 153 + 127 = 396 (100%)
R 116 of 396 ~ 29.29%
G 153 of 396 ~ 38.64%
B 127 of 396 ~ 32.07'%
#74997F color CMYK value is (24,0,17,40).
CMYK: (24,0,17,40)
C24M0Y17K40 (24%, 0%, 17%, 40%)
(0.24 / 0.00 / 0.17 / 0.40)
Color #74997F in popluar color models
74 | 99 | 7F | |
---|---|---|---|
RGB | 116 | 153 | 127 |
HSL | 138° | 15.35% | 52.75% |
HSB/HSV | 138° | 24.18% | 60.00% |
CMYK | 24.18% | 0.00% | 16.99% |
40.00% |
Color #74997F in popluar number systems.
HEX | 74 | 99 | 7F |
Decimal | 116 | 153 | 127 |
Binary | 1110100 | 10011001 | 1111111 |
Octal | 164 | 231 | 177 |
Shades of #74997F
Tints of #74997F
Examples of css and html codes for elements with #74997F color. Also use rgb(116,153,127) instead hex code.
.myTextColor { color: #74997F; }
<p style="color:#74997F">This sample text font color is #74997F.</p>
This text font color is #74997F.
.myBgColor { background-color: #74997F; }
<div style="background-color:#74997F">Inner text</div>
This div background color is #74997F.
.myBorderColor { border: 1px solid #74997F; }
<div style="border:3px solid #74997F">Div</div>
This div border color is #74997F.
.myOpacity80 { color: #74997F; opacity: 0.8; }
<p style="color:#74997F;opacity:0.8;">80%</p>
Text with #74997F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #74997F;}
<p style="text-shadow: 3px 3px 1px #74997F">Text here.</p>
This text has shadow with #74997F color.
.textShadow {text-shadow: 3px 3px 1px #74997F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #74997F, 5px 5px 20px red">Text here.</p>
This text has shadow with #74997F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#74997F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#74997F, Direction=45, Strength=4)">Text</p>
This text has shadow with #74997F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #74997F;
-webkit-box-shadow: 1px 1px 3px 2px #74997F;
box-shadow: 1px 1px 3px 2px #74997F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74997F; -webkit-box-shadow: 1px 1px 3px 2px #74997F; box-shadow:1px 1px 3px 2px #74997F;">
Div content here
</div>
This text has color #74997F on black background.
This text has color #74997F on white background.
This text has black color on #74997F background.
This text has white color on #74997F background.
Complementary color for #hex is #8B6680.