Shades of Silver Tree #68B683
Tints of Silver Tree #68B683
RGB
CMYK
RGB Variations
Color information
#68B683 (or 0x68B683) is known color: Silver Tree. HEX triplet: 68, B6 and 83. RGB value is (104,182,131). Sum of RGB (Red+Green+Blue) = 104+182+131=417 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.94% from 417); Green value is 182 (71.48% from 255 or 43.65% from 417); Blue value is 131 (51.56% from 255 or 31.41% from 417); Max value from RGB is 182 - color contains mainly: green. Hex color #68B683 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B683 is #97497C. Grayscale: #989898. Windows color (decimal): -9914749 or 8631912. OLE color: 8631912.
HSL color Cylindrical-coordinate representation of color #68B683: hue angle of 140.77º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68B683 is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 182 | 131 | - |
| CMYK | 0.43 | 0 | 0.28 | 0.29 |
| HSL | 140.77º | 0.35% | 0.56% | - |
| HSV(B) | 140.77º | 0.43% | 0.71% | - |
| XYZ | 26.53 | 38.04 | 27.42 | - |
| YUV | 152.86 | 115.66 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 182 | 131 | 0.43 | 0 | 0.28 | 0.29 | 140.77 | 0.35 | 0.56 |
| Hex | 68 | B6 | 83 | 2B | 0 | 1C | 1D | 8D | 23 | 38 |
| Octal | 150 | 266 | 203 | 53 | 0 | 34 | 35 | 215 | 43 | 70 |
| Binary | 1101000 | 10110110 | 10000011 | 101011 | 0 | 11100 | 11101 | 10001101 | 100011 | 111000 |
Color Harmonies of #68B683
Complementary color
Monochromatic Colors of #68B683
Black with #68B683
Text Example
Text Example
White with #68B683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B683; }
p { color: rgb(104,182,131); }
H1.HeaderClassName
{
color: #68B683;
}
.AnyTagClassName
{
color: #68B683;
}
</style>
background-color css
<style>
a { background-color: #68B683; }
a { background-color: rgb(104,182,131); }
div.DivClassName
{
background-color: #68B683;
}
.BgClassName
{
background-color: #68B683;
}
</style>
border-color css
<style>
span { border-color: #68B683; }
span { border-color: rgb(104,182,131); }
td.TdClassName
{
border-color: #68B683;
}
.TagClassName
{
border-color: #68B683;
}
</style>