Shades of Silver Tree #68CF8A
Tints of Silver Tree #68CF8A
RGB
CMYK
RGB Variations
Color information
#68CF8A (or 0x68CF8A) is known color: Silver Tree. HEX triplet: 68, CF and 8A. RGB value is (104,207,138). Sum of RGB (Red+Green+Blue) = 104+207+138=449 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.16% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 207 - color contains mainly: green. Hex color #68CF8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CF8A is #973075. Grayscale: #A8A8A8. Windows color (decimal): -9908342 or 9097064. OLE color: 9097064.
HSL color Cylindrical-coordinate representation of color #68CF8A: hue angle of 139.81º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68CF8A is Cyan = 0.50, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 207 | 138 | - |
| CMYK | 0.50 | 0 | 0.33 | 0.19 |
| HSL | 139.81º | 0.52% | 0.61% | - |
| HSV(B) | 139.81º | 0.5% | 0.81% | - |
| XYZ | 32.61 | 49.4 | 31.86 | - |
| YUV | 168.34 | 110.88 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 207 | 138 | 0.50 | 0 | 0.33 | 0.19 | 139.81 | 0.52 | 0.61 |
| Hex | 68 | CF | 8A | 32 | 0 | 21 | 13 | 8C | 34 | 3D |
| Octal | 150 | 317 | 212 | 62 | 0 | 41 | 23 | 214 | 64 | 75 |
| Binary | 1101000 | 11001111 | 10001010 | 110010 | 0 | 100001 | 10011 | 10001100 | 110100 | 111101 |
Color Harmonies of #68CF8A
Complementary color
Monochromatic Colors of #68CF8A
Black with #68CF8A
Text Example
Text Example
White with #68CF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CF8A; }
p { color: rgb(104,207,138); }
H1.HeaderClassName
{
color: #68CF8A;
}
.AnyTagClassName
{
color: #68CF8A;
}
</style>
background-color css
<style>
a { background-color: #68CF8A; }
a { background-color: rgb(104,207,138); }
div.DivClassName
{
background-color: #68CF8A;
}
.BgClassName
{
background-color: #68CF8A;
}
</style>
border-color css
<style>
span { border-color: #68CF8A; }
span { border-color: rgb(104,207,138); }
td.TdClassName
{
border-color: #68CF8A;
}
.TagClassName
{
border-color: #68CF8A;
}
</style>