Shades of Silver Tree #68B281
Tints of Silver Tree #68B281
RGB
CMYK
RGB Variations
Color information
#68B281 (or 0x68B281) is known color: Silver Tree. HEX triplet: 68, B2 and 81. RGB value is (104,178,129). Sum of RGB (Red+Green+Blue) = 104+178+129=411 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.30% from 411); Green value is 178 (69.92% from 255 or 43.31% from 411); Blue value is 129 (50.78% from 255 or 31.39% from 411); Max value from RGB is 178 - color contains mainly: green. Hex color #68B281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68B281 is #974D7E. Grayscale: #969696. Windows color (decimal): -9915775 or 8499816. OLE color: 8499816.
HSL color Cylindrical-coordinate representation of color #68B281: hue angle of 140.27º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68B281 is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 104 | 178 | 129 | - |
| CMYK | 0.42 | 0 | 0.28 | 0.30 |
| HSL | 140.27º | 0.32% | 0.55% | - |
| HSV(B) | 140.27º | 0.42% | 0.7% | - |
| XYZ | 25.59 | 36.37 | 26.44 | - |
| YUV | 150.29 | 115.98 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 178 | 129 | 0.42 | 0 | 0.28 | 0.30 | 140.27 | 0.32 | 0.55 |
| Hex | 68 | B2 | 81 | 2A | 0 | 1C | 1E | 8C | 20 | 37 |
| Octal | 150 | 262 | 201 | 52 | 0 | 34 | 36 | 214 | 40 | 67 |
| Binary | 1101000 | 10110010 | 10000001 | 101010 | 0 | 11100 | 11110 | 10001100 | 100000 | 110111 |
Color Harmonies of #68B281
Complementary color
Monochromatic Colors of #68B281
Black with #68B281
Text Example
Text Example
White with #68B281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B281; }
p { color: rgb(104,178,129); }
H1.HeaderClassName
{
color: #68B281;
}
.AnyTagClassName
{
color: #68B281;
}
</style>
background-color css
<style>
a { background-color: #68B281; }
a { background-color: rgb(104,178,129); }
div.DivClassName
{
background-color: #68B281;
}
.BgClassName
{
background-color: #68B281;
}
</style>
border-color css
<style>
span { border-color: #68B281; }
span { border-color: rgb(104,178,129); }
td.TdClassName
{
border-color: #68B281;
}
.TagClassName
{
border-color: #68B281;
}
</style>