Shades of Silver Tree #66B182
Tints of Silver Tree #66B182
RGB
CMYK
RGB Variations
Color information
#66B182 (or 0x66B182) is known color: Silver Tree. HEX triplet: 66, B1 and 82. RGB value is (102,177,130). Sum of RGB (Red+Green+Blue) = 102+177+130=409 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.94% from 409); Green value is 177 (69.53% from 255 or 43.28% from 409); Blue value is 130 (51.17% from 255 or 31.78% from 409); Max value from RGB is 177 - color contains mainly: green. Hex color #66B182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66B182 is #994E7D. Grayscale: #959595. Windows color (decimal): -10047102 or 8565094. OLE color: 8565094.
HSL color Cylindrical-coordinate representation of color #66B182: hue angle of 142.4º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66B182 is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 177 | 130 | - |
| CMYK | 0.42 | 0 | 0.27 | 0.31 |
| HSL | 142.4º | 0.32% | 0.55% | - |
| HSV(B) | 142.4º | 0.42% | 0.69% | - |
| XYZ | 25.23 | 35.88 | 26.71 | - |
| YUV | 149.22 | 117.15 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 177 | 130 | 0.42 | 0 | 0.27 | 0.31 | 142.4 | 0.32 | 0.55 |
| Hex | 66 | B1 | 82 | 2A | 0 | 1B | 1F | 8E | 20 | 37 |
| Octal | 146 | 261 | 202 | 52 | 0 | 33 | 37 | 216 | 40 | 67 |
| Binary | 1100110 | 10110001 | 10000010 | 101010 | 0 | 11011 | 11111 | 10001110 | 100000 | 110111 |
Color Harmonies of #66B182
Complementary color
Monochromatic Colors of #66B182
Black with #66B182
Text Example
Text Example
White with #66B182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B182; }
p { color: rgb(102,177,130); }
H1.HeaderClassName
{
color: #66B182;
}
.AnyTagClassName
{
color: #66B182;
}
</style>
background-color css
<style>
a { background-color: #66B182; }
a { background-color: rgb(102,177,130); }
div.DivClassName
{
background-color: #66B182;
}
.BgClassName
{
background-color: #66B182;
}
</style>
border-color css
<style>
span { border-color: #66B182; }
span { border-color: rgb(102,177,130); }
td.TdClassName
{
border-color: #66B182;
}
.TagClassName
{
border-color: #66B182;
}
</style>