Shades of Silver Tree #68CA96
Tints of Silver Tree #68CA96
RGB
CMYK
RGB Variations
Color information
#68CA96 (or 0x68CA96) is known color: Silver Tree. HEX triplet: 68, CA and 96. RGB value is (104,202,150). Sum of RGB (Red+Green+Blue) = 104+202+150=456 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.81% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 150 (58.98% from 255 or 32.89% from 456); Max value from RGB is 202 - color contains mainly: green. Hex color #68CA96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CA96 is #973569. Grayscale: #A6A6A6. Windows color (decimal): -9909610 or 9882216. OLE color: 9882216.
HSL color Cylindrical-coordinate representation of color #68CA96: hue angle of 148.16º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CA96 is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 202 | 150 | - |
| CMYK | 0.49 | 0 | 0.26 | 0.21 |
| HSL | 148.16º | 0.48% | 0.6% | - |
| HSV(B) | 148.16º | 0.49% | 0.79% | - |
| XYZ | 32.33 | 47.39 | 36.3 | - |
| YUV | 166.77 | 118.53 | 83.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 202 | 150 | 0.49 | 0 | 0.26 | 0.21 | 148.16 | 0.48 | 0.6 |
| Hex | 68 | CA | 96 | 31 | 0 | 1A | 15 | 94 | 30 | 3C |
| Octal | 150 | 312 | 226 | 61 | 0 | 32 | 25 | 224 | 60 | 74 |
| Binary | 1101000 | 11001010 | 10010110 | 110001 | 0 | 11010 | 10101 | 10010100 | 110000 | 111100 |
Color Harmonies of #68CA96
Complementary color
Monochromatic Colors of #68CA96
Black with #68CA96
Text Example
Text Example
White with #68CA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CA96; }
p { color: rgb(104,202,150); }
H1.HeaderClassName
{
color: #68CA96;
}
.AnyTagClassName
{
color: #68CA96;
}
</style>
background-color css
<style>
a { background-color: #68CA96; }
a { background-color: rgb(104,202,150); }
div.DivClassName
{
background-color: #68CA96;
}
.BgClassName
{
background-color: #68CA96;
}
</style>
border-color css
<style>
span { border-color: #68CA96; }
span { border-color: rgb(104,202,150); }
td.TdClassName
{
border-color: #68CA96;
}
.TagClassName
{
border-color: #68CA96;
}
</style>