Shades of Silver Tree #73BA94
Tints of Silver Tree #73BA94
RGB
CMYK
RGB Variations
Color information
#73BA94 (or 0x73BA94) is known color: Silver Tree. HEX triplet: 73, BA and 94. RGB value is (115,186,148). Sum of RGB (Red+Green+Blue) = 115+186+148=449 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.61% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 148 (58.20% from 255 or 32.96% from 449); Max value from RGB is 186 - color contains mainly: green. Hex color #73BA94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BA94 is #8C456B. Grayscale: #A0A0A0. Windows color (decimal): -9192812 or 9747059. OLE color: 9747059.
HSL color Cylindrical-coordinate representation of color #73BA94: hue angle of 147.89º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73BA94 is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 186 | 148 | - |
| CMYK | 0.38 | 0 | 0.20 | 0.27 |
| HSL | 147.89º | 0.34% | 0.59% | - |
| HSV(B) | 147.89º | 0.38% | 0.73% | - |
| XYZ | 29.97 | 40.9 | 34.33 | - |
| YUV | 160.44 | 120.98 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 186 | 148 | 0.38 | 0 | 0.20 | 0.27 | 147.89 | 0.34 | 0.59 |
| Hex | 73 | BA | 94 | 26 | 0 | 14 | 1B | 94 | 22 | 3B |
| Octal | 163 | 272 | 224 | 46 | 0 | 24 | 33 | 224 | 42 | 73 |
| Binary | 1110011 | 10111010 | 10010100 | 100110 | 0 | 10100 | 11011 | 10010100 | 100010 | 111011 |
Color Harmonies of #73BA94
Complementary color
Monochromatic Colors of #73BA94
Black with #73BA94
Text Example
Text Example
White with #73BA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BA94; }
p { color: rgb(115,186,148); }
H1.HeaderClassName
{
color: #73BA94;
}
.AnyTagClassName
{
color: #73BA94;
}
</style>
background-color css
<style>
a { background-color: #73BA94; }
a { background-color: rgb(115,186,148); }
div.DivClassName
{
background-color: #73BA94;
}
.BgClassName
{
background-color: #73BA94;
}
</style>
border-color css
<style>
span { border-color: #73BA94; }
span { border-color: rgb(115,186,148); }
td.TdClassName
{
border-color: #73BA94;
}
.TagClassName
{
border-color: #73BA94;
}
</style>