Shades of Silver Tree #68BD90
Tints of Silver Tree #68BD90
RGB
CMYK
RGB Variations
Color information
#68BD90 (or 0x68BD90) is known color: Silver Tree. HEX triplet: 68, BD and 90. RGB value is (104,189,144). Sum of RGB (Red+Green+Blue) = 104+189+144=437 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.80% from 437); Green value is 189 (74.22% from 255 or 43.25% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 189 - color contains mainly: green. Hex color #68BD90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BD90 is #97426F. Grayscale: #9E9E9E. Windows color (decimal): -9912944 or 9485672. OLE color: 9485672.
HSL color Cylindrical-coordinate representation of color #68BD90: hue angle of 148.24º 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 #68BD90 is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 189 | 144 | - |
| CMYK | 0.45 | 0 | 0.24 | 0.26 |
| HSL | 148.24º | 0.39% | 0.57% | - |
| HSV(B) | 148.24º | 0.45% | 0.74% | - |
| XYZ | 28.94 | 41.35 | 32.84 | - |
| YUV | 158.46 | 119.84 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 189 | 144 | 0.45 | 0 | 0.24 | 0.26 | 148.24 | 0.39 | 0.57 |
| Hex | 68 | BD | 90 | 2D | 0 | 18 | 1A | 94 | 27 | 39 |
| Octal | 150 | 275 | 220 | 55 | 0 | 30 | 32 | 224 | 47 | 71 |
| Binary | 1101000 | 10111101 | 10010000 | 101101 | 0 | 11000 | 11010 | 10010100 | 100111 | 111001 |
Color Harmonies of #68BD90
Complementary color
Monochromatic Colors of #68BD90
Black with #68BD90
Text Example
Text Example
White with #68BD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BD90; }
p { color: rgb(104,189,144); }
H1.HeaderClassName
{
color: #68BD90;
}
.AnyTagClassName
{
color: #68BD90;
}
</style>
background-color css
<style>
a { background-color: #68BD90; }
a { background-color: rgb(104,189,144); }
div.DivClassName
{
background-color: #68BD90;
}
.BgClassName
{
background-color: #68BD90;
}
</style>
border-color css
<style>
span { border-color: #68BD90; }
span { border-color: rgb(104,189,144); }
td.TdClassName
{
border-color: #68BD90;
}
.TagClassName
{
border-color: #68BD90;
}
</style>