Shades of Silver Tree #68B696
Tints of Silver Tree #68B696
RGB
CMYK
RGB Variations
Color information
#68B696 (or 0x68B696) is known color: Silver Tree. HEX triplet: 68, B6 and 96. RGB value is (104,182,150). Sum of RGB (Red+Green+Blue) = 104+182+150=436 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.85% from 436); Green value is 182 (71.48% from 255 or 41.74% from 436); Blue value is 150 (58.98% from 255 or 34.40% from 436); Max value from RGB is 182 - color contains mainly: green. Hex color #68B696 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B696 is #974969. Grayscale: #9B9B9B. Windows color (decimal): -9914730 or 9877096. OLE color: 9877096.
HSL color Cylindrical-coordinate representation of color #68B696: hue angle of 155.38º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68B696 is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 182 | 150 | - |
| CMYK | 0.43 | 0 | 0.18 | 0.29 |
| HSL | 155.38º | 0.35% | 0.56% | - |
| HSV(B) | 155.38º | 0.43% | 0.71% | - |
| XYZ | 27.94 | 38.6 | 34.83 | - |
| YUV | 155.03 | 125.16 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 182 | 150 | 0.43 | 0 | 0.18 | 0.29 | 155.38 | 0.35 | 0.56 |
| Hex | 68 | B6 | 96 | 2B | 0 | 12 | 1D | 9B | 23 | 38 |
| Octal | 150 | 266 | 226 | 53 | 0 | 22 | 35 | 233 | 43 | 70 |
| Binary | 1101000 | 10110110 | 10010110 | 101011 | 0 | 10010 | 11101 | 10011011 | 100011 | 111000 |
Color Harmonies of #68B696
Complementary color
Monochromatic Colors of #68B696
Black with #68B696
Text Example
Text Example
White with #68B696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B696; }
p { color: rgb(104,182,150); }
H1.HeaderClassName
{
color: #68B696;
}
.AnyTagClassName
{
color: #68B696;
}
</style>
background-color css
<style>
a { background-color: #68B696; }
a { background-color: rgb(104,182,150); }
div.DivClassName
{
background-color: #68B696;
}
.BgClassName
{
background-color: #68B696;
}
</style>
border-color css
<style>
span { border-color: #68B696; }
span { border-color: rgb(104,182,150); }
td.TdClassName
{
border-color: #68B696;
}
.TagClassName
{
border-color: #68B696;
}
</style>