Shades of Silver Tree #68B481
Tints of Silver Tree #68B481
RGB
CMYK
RGB Variations
Color information
#68B481 (or 0x68B481) is known color: Silver Tree. HEX triplet: 68, B4 and 81. RGB value is (104,180,129). Sum of RGB (Red+Green+Blue) = 104+180+129=413 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.18% from 413); Green value is 180 (70.70% from 255 or 43.58% from 413); Blue value is 129 (50.78% from 255 or 31.23% from 413); Max value from RGB is 180 - color contains mainly: green. Hex color #68B481 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B481 is #974B7E. Grayscale: #979797. Windows color (decimal): -9915263 or 8500328. OLE color: 8500328.
HSL color Cylindrical-coordinate representation of color #68B481: hue angle of 139.74º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68B481 is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 180 | 129 | - |
| CMYK | 0.42 | 0 | 0.28 | 0.29 |
| HSL | 139.74º | 0.34% | 0.56% | - |
| HSV(B) | 139.74º | 0.42% | 0.71% | - |
| XYZ | 25.99 | 37.17 | 26.57 | - |
| YUV | 151.46 | 115.32 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 180 | 129 | 0.42 | 0 | 0.28 | 0.29 | 139.74 | 0.34 | 0.56 |
| Hex | 68 | B4 | 81 | 2A | 0 | 1C | 1D | 8C | 22 | 38 |
| Octal | 150 | 264 | 201 | 52 | 0 | 34 | 35 | 214 | 42 | 70 |
| Binary | 1101000 | 10110100 | 10000001 | 101010 | 0 | 11100 | 11101 | 10001100 | 100010 | 111000 |
Color Harmonies of #68B481
Complementary color
Monochromatic Colors of #68B481
Black with #68B481
Text Example
Text Example
White with #68B481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B481; }
p { color: rgb(104,180,129); }
H1.HeaderClassName
{
color: #68B481;
}
.AnyTagClassName
{
color: #68B481;
}
</style>
background-color css
<style>
a { background-color: #68B481; }
a { background-color: rgb(104,180,129); }
div.DivClassName
{
background-color: #68B481;
}
.BgClassName
{
background-color: #68B481;
}
</style>
border-color css
<style>
span { border-color: #68B481; }
span { border-color: rgb(104,180,129); }
td.TdClassName
{
border-color: #68B481;
}
.TagClassName
{
border-color: #68B481;
}
</style>