Shades of Silver Tree #73C896
Tints of Silver Tree #73C896
RGB
CMYK
RGB Variations
Color information
#73C896 (or 0x73C896) is known color: Silver Tree. HEX triplet: 73, C8 and 96. RGB value is (115,200,150). Sum of RGB (Red+Green+Blue) = 115+200+150=465 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.73% from 465); Green value is 200 (78.52% from 255 or 43.01% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 200 - color contains mainly: green. Hex color #73C896 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73C896 is #8C3769. Grayscale: #A9A9A9. Windows color (decimal): -9189226 or 9881715. OLE color: 9881715.
HSL color Cylindrical-coordinate representation of color #73C896: hue angle of 144.71º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73C896 is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 200 | 150 | - |
| CMYK | 0.42 | 0 | 0.25 | 0.22 |
| HSL | 144.71º | 0.44% | 0.62% | - |
| HSV(B) | 144.71º | 0.43% | 0.78% | - |
| XYZ | 33.23 | 47.16 | 36.2 | - |
| YUV | 168.89 | 117.34 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 200 | 150 | 0.42 | 0 | 0.25 | 0.22 | 144.71 | 0.44 | 0.62 |
| Hex | 73 | C8 | 96 | 2A | 0 | 19 | 16 | 91 | 2C | 3E |
| Octal | 163 | 310 | 226 | 52 | 0 | 31 | 26 | 221 | 54 | 76 |
| Binary | 1110011 | 11001000 | 10010110 | 101010 | 0 | 11001 | 10110 | 10010001 | 101100 | 111110 |
Color Harmonies of #73C896
Complementary color
Monochromatic Colors of #73C896
Black with #73C896
Text Example
Text Example
White with #73C896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C896; }
p { color: rgb(115,200,150); }
H1.HeaderClassName
{
color: #73C896;
}
.AnyTagClassName
{
color: #73C896;
}
</style>
background-color css
<style>
a { background-color: #73C896; }
a { background-color: rgb(115,200,150); }
div.DivClassName
{
background-color: #73C896;
}
.BgClassName
{
background-color: #73C896;
}
</style>
border-color css
<style>
span { border-color: #73C896; }
span { border-color: rgb(115,200,150); }
td.TdClassName
{
border-color: #73C896;
}
.TagClassName
{
border-color: #73C896;
}
</style>