Shades of Silver Tree #68B08C
Tints of Silver Tree #68B08C
RGB
CMYK
RGB Variations
Color information
#68B08C (or 0x68B08C) is known color: Silver Tree. HEX triplet: 68, B0 and 8C. RGB value is (104,176,140). Sum of RGB (Red+Green+Blue) = 104+176+140=420 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.76% from 420); Green value is 176 (69.14% from 255 or 41.90% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 176 - color contains mainly: green. Hex color #68B08C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68B08C is #974F73. Grayscale: #969696. Windows color (decimal): -9916276 or 9220200. OLE color: 9220200.
HSL color Cylindrical-coordinate representation of color #68B08C: hue angle of 150º 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 #68B08C is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 176 | 140 | - |
| CMYK | 0.41 | 0 | 0.20 | 0.31 |
| HSL | 150º | 0.31% | 0.55% | - |
| HSV(B) | 150º | 0.41% | 0.69% | - |
| XYZ | 25.97 | 35.89 | 30.37 | - |
| YUV | 150.37 | 122.15 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 176 | 140 | 0.41 | 0 | 0.20 | 0.31 | 150 | 0.31 | 0.55 |
| Hex | 68 | B0 | 8C | 29 | 0 | 14 | 1F | 96 | 1F | 37 |
| Octal | 150 | 260 | 214 | 51 | 0 | 24 | 37 | 226 | 37 | 67 |
| Binary | 1101000 | 10110000 | 10001100 | 101001 | 0 | 10100 | 11111 | 10010110 | 11111 | 110111 |
Color Harmonies of #68B08C
Complementary color
Monochromatic Colors of #68B08C
Black with #68B08C
Text Example
Text Example
White with #68B08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B08C; }
p { color: rgb(104,176,140); }
H1.HeaderClassName
{
color: #68B08C;
}
.AnyTagClassName
{
color: #68B08C;
}
</style>
background-color css
<style>
a { background-color: #68B08C; }
a { background-color: rgb(104,176,140); }
div.DivClassName
{
background-color: #68B08C;
}
.BgClassName
{
background-color: #68B08C;
}
</style>
border-color css
<style>
span { border-color: #68B08C; }
span { border-color: rgb(104,176,140); }
td.TdClassName
{
border-color: #68B08C;
}
.TagClassName
{
border-color: #68B08C;
}
</style>