Shades of Silver Tree #68AB86
Tints of Silver Tree #68AB86
RGB
CMYK
RGB Variations
Color information
#68AB86 (or 0x68AB86) is known color: Silver Tree. HEX triplet: 68, AB and 86. RGB value is (104,171,134). Sum of RGB (Red+Green+Blue) = 104+171+134=409 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.43% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AB86 is #975479. Grayscale: #929292. Windows color (decimal): -9917562 or 8825704. OLE color: 8825704.
HSL color Cylindrical-coordinate representation of color #68AB86: hue angle of 146.87º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68AB86 is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 171 | 134 | - |
| CMYK | 0.39 | 0 | 0.22 | 0.33 |
| HSL | 146.87º | 0.29% | 0.54% | - |
| HSV(B) | 146.87º | 0.39% | 0.67% | - |
| XYZ | 24.57 | 33.79 | 27.78 | - |
| YUV | 146.75 | 120.8 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 171 | 134 | 0.39 | 0 | 0.22 | 0.33 | 146.87 | 0.29 | 0.54 |
| Hex | 68 | AB | 86 | 27 | 0 | 16 | 21 | 93 | 1D | 36 |
| Octal | 150 | 253 | 206 | 47 | 0 | 26 | 41 | 223 | 35 | 66 |
| Binary | 1101000 | 10101011 | 10000110 | 100111 | 0 | 10110 | 100001 | 10010011 | 11101 | 110110 |
Color Harmonies of #68AB86
Complementary color
Monochromatic Colors of #68AB86
Black with #68AB86
Text Example
Text Example
White with #68AB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AB86; }
p { color: rgb(104,171,134); }
H1.HeaderClassName
{
color: #68AB86;
}
.AnyTagClassName
{
color: #68AB86;
}
</style>
background-color css
<style>
a { background-color: #68AB86; }
a { background-color: rgb(104,171,134); }
div.DivClassName
{
background-color: #68AB86;
}
.BgClassName
{
background-color: #68AB86;
}
</style>
border-color css
<style>
span { border-color: #68AB86; }
span { border-color: rgb(104,171,134); }
td.TdClassName
{
border-color: #68AB86;
}
.TagClassName
{
border-color: #68AB86;
}
</style>