Shades of Silver Tree #68CC85
Tints of Silver Tree #68CC85
RGB
CMYK
RGB Variations
Color information
#68CC85 (or 0x68CC85) is known color: Silver Tree. HEX triplet: 68, CC and 85. RGB value is (104,204,133). Sum of RGB (Red+Green+Blue) = 104+204+133=441 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.58% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 204 - color contains mainly: green. Hex color #68CC85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CC85 is #97337A. Grayscale: #A6A6A6. Windows color (decimal): -9909115 or 8768616. OLE color: 8768616.
HSL color Cylindrical-coordinate representation of color #68CC85: hue angle of 137.4º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CC85 is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 204 | 133 | - |
| CMYK | 0.49 | 0 | 0.35 | 0.2 |
| HSL | 137.4º | 0.5% | 0.6% | - |
| HSV(B) | 137.4º | 0.49% | 0.8% | - |
| XYZ | 31.54 | 47.82 | 29.76 | - |
| YUV | 166.01 | 109.37 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 204 | 133 | 0.49 | 0 | 0.35 | 0.2 | 137.4 | 0.5 | 0.6 |
| Hex | 68 | CC | 85 | 31 | 0 | 23 | 14 | 89 | 32 | 3C |
| Octal | 150 | 314 | 205 | 61 | 0 | 43 | 24 | 211 | 62 | 74 |
| Binary | 1101000 | 11001100 | 10000101 | 110001 | 0 | 100011 | 10100 | 10001001 | 110010 | 111100 |
Color Harmonies of #68CC85
Complementary color
Monochromatic Colors of #68CC85
Black with #68CC85
Text Example
Text Example
White with #68CC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CC85; }
p { color: rgb(104,204,133); }
H1.HeaderClassName
{
color: #68CC85;
}
.AnyTagClassName
{
color: #68CC85;
}
</style>
background-color css
<style>
a { background-color: #68CC85; }
a { background-color: rgb(104,204,133); }
div.DivClassName
{
background-color: #68CC85;
}
.BgClassName
{
background-color: #68CC85;
}
</style>
border-color css
<style>
span { border-color: #68CC85; }
span { border-color: rgb(104,204,133); }
td.TdClassName
{
border-color: #68CC85;
}
.TagClassName
{
border-color: #68CC85;
}
</style>