HEX: #469966
RGB: (70,153,102)
#469966 contains mainly green and blue colors. Web safe color of #469966 is #339966 (or #396).
#469966 color RGB value is (70,153,102).
RGB: (70,153,102)
(27%, 60%, 40%)
R 70 of 255 = 27%
G 153 of 255 = 60%
B 102 of 255 = 40%
R + G + B ~ 42%. #469966 is middle color (not dark and not light).
R + G + B = 70 + 153 + 102 = 325 (100%)
R 70 of 325 ~ 21.54%
G 153 of 325 ~ 47.08%
B 102 of 325 ~ 31.38'%
#469966 color CMYK value is (54,0,33,40).
CMYK: (54,0,33,40) C54M0Y33K40 (54%,0%,33%,40%) (0.54/0.00/0.33/0.40)
Color #469966 in popluar color models
46 | 99 | 66 | |
---|---|---|---|
RGB | 70 | 153 | 102 |
HSL | 143° | 37.22% | 43.73% |
HSB/HSV | 143° | 54.25% | 60.00% |
CMYK | 54.25% | 0.00% | 33.33% |
40.00% |
Color #469966 in popluar number systems.
HEX | 46 | 99 | 66 |
Decimal | 70 | 153 | 102 |
Binary | 1000110 | 10011001 | 1100110 |
Octal | 106 | 231 | 146 |
Shades of #469966
Tints of #469966
Examples of css and html codes for elements with #469966 color. Also use rgb(70,153,102) instead hex code.
.myTextColor { color: #469966; }
<p style="color:#469966">This sample text font color is #469966.</p>
This text font color is #469966.
.myBgColor { background-color: #469966; }
<div style="background-color:#469966">Inner text</div>
This div background color is #469966.
.myBorderColor { border: 1px solid #469966; }
<div style="border:3px solid #469966">Div</div>
This div border color is #469966.
.myOpacity80 { color: #469966; opacity: 0.8; }
<p style="color:#469966;opacity:0.8;">80%</p>
Text with #469966 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #469966;}
<p style="text-shadow: 3px 3px 1px #469966">Text here.</p>
This text has shadow with #469966 color.
.textShadow {text-shadow: 3px 3px 1px #469966', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #469966, 5px 5px 20px red">Text here.</p>
This text has shadow with #469966 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#469966, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#469966, Direction=45, Strength=4)">Text</p>
This text has shadow with #469966 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #469966;
-webkit-box-shadow: 1px 1px 3px 2px #469966;
box-shadow: 1px 1px 3px 2px #469966;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #469966; -webkit-box-shadow: 1px 1px 3px 2px #469966; box-shadow:1px 1px 3px 2px #469966;">
Div content here
</div>
This text has color #469966 on black background.
This text has color #469966 on white background.
This text has black color on #469966 background.
This text has white color on #469966 background.
Complementary color for #hex is #B96699.