Shades of Silver Tree #68DC98
Tints of Silver Tree #68DC98
RGB
CMYK
RGB Variations
Color information
#68DC98 (or 0x68DC98) is known color: Silver Tree. HEX triplet: 68, DC and 98. RGB value is (104,220,152). Sum of RGB (Red+Green+Blue) = 104+220+152=476 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.85% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 152 (59.77% from 255 or 31.93% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #68DC98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DC98 is #972367. Grayscale: #B1B1B1. Windows color (decimal): -9905000 or 10017896. OLE color: 10017896.
HSL color Cylindrical-coordinate representation of color #68DC98: hue angle of 144.83º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DC98 is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 220 | 152 | - |
| CMYK | 0.53 | 0 | 0.31 | 0.14 |
| HSL | 144.83º | 0.62% | 0.64% | - |
| HSV(B) | 144.83º | 0.53% | 0.86% | - |
| XYZ | 36.97 | 56.4 | 38.64 | - |
| YUV | 177.56 | 113.57 | 75.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 152 | 0.53 | 0 | 0.31 | 0.14 | 144.83 | 0.62 | 0.64 |
| Hex | 68 | DC | 98 | 35 | 0 | 1F | E | 91 | 3E | 40 |
| Octal | 150 | 334 | 230 | 65 | 0 | 37 | 16 | 221 | 76 | 100 |
| Binary | 1101000 | 11011100 | 10011000 | 110101 | 0 | 11111 | 1110 | 10010001 | 111110 | 1000000 |
Color Harmonies of #68DC98
Complementary color
Monochromatic Colors of #68DC98
Black with #68DC98
Text Example
Text Example
White with #68DC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DC98; }
p { color: rgb(104,220,152); }
H1.HeaderClassName
{
color: #68DC98;
}
.AnyTagClassName
{
color: #68DC98;
}
</style>
background-color css
<style>
a { background-color: #68DC98; }
a { background-color: rgb(104,220,152); }
div.DivClassName
{
background-color: #68DC98;
}
.BgClassName
{
background-color: #68DC98;
}
</style>
border-color css
<style>
span { border-color: #68DC98; }
span { border-color: rgb(104,220,152); }
td.TdClassName
{
border-color: #68DC98;
}
.TagClassName
{
border-color: #68DC98;
}
</style>