Shades of Silver Tree #68C385
Tints of Silver Tree #68C385
RGB
CMYK
RGB Variations
Color information
#68C385 (or 0x68C385) is known color: Silver Tree. HEX triplet: 68, C3 and 85. RGB value is (104,195,133). Sum of RGB (Red+Green+Blue) = 104+195+133=432 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.07% from 432); Green value is 195 (76.56% from 255 or 45.14% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 195 - color contains mainly: green. Hex color #68C385 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C385 is #973C7A. Grayscale: #A0A0A0. Windows color (decimal): -9911419 or 8766312. OLE color: 8766312.
HSL color Cylindrical-coordinate representation of color #68C385: hue angle of 139.12º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68C385 is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 195 | 133 | - |
| CMYK | 0.47 | 0 | 0.32 | 0.24 |
| HSL | 139.12º | 0.43% | 0.59% | - |
| HSV(B) | 139.12º | 0.47% | 0.76% | - |
| XYZ | 29.46 | 43.67 | 29.07 | - |
| YUV | 160.72 | 112.35 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 195 | 133 | 0.47 | 0 | 0.32 | 0.24 | 139.12 | 0.43 | 0.59 |
| Hex | 68 | C3 | 85 | 2F | 0 | 20 | 18 | 8B | 2B | 3B |
| Octal | 150 | 303 | 205 | 57 | 0 | 40 | 30 | 213 | 53 | 73 |
| Binary | 1101000 | 11000011 | 10000101 | 101111 | 0 | 100000 | 11000 | 10001011 | 101011 | 111011 |
Color Harmonies of #68C385
Complementary color
Monochromatic Colors of #68C385
Black with #68C385
Text Example
Text Example
White with #68C385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C385; }
p { color: rgb(104,195,133); }
H1.HeaderClassName
{
color: #68C385;
}
.AnyTagClassName
{
color: #68C385;
}
</style>
background-color css
<style>
a { background-color: #68C385; }
a { background-color: rgb(104,195,133); }
div.DivClassName
{
background-color: #68C385;
}
.BgClassName
{
background-color: #68C385;
}
</style>
border-color css
<style>
span { border-color: #68C385; }
span { border-color: rgb(104,195,133); }
td.TdClassName
{
border-color: #68C385;
}
.TagClassName
{
border-color: #68C385;
}
</style>