Shades of Silver Tree #62AF80
Tints of Silver Tree #62AF80
RGB
CMYK
RGB Variations
Color information
#62AF80 (or 0x62AF80) is known color: Silver Tree. HEX triplet: 62, AF and 80. RGB value is (98,175,128). Sum of RGB (Red+Green+Blue) = 98+175+128=401 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.44% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 175 - color contains mainly: green. Hex color #62AF80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62AF80 is #9D507F. Grayscale: #929292. Windows color (decimal): -10309760 or 8433506. OLE color: 8433506.
HSL color Cylindrical-coordinate representation of color #62AF80: hue angle of 143.38º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #62AF80 is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 98 | 175 | 128 | - |
| CMYK | 0.44 | 0 | 0.27 | 0.31 |
| HSL | 143.38º | 0.32% | 0.54% | - |
| HSV(B) | 143.38º | 0.44% | 0.69% | - |
| XYZ | 24.26 | 34.82 | 25.86 | - |
| YUV | 146.62 | 117.49 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 175 | 128 | 0.44 | 0 | 0.27 | 0.31 | 143.38 | 0.32 | 0.54 |
| Hex | 62 | AF | 80 | 2C | 0 | 1B | 1F | 8F | 20 | 36 |
| Octal | 142 | 257 | 200 | 54 | 0 | 33 | 37 | 217 | 40 | 66 |
| Binary | 1100010 | 10101111 | 10000000 | 101100 | 0 | 11011 | 11111 | 10001111 | 100000 | 110110 |
Color Harmonies of #62AF80
Complementary color
Monochromatic Colors of #62AF80
Black with #62AF80
Text Example
Text Example
White with #62AF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62AF80; }
p { color: rgb(98,175,128); }
H1.HeaderClassName
{
color: #62AF80;
}
.AnyTagClassName
{
color: #62AF80;
}
</style>
background-color css
<style>
a { background-color: #62AF80; }
a { background-color: rgb(98,175,128); }
div.DivClassName
{
background-color: #62AF80;
}
.BgClassName
{
background-color: #62AF80;
}
</style>
border-color css
<style>
span { border-color: #62AF80; }
span { border-color: rgb(98,175,128); }
td.TdClassName
{
border-color: #62AF80;
}
.TagClassName
{
border-color: #62AF80;
}
</style>