Shades of Silver Tree #68AE85
Tints of Silver Tree #68AE85
RGB
CMYK
RGB Variations
Color information
#68AE85 (or 0x68AE85) is known color: Silver Tree. HEX triplet: 68, AE and 85. RGB value is (104,174,133). Sum of RGB (Red+Green+Blue) = 104+174+133=411 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.30% from 411); Green value is 174 (68.36% from 255 or 42.34% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 174 - color contains mainly: green. Hex color #68AE85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AE85 is #97517A. Grayscale: #949494. Windows color (decimal): -9916795 or 8760936. OLE color: 8760936.
HSL color Cylindrical-coordinate representation of color #68AE85: hue angle of 144.86º 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 #68AE85 is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 174 | 133 | - |
| CMYK | 0.40 | 0 | 0.24 | 0.32 |
| HSL | 144.86º | 0.3% | 0.55% | - |
| HSV(B) | 144.86º | 0.4% | 0.68% | - |
| XYZ | 25.08 | 34.91 | 27.61 | - |
| YUV | 148.4 | 119.31 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 174 | 133 | 0.40 | 0 | 0.24 | 0.32 | 144.86 | 0.3 | 0.55 |
| Hex | 68 | AE | 85 | 28 | 0 | 18 | 20 | 91 | 1E | 37 |
| Octal | 150 | 256 | 205 | 50 | 0 | 30 | 40 | 221 | 36 | 67 |
| Binary | 1101000 | 10101110 | 10000101 | 101000 | 0 | 11000 | 100000 | 10010001 | 11110 | 110111 |
Color Harmonies of #68AE85
Complementary color
Monochromatic Colors of #68AE85
Black with #68AE85
Text Example
Text Example
White with #68AE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AE85; }
p { color: rgb(104,174,133); }
H1.HeaderClassName
{
color: #68AE85;
}
.AnyTagClassName
{
color: #68AE85;
}
</style>
background-color css
<style>
a { background-color: #68AE85; }
a { background-color: rgb(104,174,133); }
div.DivClassName
{
background-color: #68AE85;
}
.BgClassName
{
background-color: #68AE85;
}
</style>
border-color css
<style>
span { border-color: #68AE85; }
span { border-color: rgb(104,174,133); }
td.TdClassName
{
border-color: #68AE85;
}
.TagClassName
{
border-color: #68AE85;
}
</style>