Shades of Silver Tree #68B490
Tints of Silver Tree #68B490
RGB
CMYK
RGB Variations
Color information
#68B490 (or 0x68B490) is known color: Silver Tree. HEX triplet: 68, B4 and 90. RGB value is (104,180,144). Sum of RGB (Red+Green+Blue) = 104+180+144=428 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.30% from 428); Green value is 180 (70.70% from 255 or 42.06% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 180 - color contains mainly: green. Hex color #68B490 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B490 is #974B6F. Grayscale: #999999. Windows color (decimal): -9915248 or 9483368. OLE color: 9483368.
HSL color Cylindrical-coordinate representation of color #68B490: hue angle of 151.58º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68B490 is Cyan = 0.42, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 180 | 144 | - |
| CMYK | 0.42 | 0 | 0.2 | 0.29 |
| HSL | 151.58º | 0.34% | 0.56% | - |
| HSV(B) | 151.58º | 0.42% | 0.71% | - |
| XYZ | 27.06 | 37.6 | 32.22 | - |
| YUV | 153.17 | 122.82 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 180 | 144 | 0.42 | 0 | 0.2 | 0.29 | 151.58 | 0.34 | 0.56 |
| Hex | 68 | B4 | 90 | 2A | 0 | 14 | 1D | 98 | 22 | 38 |
| Octal | 150 | 264 | 220 | 52 | 0 | 24 | 35 | 230 | 42 | 70 |
| Binary | 1101000 | 10110100 | 10010000 | 101010 | 0 | 10100 | 11101 | 10011000 | 100010 | 111000 |
Color Harmonies of #68B490
Complementary color
Monochromatic Colors of #68B490
Black with #68B490
Text Example
Text Example
White with #68B490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B490; }
p { color: rgb(104,180,144); }
H1.HeaderClassName
{
color: #68B490;
}
.AnyTagClassName
{
color: #68B490;
}
</style>
background-color css
<style>
a { background-color: #68B490; }
a { background-color: rgb(104,180,144); }
div.DivClassName
{
background-color: #68B490;
}
.BgClassName
{
background-color: #68B490;
}
</style>
border-color css
<style>
span { border-color: #68B490; }
span { border-color: rgb(104,180,144); }
td.TdClassName
{
border-color: #68B490;
}
.TagClassName
{
border-color: #68B490;
}
</style>