Shades of Silver Tree #73BD8F
Tints of Silver Tree #73BD8F
RGB
CMYK
RGB Variations
Color information
#73BD8F (or 0x73BD8F) is known color: Silver Tree. HEX triplet: 73, BD and 8F. RGB value is (115,189,143). Sum of RGB (Red+Green+Blue) = 115+189+143=447 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.73% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 143 (56.25% from 255 or 31.99% from 447); Max value from RGB is 189 - color contains mainly: green. Hex color #73BD8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BD8F is #8C4270. Grayscale: #A1A1A1. Windows color (decimal): -9192049 or 9420147. OLE color: 9420147.
HSL color Cylindrical-coordinate representation of color #73BD8F: hue angle of 142.7º 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 #73BD8F is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 189 | 143 | - |
| CMYK | 0.39 | 0 | 0.24 | 0.26 |
| HSL | 142.7º | 0.36% | 0.6% | - |
| HSV(B) | 142.7º | 0.39% | 0.74% | - |
| XYZ | 30.23 | 42.02 | 32.5 | - |
| YUV | 161.63 | 117.48 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 189 | 143 | 0.39 | 0 | 0.24 | 0.26 | 142.7 | 0.36 | 0.6 |
| Hex | 73 | BD | 8F | 27 | 0 | 18 | 1A | 8F | 24 | 3C |
| Octal | 163 | 275 | 217 | 47 | 0 | 30 | 32 | 217 | 44 | 74 |
| Binary | 1110011 | 10111101 | 10001111 | 100111 | 0 | 11000 | 11010 | 10001111 | 100100 | 111100 |
Color Harmonies of #73BD8F
Complementary color
Monochromatic Colors of #73BD8F
Black with #73BD8F
Text Example
Text Example
White with #73BD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BD8F; }
p { color: rgb(115,189,143); }
H1.HeaderClassName
{
color: #73BD8F;
}
.AnyTagClassName
{
color: #73BD8F;
}
</style>
background-color css
<style>
a { background-color: #73BD8F; }
a { background-color: rgb(115,189,143); }
div.DivClassName
{
background-color: #73BD8F;
}
.BgClassName
{
background-color: #73BD8F;
}
</style>
border-color css
<style>
span { border-color: #73BD8F; }
span { border-color: rgb(115,189,143); }
td.TdClassName
{
border-color: #73BD8F;
}
.TagClassName
{
border-color: #73BD8F;
}
</style>