Shades of Silver Tree #73BF96
Tints of Silver Tree #73BF96
RGB
CMYK
RGB Variations
Color information
#73BF96 (or 0x73BF96) is known color: Silver Tree. HEX triplet: 73, BF and 96. RGB value is (115,191,150). Sum of RGB (Red+Green+Blue) = 115+191+150=456 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.22% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 150 (58.98% from 255 or 32.89% from 456); Max value from RGB is 191 - color contains mainly: green. Hex color #73BF96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BF96 is #8C4069. Grayscale: #A3A3A3. Windows color (decimal): -9191530 or 9879411. OLE color: 9879411.
HSL color Cylindrical-coordinate representation of color #73BF96: hue angle of 147.63º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73BF96 is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 191 | 150 | - |
| CMYK | 0.40 | 0 | 0.21 | 0.25 |
| HSL | 147.63º | 0.37% | 0.6% | - |
| HSV(B) | 147.63º | 0.4% | 0.75% | - |
| XYZ | 31.21 | 43.11 | 35.53 | - |
| YUV | 163.6 | 120.32 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 191 | 150 | 0.40 | 0 | 0.21 | 0.25 | 147.63 | 0.37 | 0.6 |
| Hex | 73 | BF | 96 | 28 | 0 | 15 | 19 | 94 | 25 | 3C |
| Octal | 163 | 277 | 226 | 50 | 0 | 25 | 31 | 224 | 45 | 74 |
| Binary | 1110011 | 10111111 | 10010110 | 101000 | 0 | 10101 | 11001 | 10010100 | 100101 | 111100 |
Color Harmonies of #73BF96
Complementary color
Monochromatic Colors of #73BF96
Black with #73BF96
Text Example
Text Example
White with #73BF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BF96; }
p { color: rgb(115,191,150); }
H1.HeaderClassName
{
color: #73BF96;
}
.AnyTagClassName
{
color: #73BF96;
}
</style>
background-color css
<style>
a { background-color: #73BF96; }
a { background-color: rgb(115,191,150); }
div.DivClassName
{
background-color: #73BF96;
}
.BgClassName
{
background-color: #73BF96;
}
</style>
border-color css
<style>
span { border-color: #73BF96; }
span { border-color: rgb(115,191,150); }
td.TdClassName
{
border-color: #73BF96;
}
.TagClassName
{
border-color: #73BF96;
}
</style>