Shades of Silver Tree #68CB90
Tints of Silver Tree #68CB90
RGB
CMYK
RGB Variations
Color information
#68CB90 (or 0x68CB90) is known color: Silver Tree. HEX triplet: 68, CB and 90. RGB value is (104,203,144). Sum of RGB (Red+Green+Blue) = 104+203+144=451 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.06% from 451); Green value is 203 (79.69% from 255 or 45.01% from 451); Blue value is 144 (56.64% from 255 or 31.93% from 451); Max value from RGB is 203 - color contains mainly: green. Hex color #68CB90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CB90 is #97346F. Grayscale: #A6A6A6. Windows color (decimal): -9909360 or 9489256. OLE color: 9489256.
HSL color Cylindrical-coordinate representation of color #68CB90: hue angle of 144.24º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CB90 is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 203 | 144 | - |
| CMYK | 0.49 | 0 | 0.29 | 0.20 |
| HSL | 144.24º | 0.49% | 0.6% | - |
| HSV(B) | 144.24º | 0.49% | 0.8% | - |
| XYZ | 32.1 | 47.67 | 33.89 | - |
| YUV | 166.67 | 115.2 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 203 | 144 | 0.49 | 0 | 0.29 | 0.20 | 144.24 | 0.49 | 0.6 |
| Hex | 68 | CB | 90 | 31 | 0 | 1D | 14 | 90 | 31 | 3C |
| Octal | 150 | 313 | 220 | 61 | 0 | 35 | 24 | 220 | 61 | 74 |
| Binary | 1101000 | 11001011 | 10010000 | 110001 | 0 | 11101 | 10100 | 10010000 | 110001 | 111100 |
Color Harmonies of #68CB90
Complementary color
Monochromatic Colors of #68CB90
Black with #68CB90
Text Example
Text Example
White with #68CB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CB90; }
p { color: rgb(104,203,144); }
H1.HeaderClassName
{
color: #68CB90;
}
.AnyTagClassName
{
color: #68CB90;
}
</style>
background-color css
<style>
a { background-color: #68CB90; }
a { background-color: rgb(104,203,144); }
div.DivClassName
{
background-color: #68CB90;
}
.BgClassName
{
background-color: #68CB90;
}
</style>
border-color css
<style>
span { border-color: #68CB90; }
span { border-color: rgb(104,203,144); }
td.TdClassName
{
border-color: #68CB90;
}
.TagClassName
{
border-color: #68CB90;
}
</style>