Shades of Silver Tree #68C180
Tints of Silver Tree #68C180
RGB
CMYK
RGB Variations
Color information
#68C180 (or 0x68C180) is known color: Silver Tree. HEX triplet: 68, C1 and 80. RGB value is (104,193,128). Sum of RGB (Red+Green+Blue) = 104+193+128=425 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.47% from 425); Green value is 193 (75.78% from 255 or 45.41% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 193 - color contains mainly: green. Hex color #68C180 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C180 is #973E7F. Grayscale: #9F9F9F. Windows color (decimal): -9911936 or 8438120. OLE color: 8438120.
HSL color Cylindrical-coordinate representation of color #68C180: hue angle of 136.18º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68C180 is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 193 | 128 | - |
| CMYK | 0.46 | 0 | 0.34 | 0.24 |
| HSL | 136.18º | 0.42% | 0.58% | - |
| HSV(B) | 136.18º | 0.46% | 0.76% | - |
| XYZ | 28.68 | 42.64 | 27.14 | - |
| YUV | 158.98 | 110.51 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 193 | 128 | 0.46 | 0 | 0.34 | 0.24 | 136.18 | 0.42 | 0.58 |
| Hex | 68 | C1 | 80 | 2E | 0 | 22 | 18 | 88 | 2A | 3A |
| Octal | 150 | 301 | 200 | 56 | 0 | 42 | 30 | 210 | 52 | 72 |
| Binary | 1101000 | 11000001 | 10000000 | 101110 | 0 | 100010 | 11000 | 10001000 | 101010 | 111010 |
Color Harmonies of #68C180
Complementary color
Monochromatic Colors of #68C180
Black with #68C180
Text Example
Text Example
White with #68C180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C180; }
p { color: rgb(104,193,128); }
H1.HeaderClassName
{
color: #68C180;
}
.AnyTagClassName
{
color: #68C180;
}
</style>
background-color css
<style>
a { background-color: #68C180; }
a { background-color: rgb(104,193,128); }
div.DivClassName
{
background-color: #68C180;
}
.BgClassName
{
background-color: #68C180;
}
</style>
border-color css
<style>
span { border-color: #68C180; }
span { border-color: rgb(104,193,128); }
td.TdClassName
{
border-color: #68C180;
}
.TagClassName
{
border-color: #68C180;
}
</style>