Shades of Silver Tree #68BC80
Tints of Silver Tree #68BC80
RGB
CMYK
RGB Variations
Color information
#68BC80 (or 0x68BC80) is known color: Silver Tree. HEX triplet: 68, BC and 80. RGB value is (104,188,128). Sum of RGB (Red+Green+Blue) = 104+188+128=420 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.76% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 188 - color contains mainly: green. Hex color #68BC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BC80 is #97437F. Grayscale: #9C9C9C. Windows color (decimal): -9913216 or 8436840. OLE color: 8436840.
HSL color Cylindrical-coordinate representation of color #68BC80: hue angle of 137.14º 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 #68BC80 is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 188 | 128 | - |
| CMYK | 0.45 | 0 | 0.32 | 0.26 |
| HSL | 137.14º | 0.39% | 0.57% | - |
| HSV(B) | 137.14º | 0.45% | 0.74% | - |
| XYZ | 27.59 | 40.47 | 26.78 | - |
| YUV | 156.04 | 112.17 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 128 | 0.45 | 0 | 0.32 | 0.26 | 137.14 | 0.39 | 0.57 |
| Hex | 68 | BC | 80 | 2D | 0 | 20 | 1A | 89 | 27 | 39 |
| Octal | 150 | 274 | 200 | 55 | 0 | 40 | 32 | 211 | 47 | 71 |
| Binary | 1101000 | 10111100 | 10000000 | 101101 | 0 | 100000 | 11010 | 10001001 | 100111 | 111001 |
Color Harmonies of #68BC80
Complementary color
Monochromatic Colors of #68BC80
Black with #68BC80
Text Example
Text Example
White with #68BC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BC80; }
p { color: rgb(104,188,128); }
H1.HeaderClassName
{
color: #68BC80;
}
.AnyTagClassName
{
color: #68BC80;
}
</style>
background-color css
<style>
a { background-color: #68BC80; }
a { background-color: rgb(104,188,128); }
div.DivClassName
{
background-color: #68BC80;
}
.BgClassName
{
background-color: #68BC80;
}
</style>
border-color css
<style>
span { border-color: #68BC80; }
span { border-color: rgb(104,188,128); }
td.TdClassName
{
border-color: #68BC80;
}
.TagClassName
{
border-color: #68BC80;
}
</style>