Shades of Silver Tree #68BA97
Tints of Silver Tree #68BA97
RGB
CMYK
RGB Variations
Color information
#68BA97 (or 0x68BA97) is known color: Silver Tree. HEX triplet: 68, BA and 97. RGB value is (104,186,151). Sum of RGB (Red+Green+Blue) = 104+186+151=441 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.58% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 151 (59.38% from 255 or 34.24% from 441); Max value from RGB is 186 - color contains mainly: green. Hex color #68BA97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BA97 is #974568. Grayscale: #9D9D9D. Windows color (decimal): -9913705 or 9943656. OLE color: 9943656.
HSL color Cylindrical-coordinate representation of color #68BA97: hue angle of 154.39º 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 #68BA97 is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 186 | 151 | - |
| CMYK | 0.44 | 0 | 0.19 | 0.27 |
| HSL | 154.39º | 0.37% | 0.57% | - |
| HSV(B) | 154.39º | 0.44% | 0.73% | - |
| XYZ | 28.85 | 40.3 | 35.54 | - |
| YUV | 157.49 | 124.33 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 186 | 151 | 0.44 | 0 | 0.19 | 0.27 | 154.39 | 0.37 | 0.57 |
| Hex | 68 | BA | 97 | 2C | 0 | 13 | 1B | 9A | 25 | 39 |
| Octal | 150 | 272 | 227 | 54 | 0 | 23 | 33 | 232 | 45 | 71 |
| Binary | 1101000 | 10111010 | 10010111 | 101100 | 0 | 10011 | 11011 | 10011010 | 100101 | 111001 |
Color Harmonies of #68BA97
Complementary color
Monochromatic Colors of #68BA97
Black with #68BA97
Text Example
Text Example
White with #68BA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BA97; }
p { color: rgb(104,186,151); }
H1.HeaderClassName
{
color: #68BA97;
}
.AnyTagClassName
{
color: #68BA97;
}
</style>
background-color css
<style>
a { background-color: #68BA97; }
a { background-color: rgb(104,186,151); }
div.DivClassName
{
background-color: #68BA97;
}
.BgClassName
{
background-color: #68BA97;
}
</style>
border-color css
<style>
span { border-color: #68BA97; }
span { border-color: rgb(104,186,151); }
td.TdClassName
{
border-color: #68BA97;
}
.TagClassName
{
border-color: #68BA97;
}
</style>