Shades of Silver Tree #65C694
Tints of Silver Tree #65C694
RGB
CMYK
RGB Variations
Color information
#65C694 (or 0x65C694) is known color: Silver Tree. HEX triplet: 65, C6 and 94. RGB value is (101,198,148). Sum of RGB (Red+Green+Blue) = 101+198+148=447 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.60% from 447); Green value is 198 (77.73% from 255 or 44.30% from 447); Blue value is 148 (58.20% from 255 or 33.11% from 447); Max value from RGB is 198 - color contains mainly: green. Hex color #65C694 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C694 is #9A396B. Grayscale: #A3A3A3. Windows color (decimal): -10107244 or 9750117. OLE color: 9750117.
HSL color Cylindrical-coordinate representation of color #65C694: hue angle of 149.07º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #65C694 is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 101 | 198 | 148 | - |
| CMYK | 0.49 | 0 | 0.25 | 0.22 |
| HSL | 149.07º | 0.46% | 0.59% | - |
| HSV(B) | 149.07º | 0.49% | 0.78% | - |
| XYZ | 30.91 | 45.29 | 35.13 | - |
| YUV | 163.3 | 119.36 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 198 | 148 | 0.49 | 0 | 0.25 | 0.22 | 149.07 | 0.46 | 0.59 |
| Hex | 65 | C6 | 94 | 31 | 0 | 19 | 16 | 95 | 2E | 3B |
| Octal | 145 | 306 | 224 | 61 | 0 | 31 | 26 | 225 | 56 | 73 |
| Binary | 1100101 | 11000110 | 10010100 | 110001 | 0 | 11001 | 10110 | 10010101 | 101110 | 111011 |
Color Harmonies of #65C694
Complementary color
Monochromatic Colors of #65C694
Black with #65C694
Text Example
Text Example
White with #65C694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C694; }
p { color: rgb(101,198,148); }
H1.HeaderClassName
{
color: #65C694;
}
.AnyTagClassName
{
color: #65C694;
}
</style>
background-color css
<style>
a { background-color: #65C694; }
a { background-color: rgb(101,198,148); }
div.DivClassName
{
background-color: #65C694;
}
.BgClassName
{
background-color: #65C694;
}
</style>
border-color css
<style>
span { border-color: #65C694; }
span { border-color: rgb(101,198,148); }
td.TdClassName
{
border-color: #65C694;
}
.TagClassName
{
border-color: #65C694;
}
</style>