Shades of Silver Tree #68C482
Tints of Silver Tree #68C482
RGB
CMYK
RGB Variations
Color information
#68C482 (or 0x68C482) is known color: Silver Tree. HEX triplet: 68, C4 and 82. RGB value is (104,196,130). Sum of RGB (Red+Green+Blue) = 104+196+130=430 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.19% from 430); Green value is 196 (76.95% from 255 or 45.58% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 196 - color contains mainly: green. Hex color #68C482 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C482 is #973B7D. Grayscale: #A1A1A1. Windows color (decimal): -9911166 or 8569960. OLE color: 8569960.
HSL color Cylindrical-coordinate representation of color #68C482: hue angle of 136.96º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68C482 is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 104 | 196 | 130 | - |
| CMYK | 0.47 | 0 | 0.34 | 0.23 |
| HSL | 136.96º | 0.44% | 0.59% | - |
| HSV(B) | 136.96º | 0.47% | 0.77% | - |
| XYZ | 29.48 | 44.03 | 28.06 | - |
| YUV | 160.97 | 110.52 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 196 | 130 | 0.47 | 0 | 0.34 | 0.23 | 136.96 | 0.44 | 0.59 |
| Hex | 68 | C4 | 82 | 2F | 0 | 22 | 17 | 89 | 2C | 3B |
| Octal | 150 | 304 | 202 | 57 | 0 | 42 | 27 | 211 | 54 | 73 |
| Binary | 1101000 | 11000100 | 10000010 | 101111 | 0 | 100010 | 10111 | 10001001 | 101100 | 111011 |
Color Harmonies of #68C482
Complementary color
Monochromatic Colors of #68C482
Black with #68C482
Text Example
Text Example
White with #68C482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C482; }
p { color: rgb(104,196,130); }
H1.HeaderClassName
{
color: #68C482;
}
.AnyTagClassName
{
color: #68C482;
}
</style>
background-color css
<style>
a { background-color: #68C482; }
a { background-color: rgb(104,196,130); }
div.DivClassName
{
background-color: #68C482;
}
.BgClassName
{
background-color: #68C482;
}
</style>
border-color css
<style>
span { border-color: #68C482; }
span { border-color: rgb(104,196,130); }
td.TdClassName
{
border-color: #68C482;
}
.TagClassName
{
border-color: #68C482;
}
</style>