Shades of Silver Tree #68BC85
Tints of Silver Tree #68BC85
RGB
CMYK
RGB Variations
Color information
#68BC85 (or 0x68BC85) is known color: Silver Tree. HEX triplet: 68, BC and 85. RGB value is (104,188,133). Sum of RGB (Red+Green+Blue) = 104+188+133=425 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.47% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 188 - color contains mainly: green. Hex color #68BC85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BC85 is #97437A. Grayscale: #9C9C9C. Windows color (decimal): -9913211 or 8764520. OLE color: 8764520.
HSL color Cylindrical-coordinate representation of color #68BC85: hue angle of 140.71º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68BC85 is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 188 | 133 | - |
| CMYK | 0.45 | 0 | 0.29 | 0.26 |
| HSL | 140.71º | 0.39% | 0.57% | - |
| HSV(B) | 140.71º | 0.45% | 0.74% | - |
| XYZ | 27.93 | 40.6 | 28.56 | - |
| YUV | 156.61 | 114.67 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 133 | 0.45 | 0 | 0.29 | 0.26 | 140.71 | 0.39 | 0.57 |
| Hex | 68 | BC | 85 | 2D | 0 | 1D | 1A | 8D | 27 | 39 |
| Octal | 150 | 274 | 205 | 55 | 0 | 35 | 32 | 215 | 47 | 71 |
| Binary | 1101000 | 10111100 | 10000101 | 101101 | 0 | 11101 | 11010 | 10001101 | 100111 | 111001 |
Color Harmonies of #68BC85
Complementary color
Monochromatic Colors of #68BC85
Black with #68BC85
Text Example
Text Example
White with #68BC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BC85; }
p { color: rgb(104,188,133); }
H1.HeaderClassName
{
color: #68BC85;
}
.AnyTagClassName
{
color: #68BC85;
}
</style>
background-color css
<style>
a { background-color: #68BC85; }
a { background-color: rgb(104,188,133); }
div.DivClassName
{
background-color: #68BC85;
}
.BgClassName
{
background-color: #68BC85;
}
</style>
border-color css
<style>
span { border-color: #68BC85; }
span { border-color: rgb(104,188,133); }
td.TdClassName
{
border-color: #68BC85;
}
.TagClassName
{
border-color: #68BC85;
}
</style>