Shades of Silver Tree #68C285
Tints of Silver Tree #68C285
RGB
CMYK
RGB Variations
Color information
#68C285 (or 0x68C285) is known color: Silver Tree. HEX triplet: 68, C2 and 85. RGB value is (104,194,133). Sum of RGB (Red+Green+Blue) = 104+194+133=431 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.13% from 431); Green value is 194 (76.17% from 255 or 45.01% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 194 - color contains mainly: green. Hex color #68C285 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C285 is #973D7A. Grayscale: #A0A0A0. Windows color (decimal): -9911675 or 8766056. OLE color: 8766056.
HSL color Cylindrical-coordinate representation of color #68C285: hue angle of 139.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68C285 is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 194 | 133 | - |
| CMYK | 0.46 | 0 | 0.31 | 0.24 |
| HSL | 139.33º | 0.42% | 0.58% | - |
| HSV(B) | 139.33º | 0.46% | 0.76% | - |
| XYZ | 29.23 | 43.22 | 28.99 | - |
| YUV | 160.14 | 112.68 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 194 | 133 | 0.46 | 0 | 0.31 | 0.24 | 139.33 | 0.42 | 0.58 |
| Hex | 68 | C2 | 85 | 2E | 0 | 1F | 18 | 8B | 2A | 3A |
| Octal | 150 | 302 | 205 | 56 | 0 | 37 | 30 | 213 | 52 | 72 |
| Binary | 1101000 | 11000010 | 10000101 | 101110 | 0 | 11111 | 11000 | 10001011 | 101010 | 111010 |
Color Harmonies of #68C285
Complementary color
Monochromatic Colors of #68C285
Black with #68C285
Text Example
Text Example
White with #68C285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C285; }
p { color: rgb(104,194,133); }
H1.HeaderClassName
{
color: #68C285;
}
.AnyTagClassName
{
color: #68C285;
}
</style>
background-color css
<style>
a { background-color: #68C285; }
a { background-color: rgb(104,194,133); }
div.DivClassName
{
background-color: #68C285;
}
.BgClassName
{
background-color: #68C285;
}
</style>
border-color css
<style>
span { border-color: #68C285; }
span { border-color: rgb(104,194,133); }
td.TdClassName
{
border-color: #68C285;
}
.TagClassName
{
border-color: #68C285;
}
</style>