Shades of Silver Tree #68BB80
Tints of Silver Tree #68BB80
RGB
CMYK
RGB Variations
Color information
#68BB80 (or 0x68BB80) is known color: Silver Tree. HEX triplet: 68, BB and 80. RGB value is (104,187,128). Sum of RGB (Red+Green+Blue) = 104+187+128=419 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.82% from 419); Green value is 187 (73.44% from 255 or 44.63% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 187 - color contains mainly: green. Hex color #68BB80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BB80 is #97447F. Grayscale: #9B9B9B. Windows color (decimal): -9913472 or 8436584. OLE color: 8436584.
HSL color Cylindrical-coordinate representation of color #68BB80: hue angle of 137.35º 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 #68BB80 is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 187 | 128 | - |
| CMYK | 0.44 | 0 | 0.32 | 0.27 |
| HSL | 137.35º | 0.38% | 0.57% | - |
| HSV(B) | 137.35º | 0.44% | 0.73% | - |
| XYZ | 27.38 | 40.04 | 26.71 | - |
| YUV | 155.46 | 112.5 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 187 | 128 | 0.44 | 0 | 0.32 | 0.27 | 137.35 | 0.38 | 0.57 |
| Hex | 68 | BB | 80 | 2C | 0 | 20 | 1B | 89 | 26 | 39 |
| Octal | 150 | 273 | 200 | 54 | 0 | 40 | 33 | 211 | 46 | 71 |
| Binary | 1101000 | 10111011 | 10000000 | 101100 | 0 | 100000 | 11011 | 10001001 | 100110 | 111001 |
Color Harmonies of #68BB80
Complementary color
Monochromatic Colors of #68BB80
Black with #68BB80
Text Example
Text Example
White with #68BB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BB80; }
p { color: rgb(104,187,128); }
H1.HeaderClassName
{
color: #68BB80;
}
.AnyTagClassName
{
color: #68BB80;
}
</style>
background-color css
<style>
a { background-color: #68BB80; }
a { background-color: rgb(104,187,128); }
div.DivClassName
{
background-color: #68BB80;
}
.BgClassName
{
background-color: #68BB80;
}
</style>
border-color css
<style>
span { border-color: #68BB80; }
span { border-color: rgb(104,187,128); }
td.TdClassName
{
border-color: #68BB80;
}
.TagClassName
{
border-color: #68BB80;
}
</style>