Shades of Silver Tree #66D68A
Tints of Silver Tree #66D68A
RGB
CMYK
RGB Variations
Color information
#66D68A (or 0x66D68A) is known color: Silver Tree. HEX triplet: 66, D6 and 8A. RGB value is (102,214,138). Sum of RGB (Red+Green+Blue) = 102+214+138=454 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.47% from 454); Green value is 214 (83.98% from 255 or 47.14% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 214 - color contains mainly: green. Hex color #66D68A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D68A is #992975. Grayscale: #ACACAC. Windows color (decimal): -10037622 or 9098854. OLE color: 9098854.
HSL color Cylindrical-coordinate representation of color #66D68A: hue angle of 139.29º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66D68A is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 214 | 138 | - |
| CMYK | 0.52 | 0 | 0.36 | 0.16 |
| HSL | 139.29º | 0.58% | 0.62% | - |
| HSV(B) | 139.29º | 0.52% | 0.84% | - |
| XYZ | 34.11 | 52.75 | 32.43 | - |
| YUV | 171.85 | 108.89 | 78.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 214 | 138 | 0.52 | 0 | 0.36 | 0.16 | 139.29 | 0.58 | 0.62 |
| Hex | 66 | D6 | 8A | 34 | 0 | 24 | 10 | 8B | 3A | 3E |
| Octal | 146 | 326 | 212 | 64 | 0 | 44 | 20 | 213 | 72 | 76 |
| Binary | 1100110 | 11010110 | 10001010 | 110100 | 0 | 100100 | 10000 | 10001011 | 111010 | 111110 |
Color Harmonies of #66D68A
Complementary color
Monochromatic Colors of #66D68A
Black with #66D68A
Text Example
Text Example
White with #66D68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D68A; }
p { color: rgb(102,214,138); }
H1.HeaderClassName
{
color: #66D68A;
}
.AnyTagClassName
{
color: #66D68A;
}
</style>
background-color css
<style>
a { background-color: #66D68A; }
a { background-color: rgb(102,214,138); }
div.DivClassName
{
background-color: #66D68A;
}
.BgClassName
{
background-color: #66D68A;
}
</style>
border-color css
<style>
span { border-color: #66D68A; }
span { border-color: rgb(102,214,138); }
td.TdClassName
{
border-color: #66D68A;
}
.TagClassName
{
border-color: #66D68A;
}
</style>