HEX: #ADBE78
RGB: (173,190,120)
#ADBE78 contains mainly red and green colors. Web safe color of #ADBE78 is #99CC66 (or #9C6).
#ADBE78 color RGB value is (173,190,120).
RGB: (173,190,120)
(68%, 75%, 47%)
R 173 of 255 = 68%
G 190 of 255 = 75%
B 120 of 255 = 47%
R + G + B ~ 63%. #ADBE78 is quite light color.
R + G + B = 173 + 190 + 120 = 483 (100%)
R 173 of 483 ~ 35.82%
G 190 of 483 ~ 39.34%
B 120 of 483 ~ 24.84'%
#ADBE78 color CMYK value is (9,0,37,25).
CMYK: (9,0,37,25)
C9M0Y37K25 (9%, 0%, 37%, 25%)
(0.09 / 0.00 / 0.37 / 0.25)
Color #ADBE78 in popluar color models
AD | BE | 78 | |
---|---|---|---|
RGB | 173 | 190 | 120 |
HSL | 75° | 35.00% | 60.78% |
HSB/HSV | 75° | 36.84% | 74.51% |
CMYK | 8.95% | 0.00% | 36.84% |
25.49% |
Color #ADBE78 in popluar number systems.
HEX | AD | BE | 78 |
Decimal | 173 | 190 | 120 |
Binary | 10101101 | 10111110 | 1111000 |
Octal | 255 | 276 | 170 |
Shades of #ADBE78
Tints of #ADBE78
Examples of css and html codes for elements with #ADBE78 color. Also use rgb(173,190,120) instead hex code.
.myTextColor { color: #ADBE78; }
<p style="color:#ADBE78">This sample text font color is #ADBE78.</p>
This text font color is #ADBE78.
.myBgColor { background-color: #ADBE78; }
<div style="background-color:#ADBE78">Inner text</div>
This div background color is #ADBE78.
.myBorderColor { border: 1px solid #ADBE78; }
<div style="border:3px solid #ADBE78">Div</div>
This div border color is #ADBE78.
.myOpacity80 { color: #ADBE78; opacity: 0.8; }
<p style="color:#ADBE78;opacity:0.8;">80%</p>
Text with #ADBE78 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADBE78;}
<p style="text-shadow: 3px 3px 1px #ADBE78">Text here.</p>
This text has shadow with #ADBE78 color.
.textShadow {text-shadow: 3px 3px 1px #ADBE78', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADBE78, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADBE78 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADBE78, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADBE78, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADBE78 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADBE78;
-webkit-box-shadow: 1px 1px 3px 2px #ADBE78;
box-shadow: 1px 1px 3px 2px #ADBE78;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADBE78; -webkit-box-shadow: 1px 1px 3px 2px #ADBE78; box-shadow:1px 1px 3px 2px #ADBE78;">
Div content here
</div>
This text has color #ADBE78 on black background.
This text has color #ADBE78 on white background.
This text has black color on #ADBE78 background.
This text has white color on #ADBE78 background.
Complementary color for #hex is #524187.