Shades of Silver Tree #65C180
Tints of Silver Tree #65C180
RGB
CMYK
RGB Variations
Color information
#65C180 (or 0x65C180) is known color: Silver Tree. HEX triplet: 65, C1 and 80. RGB value is (101,193,128). Sum of RGB (Red+Green+Blue) = 101+193+128=422 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.93% from 422); Green value is 193 (75.78% from 255 or 45.73% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 193 - color contains mainly: green. Hex color #65C180 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C180 is #9A3E7F. Grayscale: #9E9E9E. Windows color (decimal): -10108544 or 8438117. OLE color: 8438117.
HSL color Cylindrical-coordinate representation of color #65C180: hue angle of 137.61º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65C180 is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 193 | 128 | - |
| CMYK | 0.48 | 0 | 0.34 | 0.24 |
| HSL | 137.61º | 0.43% | 0.58% | - |
| HSV(B) | 137.61º | 0.48% | 0.76% | - |
| XYZ | 28.33 | 42.47 | 27.13 | - |
| YUV | 158.08 | 111.02 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 193 | 128 | 0.48 | 0 | 0.34 | 0.24 | 137.61 | 0.43 | 0.58 |
| Hex | 65 | C1 | 80 | 30 | 0 | 22 | 18 | 8A | 2B | 3A |
| Octal | 145 | 301 | 200 | 60 | 0 | 42 | 30 | 212 | 53 | 72 |
| Binary | 1100101 | 11000001 | 10000000 | 110000 | 0 | 100010 | 11000 | 10001010 | 101011 | 111010 |
Color Harmonies of #65C180
Complementary color
Monochromatic Colors of #65C180
Black with #65C180
Text Example
Text Example
White with #65C180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C180; }
p { color: rgb(101,193,128); }
H1.HeaderClassName
{
color: #65C180;
}
.AnyTagClassName
{
color: #65C180;
}
</style>
background-color css
<style>
a { background-color: #65C180; }
a { background-color: rgb(101,193,128); }
div.DivClassName
{
background-color: #65C180;
}
.BgClassName
{
background-color: #65C180;
}
</style>
border-color css
<style>
span { border-color: #65C180; }
span { border-color: rgb(101,193,128); }
td.TdClassName
{
border-color: #65C180;
}
.TagClassName
{
border-color: #65C180;
}
</style>