Shades of Silver Tree #68C085
Tints of Silver Tree #68C085
RGB
CMYK
RGB Variations
Color information
#68C085 (or 0x68C085) is known color: Silver Tree. HEX triplet: 68, C0 and 85. RGB value is (104,192,133). Sum of RGB (Red+Green+Blue) = 104+192+133=429 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.24% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 192 - color contains mainly: green. Hex color #68C085 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C085 is #973F7A. Grayscale: #9F9F9F. Windows color (decimal): -9912187 or 8765544. OLE color: 8765544.
HSL color Cylindrical-coordinate representation of color #68C085: hue angle of 139.77º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68C085 is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 192 | 133 | - |
| CMYK | 0.46 | 0 | 0.31 | 0.25 |
| HSL | 139.77º | 0.41% | 0.58% | - |
| HSV(B) | 139.77º | 0.46% | 0.75% | - |
| XYZ | 28.79 | 42.34 | 28.84 | - |
| YUV | 158.96 | 113.35 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 192 | 133 | 0.46 | 0 | 0.31 | 0.25 | 139.77 | 0.41 | 0.58 |
| Hex | 68 | C0 | 85 | 2E | 0 | 1F | 19 | 8C | 29 | 3A |
| Octal | 150 | 300 | 205 | 56 | 0 | 37 | 31 | 214 | 51 | 72 |
| Binary | 1101000 | 11000000 | 10000101 | 101110 | 0 | 11111 | 11001 | 10001100 | 101001 | 111010 |
Color Harmonies of #68C085
Complementary color
Monochromatic Colors of #68C085
Black with #68C085
Text Example
Text Example
White with #68C085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C085; }
p { color: rgb(104,192,133); }
H1.HeaderClassName
{
color: #68C085;
}
.AnyTagClassName
{
color: #68C085;
}
</style>
background-color css
<style>
a { background-color: #68C085; }
a { background-color: rgb(104,192,133); }
div.DivClassName
{
background-color: #68C085;
}
.BgClassName
{
background-color: #68C085;
}
</style>
border-color css
<style>
span { border-color: #68C085; }
span { border-color: rgb(104,192,133); }
td.TdClassName
{
border-color: #68C085;
}
.TagClassName
{
border-color: #68C085;
}
</style>