Shades of Silver Tree #68CC84
Tints of Silver Tree #68CC84
RGB
CMYK
RGB Variations
Color information
#68CC84 (or 0x68CC84) is known color: Silver Tree. HEX triplet: 68, CC and 84. RGB value is (104,204,132). Sum of RGB (Red+Green+Blue) = 104+204+132=440 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.64% from 440); Green value is 204 (80.08% from 255 or 46.36% from 440); Blue value is 132 (51.95% from 255 or 30% from 440); Max value from RGB is 204 - color contains mainly: green. Hex color #68CC84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CC84 is #97337B. Grayscale: #A6A6A6. Windows color (decimal): -9909116 or 8703080. OLE color: 8703080.
HSL color Cylindrical-coordinate representation of color #68CC84: hue angle of 136.8º degrees, saturation: 0.5, 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 #68CC84 is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 204 | 132 | - |
| CMYK | 0.49 | 0 | 0.35 | 0.2 |
| HSL | 136.8º | 0.5% | 0.6% | - |
| HSV(B) | 136.8º | 0.49% | 0.8% | - |
| XYZ | 31.47 | 47.79 | 29.4 | - |
| YUV | 165.89 | 108.87 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 204 | 132 | 0.49 | 0 | 0.35 | 0.2 | 136.8 | 0.5 | 0.6 |
| Hex | 68 | CC | 84 | 31 | 0 | 23 | 14 | 89 | 32 | 3C |
| Octal | 150 | 314 | 204 | 61 | 0 | 43 | 24 | 211 | 62 | 74 |
| Binary | 1101000 | 11001100 | 10000100 | 110001 | 0 | 100011 | 10100 | 10001001 | 110010 | 111100 |
Color Harmonies of #68CC84
Complementary color
Monochromatic Colors of #68CC84
Black with #68CC84
Text Example
Text Example
White with #68CC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CC84; }
p { color: rgb(104,204,132); }
H1.HeaderClassName
{
color: #68CC84;
}
.AnyTagClassName
{
color: #68CC84;
}
</style>
background-color css
<style>
a { background-color: #68CC84; }
a { background-color: rgb(104,204,132); }
div.DivClassName
{
background-color: #68CC84;
}
.BgClassName
{
background-color: #68CC84;
}
</style>
border-color css
<style>
span { border-color: #68CC84; }
span { border-color: rgb(104,204,132); }
td.TdClassName
{
border-color: #68CC84;
}
.TagClassName
{
border-color: #68CC84;
}
</style>