Shades of Silver Tree #68BA92
Tints of Silver Tree #68BA92
RGB
CMYK
RGB Variations
Color information
#68BA92 (or 0x68BA92) is known color: Silver Tree. HEX triplet: 68, BA and 92. RGB value is (104,186,146). Sum of RGB (Red+Green+Blue) = 104+186+146=436 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.85% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 146 (57.42% from 255 or 33.49% from 436); Max value from RGB is 186 - color contains mainly: green. Hex color #68BA92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BA92 is #97456D. Grayscale: #9D9D9D. Windows color (decimal): -9913710 or 9615976. OLE color: 9615976.
HSL color Cylindrical-coordinate representation of color #68BA92: hue angle of 150.73º 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 #68BA92 is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 186 | 146 | - |
| CMYK | 0.44 | 0 | 0.22 | 0.27 |
| HSL | 150.73º | 0.37% | 0.57% | - |
| HSV(B) | 150.73º | 0.44% | 0.73% | - |
| XYZ | 28.46 | 40.14 | 33.44 | - |
| YUV | 156.92 | 121.83 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 186 | 146 | 0.44 | 0 | 0.22 | 0.27 | 150.73 | 0.37 | 0.57 |
| Hex | 68 | BA | 92 | 2C | 0 | 16 | 1B | 97 | 25 | 39 |
| Octal | 150 | 272 | 222 | 54 | 0 | 26 | 33 | 227 | 45 | 71 |
| Binary | 1101000 | 10111010 | 10010010 | 101100 | 0 | 10110 | 11011 | 10010111 | 100101 | 111001 |
Color Harmonies of #68BA92
Complementary color
Monochromatic Colors of #68BA92
Black with #68BA92
Text Example
Text Example
White with #68BA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BA92; }
p { color: rgb(104,186,146); }
H1.HeaderClassName
{
color: #68BA92;
}
.AnyTagClassName
{
color: #68BA92;
}
</style>
background-color css
<style>
a { background-color: #68BA92; }
a { background-color: rgb(104,186,146); }
div.DivClassName
{
background-color: #68BA92;
}
.BgClassName
{
background-color: #68BA92;
}
</style>
border-color css
<style>
span { border-color: #68BA92; }
span { border-color: rgb(104,186,146); }
td.TdClassName
{
border-color: #68BA92;
}
.TagClassName
{
border-color: #68BA92;
}
</style>