Shades of Silver Tree #68B48B
Tints of Silver Tree #68B48B
RGB
CMYK
RGB Variations
Color information
#68B48B (or 0x68B48B) is known color: Silver Tree. HEX triplet: 68, B4 and 8B. RGB value is (104,180,139). Sum of RGB (Red+Green+Blue) = 104+180+139=423 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.59% from 423); Green value is 180 (70.70% from 255 or 42.55% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 180 - color contains mainly: green. Hex color #68B48B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B48B is #974B74. Grayscale: #989898. Windows color (decimal): -9915253 or 9155688. OLE color: 9155688.
HSL color Cylindrical-coordinate representation of color #68B48B: hue angle of 147.63º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68B48B is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 180 | 139 | - |
| CMYK | 0.42 | 0 | 0.23 | 0.29 |
| HSL | 147.63º | 0.34% | 0.56% | - |
| HSV(B) | 147.63º | 0.42% | 0.71% | - |
| XYZ | 26.69 | 37.45 | 30.25 | - |
| YUV | 152.6 | 120.32 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 180 | 139 | 0.42 | 0 | 0.23 | 0.29 | 147.63 | 0.34 | 0.56 |
| Hex | 68 | B4 | 8B | 2A | 0 | 17 | 1D | 94 | 22 | 38 |
| Octal | 150 | 264 | 213 | 52 | 0 | 27 | 35 | 224 | 42 | 70 |
| Binary | 1101000 | 10110100 | 10001011 | 101010 | 0 | 10111 | 11101 | 10010100 | 100010 | 111000 |
Color Harmonies of #68B48B
Complementary color
Monochromatic Colors of #68B48B
Black with #68B48B
Text Example
Text Example
White with #68B48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B48B; }
p { color: rgb(104,180,139); }
H1.HeaderClassName
{
color: #68B48B;
}
.AnyTagClassName
{
color: #68B48B;
}
</style>
background-color css
<style>
a { background-color: #68B48B; }
a { background-color: rgb(104,180,139); }
div.DivClassName
{
background-color: #68B48B;
}
.BgClassName
{
background-color: #68B48B;
}
</style>
border-color css
<style>
span { border-color: #68B48B; }
span { border-color: rgb(104,180,139); }
td.TdClassName
{
border-color: #68B48B;
}
.TagClassName
{
border-color: #68B48B;
}
</style>