Shades of Silver Tree #68C483
Tints of Silver Tree #68C483
RGB
CMYK
RGB Variations
Color information
#68C483 (or 0x68C483) is known color: Silver Tree. HEX triplet: 68, C4 and 83. RGB value is (104,196,131). Sum of RGB (Red+Green+Blue) = 104+196+131=431 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.13% from 431); Green value is 196 (76.95% from 255 or 45.48% from 431); Blue value is 131 (51.56% from 255 or 30.39% from 431); Max value from RGB is 196 - color contains mainly: green. Hex color #68C483 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C483 is #973B7C. Grayscale: #A1A1A1. Windows color (decimal): -9911165 or 8635496. OLE color: 8635496.
HSL color Cylindrical-coordinate representation of color #68C483: hue angle of 137.61º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68C483 is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 104 | 196 | 131 | - |
| CMYK | 0.47 | 0 | 0.33 | 0.23 |
| HSL | 137.61º | 0.44% | 0.59% | - |
| HSV(B) | 137.61º | 0.47% | 0.77% | - |
| XYZ | 29.55 | 44.06 | 28.42 | - |
| YUV | 161.08 | 111.02 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 196 | 131 | 0.47 | 0 | 0.33 | 0.23 | 137.61 | 0.44 | 0.59 |
| Hex | 68 | C4 | 83 | 2F | 0 | 21 | 17 | 8A | 2C | 3B |
| Octal | 150 | 304 | 203 | 57 | 0 | 41 | 27 | 212 | 54 | 73 |
| Binary | 1101000 | 11000100 | 10000011 | 101111 | 0 | 100001 | 10111 | 10001010 | 101100 | 111011 |
Color Harmonies of #68C483
Complementary color
Monochromatic Colors of #68C483
Black with #68C483
Text Example
Text Example
White with #68C483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C483; }
p { color: rgb(104,196,131); }
H1.HeaderClassName
{
color: #68C483;
}
.AnyTagClassName
{
color: #68C483;
}
</style>
background-color css
<style>
a { background-color: #68C483; }
a { background-color: rgb(104,196,131); }
div.DivClassName
{
background-color: #68C483;
}
.BgClassName
{
background-color: #68C483;
}
</style>
border-color css
<style>
span { border-color: #68C483; }
span { border-color: rgb(104,196,131); }
td.TdClassName
{
border-color: #68C483;
}
.TagClassName
{
border-color: #68C483;
}
</style>