Shades of Silver Tree #61D695
Tints of Silver Tree #61D695
RGB
CMYK
RGB Variations
Color information
#61D695 (or 0x61D695) is known color: Silver Tree. HEX triplet: 61, D6 and 95. RGB value is (97,214,149). Sum of RGB (Red+Green+Blue) = 97+214+149=460 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.09% from 460); Green value is 214 (83.98% from 255 or 46.52% from 460); Blue value is 149 (58.59% from 255 or 32.39% from 460); Max value from RGB is 214 - color contains mainly: green. Hex color #61D695 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D695 is #9E296A. Grayscale: #ABABAB. Windows color (decimal): -10365291 or 9819745. OLE color: 9819745.
HSL color Cylindrical-coordinate representation of color #61D695: hue angle of 146.67º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61D695 is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 97 | 214 | 149 | - |
| CMYK | 0.55 | 0 | 0.30 | 0.16 |
| HSL | 146.67º | 0.59% | 0.61% | - |
| HSV(B) | 146.67º | 0.55% | 0.84% | - |
| XYZ | 34.4 | 52.8 | 36.81 | - |
| YUV | 171.61 | 115.24 | 74.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 214 | 149 | 0.55 | 0 | 0.30 | 0.16 | 146.67 | 0.59 | 0.61 |
| Hex | 61 | D6 | 95 | 37 | 0 | 1E | 10 | 93 | 3B | 3D |
| Octal | 141 | 326 | 225 | 67 | 0 | 36 | 20 | 223 | 73 | 75 |
| Binary | 1100001 | 11010110 | 10010101 | 110111 | 0 | 11110 | 10000 | 10010011 | 111011 | 111101 |
Color Harmonies of #61D695
Complementary color
Monochromatic Colors of #61D695
Black with #61D695
Text Example
Text Example
White with #61D695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D695; }
p { color: rgb(97,214,149); }
H1.HeaderClassName
{
color: #61D695;
}
.AnyTagClassName
{
color: #61D695;
}
</style>
background-color css
<style>
a { background-color: #61D695; }
a { background-color: rgb(97,214,149); }
div.DivClassName
{
background-color: #61D695;
}
.BgClassName
{
background-color: #61D695;
}
</style>
border-color css
<style>
span { border-color: #61D695; }
span { border-color: rgb(97,214,149); }
td.TdClassName
{
border-color: #61D695;
}
.TagClassName
{
border-color: #61D695;
}
</style>