Shades of Silver Tree #68D38C
Tints of Silver Tree #68D38C
RGB
CMYK
RGB Variations
Color information
#68D38C (or 0x68D38C) is known color: Silver Tree. HEX triplet: 68, D3 and 8C. RGB value is (104,211,140). Sum of RGB (Red+Green+Blue) = 104+211+140=455 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.86% from 455); Green value is 211 (82.81% from 255 or 46.37% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 211 - color contains mainly: green. Hex color #68D38C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D38C is #972C73. Grayscale: #ABABAB. Windows color (decimal): -9907316 or 9229160. OLE color: 9229160.
HSL color Cylindrical-coordinate representation of color #68D38C: hue angle of 140.19º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D38C is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 211 | 140 | - |
| CMYK | 0.51 | 0 | 0.34 | 0.17 |
| HSL | 140.19º | 0.55% | 0.62% | - |
| HSV(B) | 140.19º | 0.51% | 0.83% | - |
| XYZ | 33.74 | 51.43 | 32.96 | - |
| YUV | 170.91 | 110.55 | 80.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 211 | 140 | 0.51 | 0 | 0.34 | 0.17 | 140.19 | 0.55 | 0.62 |
| Hex | 68 | D3 | 8C | 33 | 0 | 22 | 11 | 8C | 37 | 3E |
| Octal | 150 | 323 | 214 | 63 | 0 | 42 | 21 | 214 | 67 | 76 |
| Binary | 1101000 | 11010011 | 10001100 | 110011 | 0 | 100010 | 10001 | 10001100 | 110111 | 111110 |
Color Harmonies of #68D38C
Complementary color
Monochromatic Colors of #68D38C
Black with #68D38C
Text Example
Text Example
White with #68D38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D38C; }
p { color: rgb(104,211,140); }
H1.HeaderClassName
{
color: #68D38C;
}
.AnyTagClassName
{
color: #68D38C;
}
</style>
background-color css
<style>
a { background-color: #68D38C; }
a { background-color: rgb(104,211,140); }
div.DivClassName
{
background-color: #68D38C;
}
.BgClassName
{
background-color: #68D38C;
}
</style>
border-color css
<style>
span { border-color: #68D38C; }
span { border-color: rgb(104,211,140); }
td.TdClassName
{
border-color: #68D38C;
}
.TagClassName
{
border-color: #68D38C;
}
</style>