Shades of Silver Tree #68B782
Tints of Silver Tree #68B782
RGB
CMYK
RGB Variations
Color information
#68B782 (or 0x68B782) is known color: Silver Tree. HEX triplet: 68, B7 and 82. RGB value is (104,183,130). Sum of RGB (Red+Green+Blue) = 104+183+130=417 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.94% from 417); Green value is 183 (71.88% from 255 or 43.88% from 417); Blue value is 130 (51.17% from 255 or 31.18% from 417); Max value from RGB is 183 - color contains mainly: green. Hex color #68B782 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B782 is #97487D. Grayscale: #999999. Windows color (decimal): -9914494 or 8566632. OLE color: 8566632.
HSL color Cylindrical-coordinate representation of color #68B782: hue angle of 139.75º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68B782 is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 104 | 183 | 130 | - |
| CMYK | 0.43 | 0 | 0.29 | 0.28 |
| HSL | 139.75º | 0.35% | 0.56% | - |
| HSV(B) | 139.75º | 0.43% | 0.72% | - |
| XYZ | 26.67 | 38.42 | 27.13 | - |
| YUV | 153.34 | 114.83 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 183 | 130 | 0.43 | 0 | 0.29 | 0.28 | 139.75 | 0.35 | 0.56 |
| Hex | 68 | B7 | 82 | 2B | 0 | 1D | 1C | 8C | 23 | 38 |
| Octal | 150 | 267 | 202 | 53 | 0 | 35 | 34 | 214 | 43 | 70 |
| Binary | 1101000 | 10110111 | 10000010 | 101011 | 0 | 11101 | 11100 | 10001100 | 100011 | 111000 |
Color Harmonies of #68B782
Complementary color
Monochromatic Colors of #68B782
Black with #68B782
Text Example
Text Example
White with #68B782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B782; }
p { color: rgb(104,183,130); }
H1.HeaderClassName
{
color: #68B782;
}
.AnyTagClassName
{
color: #68B782;
}
</style>
background-color css
<style>
a { background-color: #68B782; }
a { background-color: rgb(104,183,130); }
div.DivClassName
{
background-color: #68B782;
}
.BgClassName
{
background-color: #68B782;
}
</style>
border-color css
<style>
span { border-color: #68B782; }
span { border-color: rgb(104,183,130); }
td.TdClassName
{
border-color: #68B782;
}
.TagClassName
{
border-color: #68B782;
}
</style>