I applied ::selection background-color
but when I am checking using selection color using digital color meter
it shows me different color
here is my code https://jsbin.com/voketaqaxu/edit?html,css,js,output
::selection{
background-color: rgb(78,106,65);
}
I applied background-color: rgb(78,106,65);
on selection , but when I checked using digital color it show me this rgb(42,70,31)
why ??