Shades of Silver Tree #66BF92
Tints of Silver Tree #66BF92
RGB
CMYK
RGB Variations
Color information
#66BF92 (or 0x66BF92) is known color: Silver Tree. HEX triplet: 66, BF and 92. RGB value is (102,191,146). Sum of RGB (Red+Green+Blue) = 102+191+146=439 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.23% from 439); Green value is 191 (75% from 255 or 43.51% from 439); Blue value is 146 (57.42% from 255 or 33.26% from 439); Max value from RGB is 191 - color contains mainly: green. Hex color #66BF92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BF92 is #99406D. Grayscale: #9F9F9F. Windows color (decimal): -10043502 or 9617254. OLE color: 9617254.
HSL color Cylindrical-coordinate representation of color #66BF92: hue angle of 149.66º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66BF92 is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 191 | 146 | - |
| CMYK | 0.47 | 0 | 0.24 | 0.25 |
| HSL | 149.66º | 0.41% | 0.57% | - |
| HSV(B) | 149.66º | 0.47% | 0.75% | - |
| XYZ | 29.3 | 42.16 | 33.79 | - |
| YUV | 159.26 | 120.51 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 191 | 146 | 0.47 | 0 | 0.24 | 0.25 | 149.66 | 0.41 | 0.57 |
| Hex | 66 | BF | 92 | 2F | 0 | 18 | 19 | 96 | 29 | 39 |
| Octal | 146 | 277 | 222 | 57 | 0 | 30 | 31 | 226 | 51 | 71 |
| Binary | 1100110 | 10111111 | 10010010 | 101111 | 0 | 11000 | 11001 | 10010110 | 101001 | 111001 |
Color Harmonies of #66BF92
Complementary color
Monochromatic Colors of #66BF92
Black with #66BF92
Text Example
Text Example
White with #66BF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BF92; }
p { color: rgb(102,191,146); }
H1.HeaderClassName
{
color: #66BF92;
}
.AnyTagClassName
{
color: #66BF92;
}
</style>
background-color css
<style>
a { background-color: #66BF92; }
a { background-color: rgb(102,191,146); }
div.DivClassName
{
background-color: #66BF92;
}
.BgClassName
{
background-color: #66BF92;
}
</style>
border-color css
<style>
span { border-color: #66BF92; }
span { border-color: rgb(102,191,146); }
td.TdClassName
{
border-color: #66BF92;
}
.TagClassName
{
border-color: #66BF92;
}
</style>