Shades of Silver Tree #68B08F
Tints of Silver Tree #68B08F
RGB
CMYK
RGB Variations
Color information
#68B08F (or 0x68B08F) is known color: Silver Tree. HEX triplet: 68, B0 and 8F. RGB value is (104,176,143). Sum of RGB (Red+Green+Blue) = 104+176+143=423 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.59% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 176 - color contains mainly: green. Hex color #68B08F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68B08F is #974F70. Grayscale: #969696. Windows color (decimal): -9916273 or 9416808. OLE color: 9416808.
HSL color Cylindrical-coordinate representation of color #68B08F: hue angle of 152.5º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68B08F is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 176 | 143 | - |
| CMYK | 0.41 | 0 | 0.19 | 0.31 |
| HSL | 152.5º | 0.31% | 0.55% | - |
| HSV(B) | 152.5º | 0.41% | 0.69% | - |
| XYZ | 26.19 | 35.98 | 31.55 | - |
| YUV | 150.71 | 123.65 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 176 | 143 | 0.41 | 0 | 0.19 | 0.31 | 152.5 | 0.31 | 0.55 |
| Hex | 68 | B0 | 8F | 29 | 0 | 13 | 1F | 98 | 1F | 37 |
| Octal | 150 | 260 | 217 | 51 | 0 | 23 | 37 | 230 | 37 | 67 |
| Binary | 1101000 | 10110000 | 10001111 | 101001 | 0 | 10011 | 11111 | 10011000 | 11111 | 110111 |
Color Harmonies of #68B08F
Complementary color
Monochromatic Colors of #68B08F
Black with #68B08F
Text Example
Text Example
White with #68B08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B08F; }
p { color: rgb(104,176,143); }
H1.HeaderClassName
{
color: #68B08F;
}
.AnyTagClassName
{
color: #68B08F;
}
</style>
background-color css
<style>
a { background-color: #68B08F; }
a { background-color: rgb(104,176,143); }
div.DivClassName
{
background-color: #68B08F;
}
.BgClassName
{
background-color: #68B08F;
}
</style>
border-color css
<style>
span { border-color: #68B08F; }
span { border-color: rgb(104,176,143); }
td.TdClassName
{
border-color: #68B08F;
}
.TagClassName
{
border-color: #68B08F;
}
</style>