Shades of Silver Tree #68C982
Tints of Silver Tree #68C982
RGB
CMYK
RGB Variations
Color information
#68C982 (or 0x68C982) is known color: Silver Tree. HEX triplet: 68, C9 and 82. RGB value is (104,201,130). Sum of RGB (Red+Green+Blue) = 104+201+130=435 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.91% from 435); Green value is 201 (78.91% from 255 or 46.21% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 201 - color contains mainly: green. Hex color #68C982 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C982 is #97367D. Grayscale: #A4A4A4. Windows color (decimal): -9909886 or 8571240. OLE color: 8571240.
HSL color Cylindrical-coordinate representation of color #68C982: hue angle of 136.08º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68C982 is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 201 | 130 | - |
| CMYK | 0.48 | 0 | 0.35 | 0.21 |
| HSL | 136.08º | 0.47% | 0.6% | - |
| HSV(B) | 136.08º | 0.48% | 0.79% | - |
| XYZ | 30.62 | 46.33 | 28.45 | - |
| YUV | 163.9 | 108.86 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 201 | 130 | 0.48 | 0 | 0.35 | 0.21 | 136.08 | 0.47 | 0.6 |
| Hex | 68 | C9 | 82 | 30 | 0 | 23 | 15 | 88 | 2F | 3C |
| Octal | 150 | 311 | 202 | 60 | 0 | 43 | 25 | 210 | 57 | 74 |
| Binary | 1101000 | 11001001 | 10000010 | 110000 | 0 | 100011 | 10101 | 10001000 | 101111 | 111100 |
Color Harmonies of #68C982
Complementary color
Monochromatic Colors of #68C982
Black with #68C982
Text Example
Text Example
White with #68C982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C982; }
p { color: rgb(104,201,130); }
H1.HeaderClassName
{
color: #68C982;
}
.AnyTagClassName
{
color: #68C982;
}
</style>
background-color css
<style>
a { background-color: #68C982; }
a { background-color: rgb(104,201,130); }
div.DivClassName
{
background-color: #68C982;
}
.BgClassName
{
background-color: #68C982;
}
</style>
border-color css
<style>
span { border-color: #68C982; }
span { border-color: rgb(104,201,130); }
td.TdClassName
{
border-color: #68C982;
}
.TagClassName
{
border-color: #68C982;
}
</style>