Shades of Silver Tree #68DC8A
Tints of Silver Tree #68DC8A
RGB
CMYK
RGB Variations
Color information
#68DC8A (or 0x68DC8A) is known color: Silver Tree. HEX triplet: 68, DC and 8A. RGB value is (104,220,138). Sum of RGB (Red+Green+Blue) = 104+220+138=462 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.51% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 220 - color contains mainly: green. Hex color #68DC8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DC8A is #972375. Grayscale: #B0B0B0. Windows color (decimal): -9905014 or 9100392. OLE color: 9100392.
HSL color Cylindrical-coordinate representation of color #68DC8A: hue angle of 137.59º 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 #68DC8A is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 220 | 138 | - |
| CMYK | 0.53 | 0 | 0.37 | 0.14 |
| HSL | 137.59º | 0.62% | 0.64% | - |
| HSV(B) | 137.59º | 0.53% | 0.86% | - |
| XYZ | 35.89 | 55.96 | 32.96 | - |
| YUV | 175.97 | 106.57 | 76.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 138 | 0.53 | 0 | 0.37 | 0.14 | 137.59 | 0.62 | 0.64 |
| Hex | 68 | DC | 8A | 35 | 0 | 25 | E | 8A | 3E | 40 |
| Octal | 150 | 334 | 212 | 65 | 0 | 45 | 16 | 212 | 76 | 100 |
| Binary | 1101000 | 11011100 | 10001010 | 110101 | 0 | 100101 | 1110 | 10001010 | 111110 | 1000000 |
Color Harmonies of #68DC8A
Complementary color
Monochromatic Colors of #68DC8A
Black with #68DC8A
Text Example
Text Example
White with #68DC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DC8A; }
p { color: rgb(104,220,138); }
H1.HeaderClassName
{
color: #68DC8A;
}
.AnyTagClassName
{
color: #68DC8A;
}
</style>
background-color css
<style>
a { background-color: #68DC8A; }
a { background-color: rgb(104,220,138); }
div.DivClassName
{
background-color: #68DC8A;
}
.BgClassName
{
background-color: #68DC8A;
}
</style>
border-color css
<style>
span { border-color: #68DC8A; }
span { border-color: rgb(104,220,138); }
td.TdClassName
{
border-color: #68DC8A;
}
.TagClassName
{
border-color: #68DC8A;
}
</style>