Shades of Silver Tree #62B680
Tints of Silver Tree #62B680
RGB
CMYK
RGB Variations
Color information
#62B680 (or 0x62B680) is known color: Silver Tree. HEX triplet: 62, B6 and 80. RGB value is (98,182,128). Sum of RGB (Red+Green+Blue) = 98+182+128=408 (54% of max value = 765). Red value is 98 (38.67% from 255 or 24.02% from 408); Green value is 182 (71.48% from 255 or 44.61% from 408); Blue value is 128 (50.39% from 255 or 31.37% from 408); Max value from RGB is 182 - color contains mainly: green. Hex color #62B680 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62B680 is #9D497F. Grayscale: #969696. Windows color (decimal): -10307968 or 8435298. OLE color: 8435298.
HSL color Cylindrical-coordinate representation of color #62B680: hue angle of 141.43º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #62B680 is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 98 | 182 | 128 | - |
| CMYK | 0.46 | 0 | 0.30 | 0.29 |
| HSL | 141.43º | 0.37% | 0.55% | - |
| HSV(B) | 141.43º | 0.46% | 0.71% | - |
| XYZ | 25.66 | 37.61 | 26.33 | - |
| YUV | 150.73 | 115.17 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 182 | 128 | 0.46 | 0 | 0.30 | 0.29 | 141.43 | 0.37 | 0.55 |
| Hex | 62 | B6 | 80 | 2E | 0 | 1E | 1D | 8D | 25 | 37 |
| Octal | 142 | 266 | 200 | 56 | 0 | 36 | 35 | 215 | 45 | 67 |
| Binary | 1100010 | 10110110 | 10000000 | 101110 | 0 | 11110 | 11101 | 10001101 | 100101 | 110111 |
Color Harmonies of #62B680
Complementary color
Monochromatic Colors of #62B680
Black with #62B680
Text Example
Text Example
White with #62B680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B680; }
p { color: rgb(98,182,128); }
H1.HeaderClassName
{
color: #62B680;
}
.AnyTagClassName
{
color: #62B680;
}
</style>
background-color css
<style>
a { background-color: #62B680; }
a { background-color: rgb(98,182,128); }
div.DivClassName
{
background-color: #62B680;
}
.BgClassName
{
background-color: #62B680;
}
</style>
border-color css
<style>
span { border-color: #62B680; }
span { border-color: rgb(98,182,128); }
td.TdClassName
{
border-color: #62B680;
}
.TagClassName
{
border-color: #62B680;
}
</style>