Shades of Silver Tree #73BD9B
Tints of Silver Tree #73BD9B
RGB
CMYK
RGB Variations
Color information
#73BD9B (or 0x73BD9B) is known color: Silver Tree. HEX triplet: 73, BD and 9B. RGB value is (115,189,155). Sum of RGB (Red+Green+Blue) = 115+189+155=459 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.05% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 189 - color contains mainly: green. Hex color #73BD9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BD9B is #8C4264. Grayscale: #A3A3A3. Windows color (decimal): -9192037 or 10206579. OLE color: 10206579.
HSL color Cylindrical-coordinate representation of color #73BD9B: hue angle of 152.43º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73BD9B is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 189 | 155 | - |
| CMYK | 0.39 | 0 | 0.18 | 0.26 |
| HSL | 152.43º | 0.36% | 0.6% | - |
| HSV(B) | 152.43º | 0.39% | 0.74% | - |
| XYZ | 31.18 | 42.41 | 37.55 | - |
| YUV | 163 | 123.48 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 189 | 155 | 0.39 | 0 | 0.18 | 0.26 | 152.43 | 0.36 | 0.6 |
| Hex | 73 | BD | 9B | 27 | 0 | 12 | 1A | 98 | 24 | 3C |
| Octal | 163 | 275 | 233 | 47 | 0 | 22 | 32 | 230 | 44 | 74 |
| Binary | 1110011 | 10111101 | 10011011 | 100111 | 0 | 10010 | 11010 | 10011000 | 100100 | 111100 |
Color Harmonies of #73BD9B
Complementary color
Monochromatic Colors of #73BD9B
Black with #73BD9B
Text Example
Text Example
White with #73BD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BD9B; }
p { color: rgb(115,189,155); }
H1.HeaderClassName
{
color: #73BD9B;
}
.AnyTagClassName
{
color: #73BD9B;
}
</style>
background-color css
<style>
a { background-color: #73BD9B; }
a { background-color: rgb(115,189,155); }
div.DivClassName
{
background-color: #73BD9B;
}
.BgClassName
{
background-color: #73BD9B;
}
</style>
border-color css
<style>
span { border-color: #73BD9B; }
span { border-color: rgb(115,189,155); }
td.TdClassName
{
border-color: #73BD9B;
}
.TagClassName
{
border-color: #73BD9B;
}
</style>