Shades of Silver Tree #68CD85
Tints of Silver Tree #68CD85
RGB
CMYK
RGB Variations
Color information
#68CD85 (or 0x68CD85) is known color: Silver Tree. HEX triplet: 68, CD and 85. RGB value is (104,205,133). Sum of RGB (Red+Green+Blue) = 104+205+133=442 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.53% from 442); Green value is 205 (80.47% from 255 or 46.38% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 205 - color contains mainly: green. Hex color #68CD85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CD85 is #97327A. Grayscale: #A6A6A6. Windows color (decimal): -9908859 or 8768872. OLE color: 8768872.
HSL color Cylindrical-coordinate representation of color #68CD85: hue angle of 137.23º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CD85 is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 205 | 133 | - |
| CMYK | 0.49 | 0 | 0.35 | 0.20 |
| HSL | 137.23º | 0.5% | 0.61% | - |
| HSV(B) | 137.23º | 0.49% | 0.8% | - |
| XYZ | 31.77 | 48.3 | 29.84 | - |
| YUV | 166.59 | 109.04 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 205 | 133 | 0.49 | 0 | 0.35 | 0.20 | 137.23 | 0.5 | 0.61 |
| Hex | 68 | CD | 85 | 31 | 0 | 23 | 14 | 89 | 32 | 3D |
| Octal | 150 | 315 | 205 | 61 | 0 | 43 | 24 | 211 | 62 | 75 |
| Binary | 1101000 | 11001101 | 10000101 | 110001 | 0 | 100011 | 10100 | 10001001 | 110010 | 111101 |
Color Harmonies of #68CD85
Complementary color
Monochromatic Colors of #68CD85
Black with #68CD85
Text Example
Text Example
White with #68CD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CD85; }
p { color: rgb(104,205,133); }
H1.HeaderClassName
{
color: #68CD85;
}
.AnyTagClassName
{
color: #68CD85;
}
</style>
background-color css
<style>
a { background-color: #68CD85; }
a { background-color: rgb(104,205,133); }
div.DivClassName
{
background-color: #68CD85;
}
.BgClassName
{
background-color: #68CD85;
}
</style>
border-color css
<style>
span { border-color: #68CD85; }
span { border-color: rgb(104,205,133); }
td.TdClassName
{
border-color: #68CD85;
}
.TagClassName
{
border-color: #68CD85;
}
</style>