Shades of Silver Tree #68DA90
Tints of Silver Tree #68DA90
RGB
CMYK
RGB Variations
Color information
#68DA90 (or 0x68DA90) is known color: Silver Tree. HEX triplet: 68, DA and 90. RGB value is (104,218,144). Sum of RGB (Red+Green+Blue) = 104+218+144=466 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.32% from 466); Green value is 218 (85.55% from 255 or 46.78% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 218 - color contains mainly: green. Hex color #68DA90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DA90 is #97256F. Grayscale: #AFAFAF. Windows color (decimal): -9905520 or 9493096. OLE color: 9493096.
HSL color Cylindrical-coordinate representation of color #68DA90: hue angle of 141.05º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68DA90 is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 218 | 144 | - |
| CMYK | 0.52 | 0 | 0.34 | 0.15 |
| HSL | 141.05º | 0.61% | 0.63% | - |
| HSV(B) | 141.05º | 0.52% | 0.85% | - |
| XYZ | 35.81 | 55.1 | 35.13 | - |
| YUV | 175.48 | 110.23 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 218 | 144 | 0.52 | 0 | 0.34 | 0.15 | 141.05 | 0.61 | 0.63 |
| Hex | 68 | DA | 90 | 34 | 0 | 22 | F | 8D | 3D | 3F |
| Octal | 150 | 332 | 220 | 64 | 0 | 42 | 17 | 215 | 75 | 77 |
| Binary | 1101000 | 11011010 | 10010000 | 110100 | 0 | 100010 | 1111 | 10001101 | 111101 | 111111 |
Color Harmonies of #68DA90
Complementary color
Monochromatic Colors of #68DA90
Black with #68DA90
Text Example
Text Example
White with #68DA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DA90; }
p { color: rgb(104,218,144); }
H1.HeaderClassName
{
color: #68DA90;
}
.AnyTagClassName
{
color: #68DA90;
}
</style>
background-color css
<style>
a { background-color: #68DA90; }
a { background-color: rgb(104,218,144); }
div.DivClassName
{
background-color: #68DA90;
}
.BgClassName
{
background-color: #68DA90;
}
</style>
border-color css
<style>
span { border-color: #68DA90; }
span { border-color: rgb(104,218,144); }
td.TdClassName
{
border-color: #68DA90;
}
.TagClassName
{
border-color: #68DA90;
}
</style>