Shades of Silver Tree #68AE83
Tints of Silver Tree #68AE83
RGB
CMYK
RGB Variations
Color information
#68AE83 (or 0x68AE83) is known color: Silver Tree. HEX triplet: 68, AE and 83. RGB value is (104,174,131). Sum of RGB (Red+Green+Blue) = 104+174+131=409 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.43% from 409); Green value is 174 (68.36% from 255 or 42.54% from 409); Blue value is 131 (51.56% from 255 or 32.03% from 409); Max value from RGB is 174 - color contains mainly: green. Hex color #68AE83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AE83 is #97517C. Grayscale: #949494. Windows color (decimal): -9916797 or 8629864. OLE color: 8629864.
HSL color Cylindrical-coordinate representation of color #68AE83: hue angle of 143.14º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68AE83 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 174 | 131 | - |
| CMYK | 0.40 | 0 | 0.25 | 0.32 |
| HSL | 143.14º | 0.3% | 0.55% | - |
| HSV(B) | 143.14º | 0.4% | 0.68% | - |
| XYZ | 24.94 | 34.85 | 26.89 | - |
| YUV | 148.17 | 118.31 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 174 | 131 | 0.40 | 0 | 0.25 | 0.32 | 143.14 | 0.3 | 0.55 |
| Hex | 68 | AE | 83 | 28 | 0 | 19 | 20 | 8F | 1E | 37 |
| Octal | 150 | 256 | 203 | 50 | 0 | 31 | 40 | 217 | 36 | 67 |
| Binary | 1101000 | 10101110 | 10000011 | 101000 | 0 | 11001 | 100000 | 10001111 | 11110 | 110111 |
Color Harmonies of #68AE83
Complementary color
Monochromatic Colors of #68AE83
Black with #68AE83
Text Example
Text Example
White with #68AE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AE83; }
p { color: rgb(104,174,131); }
H1.HeaderClassName
{
color: #68AE83;
}
.AnyTagClassName
{
color: #68AE83;
}
</style>
background-color css
<style>
a { background-color: #68AE83; }
a { background-color: rgb(104,174,131); }
div.DivClassName
{
background-color: #68AE83;
}
.BgClassName
{
background-color: #68AE83;
}
</style>
border-color css
<style>
span { border-color: #68AE83; }
span { border-color: rgb(104,174,131); }
td.TdClassName
{
border-color: #68AE83;
}
.TagClassName
{
border-color: #68AE83;
}
</style>