Shades of Silver Tree #68C386
Tints of Silver Tree #68C386
RGB
CMYK
RGB Variations
Color information
#68C386 (or 0x68C386) is known color: Silver Tree. HEX triplet: 68, C3 and 86. RGB value is (104,195,134). Sum of RGB (Red+Green+Blue) = 104+195+134=433 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.02% from 433); Green value is 195 (76.56% from 255 or 45.03% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 195 - color contains mainly: green. Hex color #68C386 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C386 is #973C79. Grayscale: #A0A0A0. Windows color (decimal): -9911418 or 8831848. OLE color: 8831848.
HSL color Cylindrical-coordinate representation of color #68C386: hue angle of 139.78º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68C386 is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 195 | 134 | - |
| CMYK | 0.47 | 0 | 0.31 | 0.24 |
| HSL | 139.78º | 0.43% | 0.59% | - |
| HSV(B) | 139.78º | 0.47% | 0.76% | - |
| XYZ | 29.53 | 43.69 | 29.43 | - |
| YUV | 160.84 | 112.85 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 195 | 134 | 0.47 | 0 | 0.31 | 0.24 | 139.78 | 0.43 | 0.59 |
| Hex | 68 | C3 | 86 | 2F | 0 | 1F | 18 | 8C | 2B | 3B |
| Octal | 150 | 303 | 206 | 57 | 0 | 37 | 30 | 214 | 53 | 73 |
| Binary | 1101000 | 11000011 | 10000110 | 101111 | 0 | 11111 | 11000 | 10001100 | 101011 | 111011 |
Color Harmonies of #68C386
Complementary color
Monochromatic Colors of #68C386
Black with #68C386
Text Example
Text Example
White with #68C386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C386; }
p { color: rgb(104,195,134); }
H1.HeaderClassName
{
color: #68C386;
}
.AnyTagClassName
{
color: #68C386;
}
</style>
background-color css
<style>
a { background-color: #68C386; }
a { background-color: rgb(104,195,134); }
div.DivClassName
{
background-color: #68C386;
}
.BgClassName
{
background-color: #68C386;
}
</style>
border-color css
<style>
span { border-color: #68C386; }
span { border-color: rgb(104,195,134); }
td.TdClassName
{
border-color: #68C386;
}
.TagClassName
{
border-color: #68C386;
}
</style>