Shades of Silver Tree #68CB8B
Tints of Silver Tree #68CB8B
RGB
CMYK
RGB Variations
Color information
#68CB8B (or 0x68CB8B) is known color: Silver Tree. HEX triplet: 68, CB and 8B. RGB value is (104,203,139). Sum of RGB (Red+Green+Blue) = 104+203+139=446 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.32% from 446); Green value is 203 (79.69% from 255 or 45.52% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 203 - color contains mainly: green. Hex color #68CB8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CB8B is #973474. Grayscale: #A6A6A6. Windows color (decimal): -9909365 or 9161576. OLE color: 9161576.
HSL color Cylindrical-coordinate representation of color #68CB8B: hue angle of 141.21º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CB8B is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 203 | 139 | - |
| CMYK | 0.49 | 0 | 0.32 | 0.20 |
| HSL | 141.21º | 0.49% | 0.6% | - |
| HSV(B) | 141.21º | 0.49% | 0.8% | - |
| XYZ | 31.73 | 47.52 | 31.93 | - |
| YUV | 166.1 | 112.7 | 83.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 203 | 139 | 0.49 | 0 | 0.32 | 0.20 | 141.21 | 0.49 | 0.6 |
| Hex | 68 | CB | 8B | 31 | 0 | 20 | 14 | 8D | 31 | 3C |
| Octal | 150 | 313 | 213 | 61 | 0 | 40 | 24 | 215 | 61 | 74 |
| Binary | 1101000 | 11001011 | 10001011 | 110001 | 0 | 100000 | 10100 | 10001101 | 110001 | 111100 |
Color Harmonies of #68CB8B
Complementary color
Monochromatic Colors of #68CB8B
Black with #68CB8B
Text Example
Text Example
White with #68CB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CB8B; }
p { color: rgb(104,203,139); }
H1.HeaderClassName
{
color: #68CB8B;
}
.AnyTagClassName
{
color: #68CB8B;
}
</style>
background-color css
<style>
a { background-color: #68CB8B; }
a { background-color: rgb(104,203,139); }
div.DivClassName
{
background-color: #68CB8B;
}
.BgClassName
{
background-color: #68CB8B;
}
</style>
border-color css
<style>
span { border-color: #68CB8B; }
span { border-color: rgb(104,203,139); }
td.TdClassName
{
border-color: #68CB8B;
}
.TagClassName
{
border-color: #68CB8B;
}
</style>