Shades of Silver Tree #73BC92
Tints of Silver Tree #73BC92
RGB
CMYK
RGB Variations
Color information
#73BC92 (or 0x73BC92) is known color: Silver Tree. HEX triplet: 73, BC and 92. RGB value is (115,188,146). Sum of RGB (Red+Green+Blue) = 115+188+146=449 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.61% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 188 - color contains mainly: green. Hex color #73BC92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BC92 is #8C436D. Grayscale: #A1A1A1. Windows color (decimal): -9192302 or 9616499. OLE color: 9616499.
HSL color Cylindrical-coordinate representation of color #73BC92: hue angle of 145.48º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73BC92 is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 188 | 146 | - |
| CMYK | 0.39 | 0 | 0.22 | 0.26 |
| HSL | 145.48º | 0.35% | 0.59% | - |
| HSV(B) | 145.48º | 0.39% | 0.74% | - |
| XYZ | 30.24 | 41.69 | 33.65 | - |
| YUV | 161.39 | 119.32 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 188 | 146 | 0.39 | 0 | 0.22 | 0.26 | 145.48 | 0.35 | 0.59 |
| Hex | 73 | BC | 92 | 27 | 0 | 16 | 1A | 91 | 23 | 3B |
| Octal | 163 | 274 | 222 | 47 | 0 | 26 | 32 | 221 | 43 | 73 |
| Binary | 1110011 | 10111100 | 10010010 | 100111 | 0 | 10110 | 11010 | 10010001 | 100011 | 111011 |
Color Harmonies of #73BC92
Complementary color
Monochromatic Colors of #73BC92
Black with #73BC92
Text Example
Text Example
White with #73BC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BC92; }
p { color: rgb(115,188,146); }
H1.HeaderClassName
{
color: #73BC92;
}
.AnyTagClassName
{
color: #73BC92;
}
</style>
background-color css
<style>
a { background-color: #73BC92; }
a { background-color: rgb(115,188,146); }
div.DivClassName
{
background-color: #73BC92;
}
.BgClassName
{
background-color: #73BC92;
}
</style>
border-color css
<style>
span { border-color: #73BC92; }
span { border-color: rgb(115,188,146); }
td.TdClassName
{
border-color: #73BC92;
}
.TagClassName
{
border-color: #73BC92;
}
</style>