Shades of Silver Tree #68BB92
Tints of Silver Tree #68BB92
RGB
CMYK
RGB Variations
Color information
#68BB92 (or 0x68BB92) is known color: Silver Tree. HEX triplet: 68, BB and 92. RGB value is (104,187,146). Sum of RGB (Red+Green+Blue) = 104+187+146=437 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.80% from 437); Green value is 187 (73.44% from 255 or 42.79% from 437); Blue value is 146 (57.42% from 255 or 33.41% from 437); Max value from RGB is 187 - color contains mainly: green. Hex color #68BB92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BB92 is #97446D. Grayscale: #9D9D9D. Windows color (decimal): -9913454 or 9616232. OLE color: 9616232.
HSL color Cylindrical-coordinate representation of color #68BB92: hue angle of 150.36º degrees, saturation: 0.38, 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 #68BB92 is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 187 | 146 | - |
| CMYK | 0.44 | 0 | 0.22 | 0.27 |
| HSL | 150.36º | 0.38% | 0.57% | - |
| HSV(B) | 150.36º | 0.44% | 0.73% | - |
| XYZ | 28.67 | 40.56 | 33.51 | - |
| YUV | 157.51 | 121.5 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 187 | 146 | 0.44 | 0 | 0.22 | 0.27 | 150.36 | 0.38 | 0.57 |
| Hex | 68 | BB | 92 | 2C | 0 | 16 | 1B | 96 | 26 | 39 |
| Octal | 150 | 273 | 222 | 54 | 0 | 26 | 33 | 226 | 46 | 71 |
| Binary | 1101000 | 10111011 | 10010010 | 101100 | 0 | 10110 | 11011 | 10010110 | 100110 | 111001 |
Color Harmonies of #68BB92
Complementary color
Monochromatic Colors of #68BB92
Black with #68BB92
Text Example
Text Example
White with #68BB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BB92; }
p { color: rgb(104,187,146); }
H1.HeaderClassName
{
color: #68BB92;
}
.AnyTagClassName
{
color: #68BB92;
}
</style>
background-color css
<style>
a { background-color: #68BB92; }
a { background-color: rgb(104,187,146); }
div.DivClassName
{
background-color: #68BB92;
}
.BgClassName
{
background-color: #68BB92;
}
</style>
border-color css
<style>
span { border-color: #68BB92; }
span { border-color: rgb(104,187,146); }
td.TdClassName
{
border-color: #68BB92;
}
.TagClassName
{
border-color: #68BB92;
}
</style>