Shades of Silver Tree #73D696
Tints of Silver Tree #73D696
RGB
CMYK
RGB Variations
Color information
#73D696 (or 0x73D696) is known color: Silver Tree. HEX triplet: 73, D6 and 96. RGB value is (115,214,150). Sum of RGB (Red+Green+Blue) = 115+214+150=479 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.01% from 479); Green value is 214 (83.98% from 255 or 44.68% from 479); Blue value is 150 (58.98% from 255 or 31.32% from 479); Max value from RGB is 214 - color contains mainly: green. Hex color #73D696 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73D696 is #8C2969. Grayscale: #B1B1B1. Windows color (decimal): -9185642 or 9885299. OLE color: 9885299.
HSL color Cylindrical-coordinate representation of color #73D696: hue angle of 141.21º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73D696 is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 214 | 150 | - |
| CMYK | 0.46 | 0 | 0.30 | 0.16 |
| HSL | 141.21º | 0.55% | 0.65% | - |
| HSV(B) | 141.21º | 0.46% | 0.84% | - |
| XYZ | 36.62 | 53.94 | 37.34 | - |
| YUV | 177.1 | 112.7 | 83.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 214 | 150 | 0.46 | 0 | 0.30 | 0.16 | 141.21 | 0.55 | 0.65 |
| Hex | 73 | D6 | 96 | 2E | 0 | 1E | 10 | 8D | 37 | 41 |
| Octal | 163 | 326 | 226 | 56 | 0 | 36 | 20 | 215 | 67 | 101 |
| Binary | 1110011 | 11010110 | 10010110 | 101110 | 0 | 11110 | 10000 | 10001101 | 110111 | 1000001 |
Color Harmonies of #73D696
Complementary color
Monochromatic Colors of #73D696
Black with #73D696
Text Example
Text Example
White with #73D696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D696; }
p { color: rgb(115,214,150); }
H1.HeaderClassName
{
color: #73D696;
}
.AnyTagClassName
{
color: #73D696;
}
</style>
background-color css
<style>
a { background-color: #73D696; }
a { background-color: rgb(115,214,150); }
div.DivClassName
{
background-color: #73D696;
}
.BgClassName
{
background-color: #73D696;
}
</style>
border-color css
<style>
span { border-color: #73D696; }
span { border-color: rgb(115,214,150); }
td.TdClassName
{
border-color: #73D696;
}
.TagClassName
{
border-color: #73D696;
}
</style>