Shades of Silver Tree #68AF86
Tints of Silver Tree #68AF86
RGB
CMYK
RGB Variations
Color information
#68AF86 (or 0x68AF86) is known color: Silver Tree. HEX triplet: 68, AF and 86. RGB value is (104,175,134). Sum of RGB (Red+Green+Blue) = 104+175+134=413 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.18% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 134 (52.73% from 255 or 32.45% from 413); Max value from RGB is 175 - color contains mainly: green. Hex color #68AF86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AF86 is #975079. Grayscale: #959595. Windows color (decimal): -9916538 or 8826728. OLE color: 8826728.
HSL color Cylindrical-coordinate representation of color #68AF86: hue angle of 145.35º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68AF86 is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 175 | 134 | - |
| CMYK | 0.41 | 0 | 0.23 | 0.31 |
| HSL | 145.35º | 0.31% | 0.55% | - |
| HSV(B) | 145.35º | 0.41% | 0.69% | - |
| XYZ | 25.34 | 35.32 | 28.04 | - |
| YUV | 149.1 | 119.48 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 175 | 134 | 0.41 | 0 | 0.23 | 0.31 | 145.35 | 0.31 | 0.55 |
| Hex | 68 | AF | 86 | 29 | 0 | 17 | 1F | 91 | 1F | 37 |
| Octal | 150 | 257 | 206 | 51 | 0 | 27 | 37 | 221 | 37 | 67 |
| Binary | 1101000 | 10101111 | 10000110 | 101001 | 0 | 10111 | 11111 | 10010001 | 11111 | 110111 |
Color Harmonies of #68AF86
Complementary color
Monochromatic Colors of #68AF86
Black with #68AF86
Text Example
Text Example
White with #68AF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AF86; }
p { color: rgb(104,175,134); }
H1.HeaderClassName
{
color: #68AF86;
}
.AnyTagClassName
{
color: #68AF86;
}
</style>
background-color css
<style>
a { background-color: #68AF86; }
a { background-color: rgb(104,175,134); }
div.DivClassName
{
background-color: #68AF86;
}
.BgClassName
{
background-color: #68AF86;
}
</style>
border-color css
<style>
span { border-color: #68AF86; }
span { border-color: rgb(104,175,134); }
td.TdClassName
{
border-color: #68AF86;
}
.TagClassName
{
border-color: #68AF86;
}
</style>