Shades of Silver Tree #68BC93
Tints of Silver Tree #68BC93
RGB
CMYK
RGB Variations
Color information
#68BC93 (or 0x68BC93) is known color: Silver Tree. HEX triplet: 68, BC and 93. RGB value is (104,188,147). Sum of RGB (Red+Green+Blue) = 104+188+147=439 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.69% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 188 - color contains mainly: green. Hex color #68BC93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BC93 is #97436C. Grayscale: #9E9E9E. Windows color (decimal): -9913197 or 9682024. OLE color: 9682024.
HSL color Cylindrical-coordinate representation of color #68BC93: hue angle of 150.71º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68BC93 is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 188 | 147 | - |
| CMYK | 0.45 | 0 | 0.22 | 0.26 |
| HSL | 150.71º | 0.39% | 0.57% | - |
| HSV(B) | 150.71º | 0.45% | 0.74% | - |
| XYZ | 28.96 | 41.02 | 33.99 | - |
| YUV | 158.21 | 121.67 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 147 | 0.45 | 0 | 0.22 | 0.26 | 150.71 | 0.39 | 0.57 |
| Hex | 68 | BC | 93 | 2D | 0 | 16 | 1A | 97 | 27 | 39 |
| Octal | 150 | 274 | 223 | 55 | 0 | 26 | 32 | 227 | 47 | 71 |
| Binary | 1101000 | 10111100 | 10010011 | 101101 | 0 | 10110 | 11010 | 10010111 | 100111 | 111001 |
Color Harmonies of #68BC93
Complementary color
Monochromatic Colors of #68BC93
Black with #68BC93
Text Example
Text Example
White with #68BC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BC93; }
p { color: rgb(104,188,147); }
H1.HeaderClassName
{
color: #68BC93;
}
.AnyTagClassName
{
color: #68BC93;
}
</style>
background-color css
<style>
a { background-color: #68BC93; }
a { background-color: rgb(104,188,147); }
div.DivClassName
{
background-color: #68BC93;
}
.BgClassName
{
background-color: #68BC93;
}
</style>
border-color css
<style>
span { border-color: #68BC93; }
span { border-color: rgb(104,188,147); }
td.TdClassName
{
border-color: #68BC93;
}
.TagClassName
{
border-color: #68BC93;
}
</style>