Shades of Silver Tree #68B997
Tints of Silver Tree #68B997
RGB
CMYK
RGB Variations
Color information
#68B997 (or 0x68B997) is known color: Silver Tree. HEX triplet: 68, B9 and 97. RGB value is (104,185,151). Sum of RGB (Red+Green+Blue) = 104+185+151=440 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.64% from 440); Green value is 185 (72.66% from 255 or 42.05% from 440); Blue value is 151 (59.38% from 255 or 34.32% from 440); Max value from RGB is 185 - color contains mainly: green. Hex color #68B997 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B997 is #974668. Grayscale: #9C9C9C. Windows color (decimal): -9913961 or 9943400. OLE color: 9943400.
HSL color Cylindrical-coordinate representation of color #68B997: hue angle of 154.81º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68B997 is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 185 | 151 | - |
| CMYK | 0.44 | 0 | 0.18 | 0.27 |
| HSL | 154.81º | 0.37% | 0.57% | - |
| HSV(B) | 154.81º | 0.44% | 0.73% | - |
| XYZ | 28.64 | 39.88 | 35.47 | - |
| YUV | 156.91 | 124.66 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 185 | 151 | 0.44 | 0 | 0.18 | 0.27 | 154.81 | 0.37 | 0.57 |
| Hex | 68 | B9 | 97 | 2C | 0 | 12 | 1B | 9B | 25 | 39 |
| Octal | 150 | 271 | 227 | 54 | 0 | 22 | 33 | 233 | 45 | 71 |
| Binary | 1101000 | 10111001 | 10010111 | 101100 | 0 | 10010 | 11011 | 10011011 | 100101 | 111001 |
Color Harmonies of #68B997
Complementary color
Monochromatic Colors of #68B997
Black with #68B997
Text Example
Text Example
White with #68B997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B997; }
p { color: rgb(104,185,151); }
H1.HeaderClassName
{
color: #68B997;
}
.AnyTagClassName
{
color: #68B997;
}
</style>
background-color css
<style>
a { background-color: #68B997; }
a { background-color: rgb(104,185,151); }
div.DivClassName
{
background-color: #68B997;
}
.BgClassName
{
background-color: #68B997;
}
</style>
border-color css
<style>
span { border-color: #68B997; }
span { border-color: rgb(104,185,151); }
td.TdClassName
{
border-color: #68B997;
}
.TagClassName
{
border-color: #68B997;
}
</style>