Shades of Silver Tree #68C294
Tints of Silver Tree #68C294
RGB
CMYK
RGB Variations
Color information
#68C294 (or 0x68C294) is known color: Silver Tree. HEX triplet: 68, C2 and 94. RGB value is (104,194,148). Sum of RGB (Red+Green+Blue) = 104+194+148=446 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.32% from 446); Green value is 194 (76.17% from 255 or 43.50% from 446); Blue value is 148 (58.20% from 255 or 33.18% from 446); Max value from RGB is 194 - color contains mainly: green. Hex color #68C294 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C294 is #973D6B. Grayscale: #A1A1A1. Windows color (decimal): -9911660 or 9749096. OLE color: 9749096.
HSL color Cylindrical-coordinate representation of color #68C294: hue angle of 149.33º 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 #68C294 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 194 | 148 | - |
| CMYK | 0.46 | 0 | 0.24 | 0.24 |
| HSL | 149.33º | 0.42% | 0.58% | - |
| HSV(B) | 149.33º | 0.46% | 0.76% | - |
| XYZ | 30.35 | 43.66 | 34.85 | - |
| YUV | 161.85 | 120.18 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 194 | 148 | 0.46 | 0 | 0.24 | 0.24 | 149.33 | 0.42 | 0.58 |
| Hex | 68 | C2 | 94 | 2E | 0 | 18 | 18 | 95 | 2A | 3A |
| Octal | 150 | 302 | 224 | 56 | 0 | 30 | 30 | 225 | 52 | 72 |
| Binary | 1101000 | 11000010 | 10010100 | 101110 | 0 | 11000 | 11000 | 10010101 | 101010 | 111010 |
Color Harmonies of #68C294
Complementary color
Monochromatic Colors of #68C294
Black with #68C294
Text Example
Text Example
White with #68C294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C294; }
p { color: rgb(104,194,148); }
H1.HeaderClassName
{
color: #68C294;
}
.AnyTagClassName
{
color: #68C294;
}
</style>
background-color css
<style>
a { background-color: #68C294; }
a { background-color: rgb(104,194,148); }
div.DivClassName
{
background-color: #68C294;
}
.BgClassName
{
background-color: #68C294;
}
</style>
border-color css
<style>
span { border-color: #68C294; }
span { border-color: rgb(104,194,148); }
td.TdClassName
{
border-color: #68C294;
}
.TagClassName
{
border-color: #68C294;
}
</style>