Shades of Silver Tree #73CB98
Tints of Silver Tree #73CB98
RGB
CMYK
RGB Variations
Color information
#73CB98 (or 0x73CB98) is known color: Silver Tree. HEX triplet: 73, CB and 98. RGB value is (115,203,152). Sum of RGB (Red+Green+Blue) = 115+203+152=470 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.47% from 470); Green value is 203 (79.69% from 255 or 43.19% from 470); Blue value is 152 (59.77% from 255 or 32.34% from 470); Max value from RGB is 203 - color contains mainly: green. Hex color #73CB98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73CB98 is #8C3467. Grayscale: #AAAAAA. Windows color (decimal): -9188456 or 10013555. OLE color: 10013555.
HSL color Cylindrical-coordinate representation of color #73CB98: hue angle of 145.23º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73CB98 is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 203 | 152 | - |
| CMYK | 0.43 | 0 | 0.25 | 0.20 |
| HSL | 145.23º | 0.46% | 0.62% | - |
| HSV(B) | 145.23º | 0.43% | 0.8% | - |
| XYZ | 34.09 | 48.62 | 37.29 | - |
| YUV | 170.87 | 117.35 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 203 | 152 | 0.43 | 0 | 0.25 | 0.20 | 145.23 | 0.46 | 0.62 |
| Hex | 73 | CB | 98 | 2B | 0 | 19 | 14 | 91 | 2E | 3E |
| Octal | 163 | 313 | 230 | 53 | 0 | 31 | 24 | 221 | 56 | 76 |
| Binary | 1110011 | 11001011 | 10011000 | 101011 | 0 | 11001 | 10100 | 10010001 | 101110 | 111110 |
Color Harmonies of #73CB98
Complementary color
Monochromatic Colors of #73CB98
Black with #73CB98
Text Example
Text Example
White with #73CB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CB98; }
p { color: rgb(115,203,152); }
H1.HeaderClassName
{
color: #73CB98;
}
.AnyTagClassName
{
color: #73CB98;
}
</style>
background-color css
<style>
a { background-color: #73CB98; }
a { background-color: rgb(115,203,152); }
div.DivClassName
{
background-color: #73CB98;
}
.BgClassName
{
background-color: #73CB98;
}
</style>
border-color css
<style>
span { border-color: #73CB98; }
span { border-color: rgb(115,203,152); }
td.TdClassName
{
border-color: #73CB98;
}
.TagClassName
{
border-color: #73CB98;
}
</style>